fdic_search_institutions
Search FDIC-insured banks and savings institutions by name, state, or city. Returns CERT number, name, location, total assets, deposits, net income, ROA, ROE, charter class. Use the CERT number for follow-up queries to fdic_financials or fdic_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name (exact) | |
| name | No | Institution name (partial match) | |
| limit | No | Max results (default 25) | |
| state | No | Two-letter state code (e.g. 'CA', 'TX') | |
| offset | No | Pagination offset (default 0) | |
| active_only | No | Only currently-active banks (default true) |