You're viewing a demo portfolio

Join the waitlist
PRSM

fdic_search_institutions

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →