← All datasets
XBRL Financial Facts
FreeMost recently filed XBRL concept facts from the bank's 10-K/Q.
Endpoint
GET /api/v1/banks/{rssd_id}/sec/facts/ 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_facts(rssd_id)