← All datasets
Bank Corporate Structure — Full Hierarchy
PublicFull ownership hierarchy for one bank: parent(s), subsidiaries, and NIC merger/transformation history.
Endpoint
GET /api/v1/banks/{rssd_id}/structure/full/ Parameters
| Name | Required | Description |
|---|---|---|
| rssd_id | required | Federal Reserve RSSD id. e.g. 852218 |
Python SDK
import bankregreports bank = bankregreports.bankreg("brr_…") df = bank.structure_full(rssd_id)