UnifyAPI
← Back to catalog

fdic.failures

mock data$0.001 / call

Failed 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.

Financeprovider: Fdic#fdic#finance

Input schema

limit

Number of results to return, max 50 (default 10)

integer
state

Two-letter US state code filter (e.g. "CA", "NY", "TX")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.