Ffiec Compare Banks
ffiec_compare_banksCompare or rank US banks on a call report figure — largest by assets, most deposits, highest net income — optionally within one state. Answers "largest banks in Ohio", "compare JPMorgan and Bank of America", "which banks have the most deposits". Pass names/certs to compare a specific set, or omit them to rank the whole industry. Amounts are in whole US dollars, normalised from the thousands banks file in, so figures line up with the ncua pack for credit unions. Example: ffiec_compare_banks({ metric: "total_assets", state: "OH", limit: 10 }); ffiec_compare_banks({ names: ["jpmorgan chase bank", "bank of america"] }). Keyless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| certs | No | Specific banks to compare, by FDIC certificate number | |
| limit | No | Max results when ranking (default 20, max 100) | |
| names | No | Specific banks to compare, by name | |
| state | No | Restrict a ranking to one state | |
| metric | No | total_assets (default), total_loans, total_deposits, total_equity, net_income, past_due_90, or a raw MDRM code | |
| quarter | No | Quarter end as YYYY-MM-DD; defaults to latest |