← Back to catalog
fdic.search
mock data$0.001 / callSearch FDIC Banks
Search 4,300+ FDIC-insured US financial institutions by name, city, state, or charter type. Returns bank name, FDIC certificate number, total assets, deposits, and location. Official US Government data.
Input schema
city
stringCity name filter (e.g. "New York", "San Francisco")
name
stringPartial or full institution name to search (e.g. "Chase", "Wells Fargo")
limit
integerNumber of results to return, max 50 (default 10)
state
stringUS state name filter (e.g. "California", "New York")
active
booleanFilter by active status. Default true (only active institutions)
charter_class
stringCharter type: N=national, SM=state member, NM=state nonmember, SB=savings bank, OI=OCC-supervised
Call via REST
curl -X POST https://unifyapi.pro/api/call/fdic.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"city":"<city>","name":"<name>","limit":0,"state":"<state>","active":"<active>","charter_class":"<charter_class>"}'