Skip to main content
← All datasets

Bank Officers

Free

Named officers and roles from the BHC's most recent Form 3/4/5 filings.

Endpoint

GET /api/v1/banks/{rssd_id}/sec/officers/

Parameters

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

Python SDK

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