Skip to main content
← All datasets

Bank Corporate Structure

Public

Charter type, primary regulator, holding company chain, branches.

Endpoint

GET /api/v1/banks/{rssd_id}/structure/

Parameters

NameRequiredDescription
rssd_idrequired Federal Reserve RSSD id. e.g. 852218

Python SDK

import bankregreports
bank = bankregreports.bankreg("brr_…")
df = bank.structure(rssd_id)
Powered by BankRegAPI