Ffiec Line Item
ffiec_line_itemTrack one US bank call report line item over time — total assets, net income, deposits, equity, or any MDRM code. Answers "how have this bank's deposits changed", "net income trend for bank X", "what is RCFD2170 for this bank over the last two years". Pass a friendly metric (total_assets, total_loans, total_deposits, total_equity, net_income, past_due_90) or a raw MDRM code. Amounts are returned in whole US dollars, normalised from the thousands the call report is filed in. Example: ffiec_line_item({ name: "jpmorgan chase bank", metric: "total_assets" }); ffiec_line_item({ cert: 628, metric: "RIAD4340" }). Keyless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cert | No | FDIC certificate number | |
| name | No | Bank name (fuzzy) | |
| idrssd | No | Federal Reserve IDRSSD | |
| metric | No | total_assets, total_loans, total_deposits, total_equity, net_income, past_due_90 — or a raw MDRM code like "RCFD2170" |