← All datasets
Bank Officers
FreeNamed officers and roles from the BHC's most recent Form 3/4/5 filings.
Endpoint
GET /api/v1/banks/{rssd_id}/sec/officers/ Parameters
| Name | Required | Description |
|---|---|---|
| rssd_id | required | Federal Reserve RSSD id. e.g. 852218 |
Python SDK
import bankregreports bank = bankregreports.bankreg("brr_…") df = bank.sec_officers(rssd_id)