← Back to catalog
fdic.failures
mock data$0.001 / callFailed Bank List
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
limit
integerNumber of results to return, max 50 (default 10)
state
stringTwo-letter US state code filter (e.g. "CA", "NY", "TX")
Call via REST
curl -X POST https://unifyapi.pro/api/call/fdic.failures \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"state":"<state>"}'