You're viewing a demo portfolio

Join the waitlist
PRSM

fdic_financials

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Get quarterly financial data for a specific bank by CERT number (FDIC Certificate Number). Returns recent quarters of assets, deposits, loans, capital ratios, income, and asset quality metrics. Most recent quarters first.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "cert"
  ],
  "properties": {
    "cert": {
      "type": "number",
      "description": "FDIC Certificate Number (get this from fdic_search_institutions)"
    },
    "limit": {
      "type": "number",
      "description": "Number of recent quarters (default 4)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
fdic_financials — io.github.blackboxfoundry/livedatalink — PRSM MCP