Chat with AI and use the interactive dashboard.
Search 27,000+ FDIC-insured banks (active and historical) — financials, branch maps, failure history, holding-company structure, and industry-level trends from official FDIC data.
Try this workflow
Bank profile by name
Find FDIC-insured banks named 'First Citizens' that are currently active. Show me their CERT numbers, total assets, ROA, ROE, and headquarters state.
Search with the interactive app or chat with AI — both work side by side.
Browse all toolsBuilt for
Bank Analysts, Fintech Business Development, M&A Research, BSA/AML Investigators
Bank profile by name
Fuzzy name search → multi-bank financial summary in one shot.
Find FDIC-insured banks named 'First Citizens' that are currently active. Show me their CERT numbers, total assets, ROA, ROE, and headquarters state.
State market sizing
Location-based ranking — exactly the question competitive analysts and fintech BD teams ask.
What are the top 20 FDIC-insured banks headquartered in Texas by total assets? Include CERT, holding company, deposits, and number of offices.
Recent failures
Failures dataset is its own block of FDIC data — drives compliance and risk-research workflows.
List all FDIC bank failures since 2023. For each, show the failure date, total assets, the acquiring institution, and estimated loss to the FDIC's Deposit Insurance Fund.
Trace M&A history
Demonstrates the deep history dataset that the FDIC publishes but few other tools surface cleanly.
Trace the full structure-change history of CERT 3510 — every merger, name change, charter conversion, and closing — and tell me the resulting institution.
Where does the data come from?
FDIC BankFind — the authoritative public registry of every FDIC-insured depository institution, refreshed weekly. Includes national banks, state-chartered banks, savings institutions, and insured branches of foreign banks. Also includes the FDIC failures, structure-change history, locations, and industry-summary datasets.
What's the difference between strict and fuzzy holding-company search?
Strict mode (default) requires every significant token in your query to appear in the normalized ``holding_company_search`` column — high-precision. Fuzzy mode uses trigram word similarity on the raw ``holding_company`` column with a score floor — high-recall. Strict supports cursor pagination; fuzzy supports offset pagination.
How fresh is the data?
Refreshed weekly from the FDIC bulk CSV. The exact ``dataset.last_refreshed_at`` is returned on every search response so you always know how stale the result set is.
Related editorial
FDIC Bank Lookup with AI
Why structured FDIC institution data matters for diligence, bank research, and internal tools.
Domain knowledge for FDIC Bank Data — workflow patterns, data models, and gotchas for your AI agent.
Official FDIC registry of every FDIC-insured depository institution in the United States — 4,000+ active banks and 27,000+ total (including historical). Updated weekly from the FDIC BankFind bulk CSV.
Free, no authentication required.
Federal Deposit Insurance Corporation (FDIC) BankFind — the authoritative registry of all FDIC-insured institutions: national banks, state-chartered banks, savings institutions, and insured branches of foreign banks.
All monetary fields (total_assets_thousands, total_deposits_thousands, net_income_thousands, equity_capital_thousands) are in thousands of dollars. Multiply by 1,000 for actual values. Example: total_assets_thousands: 2533000 = $2.533 billion.
roa_pct and roe_pct are percentages (e.g., 1.15 = 1.15% return on assets).
| Code | Type |
|---|---|
| N | National Bank (OCC-chartered) |
| SM | State Member Bank (Fed member) |
| NM | State Non-Member Bank (FDIC-supervised) |
| SB | Federal Savings Bank |
| SL | Savings & Loan Association |
| SA | Savings Association |
| OI | Insured Branch of Foreign Bank |
| Code | Agency |
|---|---|
| OCC | Office of the Comptroller of the Currency |
| FED | Federal Reserve |
| FDIC | Federal Deposit Insurance Corporation |
Search results return compact summaries (cert, name, city, state, assets, deposits, bank class, holding company, ROA/ROE). Use the detail lookup by CERT to get the full record with address, regulatory info, dates, and website.
Bank due diligence: Search by name → get CERT → pull full details and financials → search holding company to see all siblings.
Holding company analysis: Strict parent-name search (default) → paginate with offset or next_cursor until has_more is false. Asset totals in each response are page-only; use total_match_count for footprint size. Use fuzzy only when spelling may be wrong.
Market landscape: Search by state/city → rank by assets → identify dominant players, community banks, and market concentration.
Regulatory research: Look up any bank's primary regulator, charter type, FDIC region, and insurance dates for compliance or licensing research.
Failed/inactive bank research: Set active_only=false to include historical institutions — useful for tracking mergers, acquisitions, and bank failures.
Bank failure analysis: Use the failures tool to find recently failed banks, filter by state or date range, and see acquiring institutions and deposit costs. Sort by FAILDATE DESC for the most recent failures.
Structure change history: Use the history tool with a CERT number to trace a bank's mergers, name changes, charter conversions, and closings over time.
Branch footprint mapping: Use the locations tool to find all branches for a bank (filter by CERT) or all branches in a geographic area (filter by state/city). Returns lat/lng for mapping.
Industry trends: Use the industry summary tool to get aggregate banking statistics by year and/or state — total assets, deposits, net income, institution counts. Compare 'YEAR:2024 AND STNAME:"Texas"' vs 'YEAR:2024 AND STNAME:"California"' for state comparisons.
Open the FDIC Bank Data interactive dashboard. Use this only when the user asks to open or view the bank explorer before running a specific search.
Get the full FDIC record for a bank by certificate number (CERT). Returns name, address, financials, regulator, charter, and key dates. Do not use thi...
Get data on failed FDIC-insured banks. Returns failure date, name, CERT, location, deposits at failure, estimated loss to the Deposit Insurance Fund, ...
Get the financial summary for a bank by certificate number (CERT) — assets, deposits, net income, equity, ROA, ROE, office count, charter, and holding...
Get the structure-change history for an FDIC-insured institution — mergers, name changes, charter conversions, and closings. Filter by ``CERT:<n>`` fo...
Get the aggregate banking-industry summary — historical totals for assets, deposits, net income, institution counts, and office counts by year and opt...
Get bank branch and main-office locations with lat/lng suitable for mapping. Filter by ``CERT:<n>`` for one bank's footprint, or by ``STALP:<XX>`` and...
Get aggregate statistics about the FDIC institution dataset — total institutions, active count, states covered, total assets, and data freshness. Use ...
Search FDIC-insured banks by name with fuzzy matching. Use this for free-text bank-name lookup. Do not use for holding-company rollups — call fdic_sea...
Find FDIC-insured banks in a specific state (and optionally city), ranked by total assets. Use this for market-sizing and regional rankings. Do not us...
Find FDIC-insured banks under a bank holding company (BHC). Default match_mode is strict (tokens match the ETL-normalized holding_company_search colum...
Search and analyze FDIC-insured bank institutions. 27,000+ banks with financials, branches, failures, history, and industry-level analytics. It provides 11 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/fdic-bank. Authentication is handled automatically.
FDIC Bank Data provides 11 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
FDIC Bank Data uses open data APIs — no authentication required.
FDIC BankFind — the authoritative public registry of every FDIC-insured depository institution, refreshed weekly. Includes national banks, state-chartered banks, savings institutions, and insured branches of foreign banks. Also includes the FDIC failures, structure-change history, locations, and industry-summary datasets.
Strict mode (default) requires every significant token in your query to appear in the normalized ``holding_company_search`` column — high-precision. Fuzzy mode uses trigram word similarity on the raw ``holding_company`` column with a score floor — high-recall. Strict supports cursor pagination; fuzzy supports offset pagination.
Refreshed weekly from the FDIC bulk CSV. The exact ``dataset.last_refreshed_at`` is returned on every search response so you always know how stale the result set is.
Yes. The dataset covers ~4,000 currently active and ~27,000 historical institutions, so you can trace mergers, name changes, and failures back through the full FDIC history.
Connect FDIC Bank Data to any MCP client in minutes
https://mcp.mcpbundles.com/bundle/fdic-bankThe link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.
FDIC Bank Data and paste the MCP URL into Remote MCP server URL.Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).
Same data, different audiences.
More financial integrations you might like
Analyst financial estimates, ratings, price targets, and stock grades from top analysts
Discounted cash flow models including levered and custom DCF calculations
Float is a cash flow forecasting tool that helps businesses manage their finances by providing real-...
Cryptocurrency symbols and digital asset market data
Complete Numerai tournament toolkit. Manage models, submit predictions, view leaderboards, track sco...
PayFit is a payroll management solution that automates the calculation of employee salaries, payslip...