fdic_search_institutions
ActiveTool of io.github.blackboxfoundry/livedatalink
Search FDIC-insured banks and savings institutions by name, state, or city. Returns CERT number, name, location, total assets, deposits, net income, ROA, ROE, charter class. Use the CERT number for follow-up queries to fdic_financials or fdic_history.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"city": {
"type": "string",
"description": "City name (exact)"
},
"name": {
"type": "string",
"description": "Institution name (partial match)"
},
"limit": {
"type": "number",
"description": "Max results (default 25)"
},
"state": {
"type": "string",
"description": "Two-letter state code (e.g. 'CA', 'TX')"
},
"offset": {
"type": "number",
"description": "Pagination offset (default 0)"
},
"active_only": {
"type": "boolean",
"description": "Only currently-active banks (default true)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries