fdic_institution_financials
Retrieve quarterly financial time-series for any FDIC-insured institution by entering its certificate number. Get data on assets, deposits, and net income from the FDIC BankFind API.
Instructions
Quarterly financial time-series for ONE FDIC-insured institution by certificate number (keyless FDIC BankFind, api.fdic.gov/banks/financials). Input cert (REQUIRED FDIC certificate number, from fdic_search_institutions), limit (≤1000, def 100), offset (≤100000), sortBy (allowlisted enum REPDTE/ASSET/DEP/NETINC, def REPDTE), sortOrder (def DESC → newest quarter first). Returns { cert, financials:[{ cert, reportDate, assetUSD, depositsUSD, netIncomeUSD, id }] } (e.g. CERT 10363 → 169 quarterly rows). HONESTY: totalAvailable is the EXACT meta.total (stable across offset — page via offset for the full history); ASSET/DEP/NETINC are published in $thousands and normalized to whole USD ×1000 (null-never-0); the ONLY honest empty is meta.total:0/data:[] ⇒ complete:true/total:0, every other envelope THROWS (never a fake empty); the snapshot build time is disclosed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cert | Yes | REQUIRED FDIC certificate number of the institution (→ CERT filter). From fdic_search_institutions. | |
| limit | No | Rows per page, 1..1000, default 100. | |
| offset | No | 0-based row offset for pagination, 0..100000, default 0. | |
| sortBy | No | Sort field (allowlisted enum; default REPDTE = report date). | |
| sortOrder | No | Sort direction, default DESC (newest quarter first). |