FDIC Bank Data — Institutions, Financials & Failures avatar

FDIC Bank Data — Institutions, Financials & Failures

Pricing

$1.00 / 1,000 dataset item scrapeds

Go to Apify Store
FDIC Bank Data — Institutions, Financials & Failures

FDIC Bank Data — Institutions, Financials & Failures

Search FDIC-insured banks, download financial call report data, historical bank failures, and branch locations from the free FDIC Statistics on Depository Institutions API. 4,500+ active US banks. No API key required.

Pricing

$1.00 / 1,000 dataset item scrapeds

Rating

0.0

(0)

Developer

Harry Schoeller

Harry Schoeller

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Search and download data on all FDIC-insured banks and credit unions from the official FDIC Statistics on Depository Institutions (SDI) API. No API key or registration required.

Modes

institutions (default)

Search all FDIC-insured institutions with financial summary data.

{
"mode": "institutions",
"states": ["FL", "TX"],
"activeOnly": true,
"minAssets": 1000000
}

financials

Quarterly call report data for specific institutions.

{
"mode": "financials",
"certNumbers": [3, 57, 12311]
}

failures

Historical bank and thrift failures with cost to FDIC.

{
"mode": "failures",
"startDate": "2008-01-01",
"endDate": "2012-12-31"
}

locations

Branch office locations for all US banks.

{
"mode": "locations",
"states": ["FL"],
"certNumbers": [57]
}

history

Institution history — mergers, name changes, new charters.

{
"mode": "history",
"certNumbers": [3]
}

Example output — institutions

{
"NAME": "JPMorgan Chase Bank, National Association",
"CITY": "Columbus",
"STALP": "OH",
"ASSET": 3876878000,
"DEP": 2987340000,
"NETINC": 48954000,
"ROA": 1.27,
"ROE": 14.21,
"ACTIVE": 1,
"CERT": 628,
"WEBADDR": "www.jpmorganchase.com",
"REPDTE": "20241231",
"fetchedAt": "2025-01-01T00:00:00.000Z"
}

Key fields

FieldDescription
CERTFDIC Certificate Number (unique bank ID)
NAMEInstitution name
CITY / STALPCity and state abbreviation
ASSETTotal assets (thousands of USD)
DEPTotal deposits (thousands)
NETINCNet income (thousands)
ROAReturn on assets (%)
ROEReturn on equity (%)
ACTIVE1 = active, 0 = closed/failed
REPDTEReport date (YYYYMMDD)

Use cases

  • Bank market analysis and competitive intelligence
  • Deposit market share by geography
  • Risk and financial health screening
  • Due diligence for bank M&A
  • Real estate lending market analysis
  • Fintech partnership research