Skip to main content
← All datasets

XBRL Financial Facts

Free

Most recently filed XBRL concept facts from the bank's 10-K/Q.

Endpoint

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

Parameters

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

Python SDK

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