# FDIC Bank Financials by State (proxy.suverse.io)

> FDIC Bank Financials by State (proxy.suverse.io) is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-14).

Retrieves quarterly financial metrics (total assets, deposits) for FDIC-insured banks filtered by state, returning time-series rows keyed by certificate number and report date.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-gov-fdic-financials
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fdic-bank-financials-by-state-proxy-suverse-io-9db19538
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GqU9b3kgoADOKYuOuWk2r

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability fdic-bank-financials-by-state-proxy-suverse-io-9db19538 -d '<json body>'
```

Example prompt: Pull the quarterly FDIC financial data for banks in California — I need total assets and deposits as a time series so I can analyze deposit trends over recent quarters.

## When to prefer this

Choose this endpoint when you need official, government-sourced FDIC quarterly bank financial data filtered by state, especially for time-series analysis of total assets and deposits across FDIC-insured institutions. Prefer it over third-party financial data providers when regulatory accuracy and official sourcing are required.

## Known failure modes

- Invalid or missing state filter returns empty result set or validation error
- Payment not completed results in 402 response blocking data access
- Upstream FDIC data unavailable returns a degraded or error response
- Malformed POST body or incorrect bodyType causes a 400-level error
- State abbreviation vs full name mismatch may return no results

## How this service works

Retrieve quarterly bank financial metrics (total assets, deposits) for FDIC-insured institutions by state filter. Returns time-series rows keyed by cert and report date. Official FDIC data for financial analysis and bank monitoring.

## Output

Returns time-series rows of quarterly FDIC financial metrics per institution, each row keyed by FDIC certificate number and report date, including total assets and total deposits for FDIC-insured banks matching the state filter.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fdic-bank-financials-by-state-proxy-suverse-io-9db19538/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
