FDIC Bank Data Intelligence avatar

FDIC Bank Data Intelligence

Pricing

Pay per usage

Go to Apify Store
FDIC Bank Data Intelligence

FDIC Bank Data Intelligence

Search FDIC bank data — assets, deposits, branches, financials. Banking research, fintech analysis, market intelligence.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Chris Wakefield

Chris Wakefield

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Chris The Dev

FDIC Bank Data Scraper

Search and extract comprehensive data on FDIC-insured US banking institutions. Query by bank name, state, city, asset size, or charter type — get normalized financial data, locations, regulatory info, and prior names.

Features

  • Flexible Search: Search by bank name (prefix matching), state, city, or list all active institutions
  • Rich Filters: Filter by asset size range, charter type, and activity status
  • Normalized Data: Bank names standardized, charter codes resolved, asset size classification
  • Financial Metrics: Assets, deposits, equity, net income, ROA, ROE, office counts
  • Location Data: Address, city, state, county, ZIP, coordinates, CBSA/metro area
  • Regulatory Info: FDIC region, Federal Reserve district, OCC district, charter agent
  • Prior Names: Historical name changes tracked (up to 6 prior names)

Input Parameters

ParameterTypeDefaultDescription
searchModeselectnameSearch mode: name, state, city, or all
searchQuerystringBank name or city name (supports prefix matching)
stateFilterselectTwo-letter US state code
maxResultsinteger50Max results (0 = all, up to 10,000)
minAssetsinteger0Minimum assets in $ thousands
maxAssetsinteger0Maximum assets in $ thousands (0 = no limit)
charterTypeselectFilter by charter type (N, SM, NM, SB, SA)
includeFinancialsbooleantrueInclude quarterly financial metrics
includeLocationsbooleantrueInclude address and location data
includeRegulatorybooleanfalseInclude regulatory fields

Example Input

{
"searchMode": "name",
"searchQuery": "CHASE",
"maxResults": 10,
"includeFinancials": true,
"includeLocations": true
}

Example Output

{
"cert": 628,
"name": "JPMorgan Chase Bank, National Association",
"nameNormalized": "JPMorgan Chase Bank",
"city": "Columbus",
"stateCode": "OH",
"state": "Ohio",
"assets": 4016571000,
"assetsFormatted": "$4,016,571,000K",
"deposits": 2787994000,
"returnOnAssets": 1.44,
"returnOnEquity": 16.64,
"charterType": "National Bank",
"assetSizeClass": "Mega ($100B+)",
"offices": 5373,
"website": "www.jpmorganchase.com",
"priorNames": [
"Chemical Bank",
"The Chase Manhattan Bank",
"Chemical Bank New York Trust Company",
"JPMorgan Chase Bank"
]
}

Use Cases

  • Market Research: Analyze banking landscape by region, size, or charter type
  • Competitive Intelligence: Track institution financial health across metrics
  • Fintech Due Diligence: Research partner banks for banking-as-a-service
  • Real Estate Analysis: Identify deposit-rich institutions in target markets
  • Economic Research: Study banking concentration, asset distribution, profitability trends
  • M&A Targeting: Find acquisition targets by asset size, region, and charter type

Data Source

This actor uses the FDIC Institution Directory API, a free public data source provided by the US Federal Deposit Insurance Corporation. Data is updated quarterly from Call Report filings.

License: Public domain (US Government data). No API key required.