← All datasets
Bank Corporate Structure
PublicCharter type, primary regulator, holding company chain, branches.
Endpoint
GET /api/v1/banks/{rssd_id}/structure/ 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(rssd_id)