You're viewing a demo portfolio

Join the waitlist
PRSM

fdic_failures

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

List FDIC bank failures. Filter by state and/or date range. Returns failure date, institution name, location, estimated cost, and resolution type. Sorted most-recent first. Use this for systemic-risk research, historical bank-stability analysis, or compliance work.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results (default 25)"
    },
    "state": {
      "type": "string",
      "description": "Two-letter state code"
    },
    "offset": {
      "type": "number",
      "description": "Pagination offset"
    },
    "end_date": {
      "type": "string",
      "description": "End date YYYY-MM-DD"
    },
    "start_date": {
      "type": "string",
      "description": "Start date YYYY-MM-DD"
    }
  },
  "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 →