Failed Bank List
fdic.institutions.failuresRetrieve FDIC failed bank records from 1934 onward, including failure date, assets, acquiring bank, and estimated deposit insurance loss. Filter by state and limit results.
Instructions
Query the FDIC failed bank list. Returns 4,100+ historical bank failures with failure date, assets at closure, acquiring institution, and estimated loss to the Deposit Insurance Fund. Covers all failures since 1934.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Two-letter US state code filter (e.g. "CA", "NY", "TX") | |
| limit | No | Number of results to return, max 50 (default 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |