fdic_failures
ActiveTool of io.github.blackboxfoundry/livedatalink
List FDIC bank failures. Filter by state and/or date range. Returns failure date, institution name, location, estimated cost, and resolution type. Sorted most-recent first. Use this for systemic-risk research, historical bank-stability analysis, or compliance work.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 25)"
},
"state": {
"type": "string",
"description": "Two-letter state code"
},
"offset": {
"type": "number",
"description": "Pagination offset"
},
"end_date": {
"type": "string",
"description": "End date YYYY-MM-DD"
},
"start_date": {
"type": "string",
"description": "Start date YYYY-MM-DD"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries