FDIC · Schema

FDIC Financial Report

Quarterly financial information for an FDIC-insured institution from the FDIC BankFind Suite API.

BankingFinanceGovernmentFDICFinancial DataBank DataRegulatory

Properties

Name Type Description
CERT integer FDIC certificate number uniquely identifying the institution.
REPDTE string Report date for the quarterly financial data (YYYYMMDD format).
ASSET number Total assets (in thousands of dollars).
DEP number Total deposits (in thousands of dollars).
INTINC number Total interest income (in thousands of dollars).
EINTEXP number Total interest expense (in thousands of dollars).
NIM number Net interest margin.
NONII number Total noninterest income (in thousands of dollars).
NONIX number Total noninterest expense (in thousands of dollars).
NETINC number Net income (in thousands of dollars).
ROE number Return on equity percentage.
ROA number Return on assets percentage.
View JSON Schema on GitHub

JSON Schema

fdic-financial-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/fdic/main/json-schema/fdic-financial-schema.json",
  "title": "FDIC Financial Report",
  "description": "Quarterly financial information for an FDIC-insured institution from the FDIC BankFind Suite API.",
  "type": "object",
  "properties": {
    "CERT": {
      "type": "integer",
      "description": "FDIC certificate number uniquely identifying the institution."
    },
    "REPDTE": {
      "type": "string",
      "description": "Report date for the quarterly financial data (YYYYMMDD format)."
    },
    "ASSET": {
      "type": "number",
      "description": "Total assets (in thousands of dollars)."
    },
    "DEP": {
      "type": "number",
      "description": "Total deposits (in thousands of dollars)."
    },
    "INTINC": {
      "type": "number",
      "description": "Total interest income (in thousands of dollars)."
    },
    "EINTEXP": {
      "type": "number",
      "description": "Total interest expense (in thousands of dollars)."
    },
    "NIM": {
      "type": "number",
      "description": "Net interest margin."
    },
    "NONII": {
      "type": "number",
      "description": "Total noninterest income (in thousands of dollars)."
    },
    "NONIX": {
      "type": "number",
      "description": "Total noninterest expense (in thousands of dollars)."
    },
    "NETINC": {
      "type": "number",
      "description": "Net income (in thousands of dollars)."
    },
    "ROE": {
      "type": "number",
      "description": "Return on equity percentage."
    },
    "ROA": {
      "type": "number",
      "description": "Return on assets percentage."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/fdic-financial"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.