fdic_failures
Retrieve FDIC-insured bank failure data since 1934, including dates, costs, resolution types, and acquiring institutions. Filter by state, year range, or combine criteria to analyze historical banking failures.
Instructions
Get FDIC-insured bank failures — all failures since 1934. Includes failure date, estimated cost to FDIC, resolution type, and acquiring institution. Filter by state: PSTALP:"GA", by year range, or combine filters.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Lucene-style filter: 'PSTALP:"GA"', 'FAILDATE:[2008-01-01 TO 2010-12-31]' | |
| sort_by | No | Sort field: 'FAILDATE' (default), 'COST', 'QBFASSET' | |
| sort_order | No | Sort direction | |
| limit | No | Max results (default 25, max 100) | |
| offset | No | Pagination offset |