FDIC Bank Data Intelligence
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share

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
| Parameter | Type | Default | Description |
|---|---|---|---|
searchMode | select | name | Search mode: name, state, city, or all |
searchQuery | string | — | Bank name or city name (supports prefix matching) |
stateFilter | select | — | Two-letter US state code |
maxResults | integer | 50 | Max results (0 = all, up to 10,000) |
minAssets | integer | 0 | Minimum assets in $ thousands |
maxAssets | integer | 0 | Maximum assets in $ thousands (0 = no limit) |
charterType | select | — | Filter by charter type (N, SM, NM, SB, SA) |
includeFinancials | boolean | true | Include quarterly financial metrics |
includeLocations | boolean | true | Include address and location data |
includeRegulatory | boolean | false | Include 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.