Tools Reference
FDIC
6 tools for accessing FDIC data. No additional API key required.
fdic-institutions
Search FDIC-insured banking institutions by name, state, or charter type.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | Institution name |
| state | string | optional | Two-letter state code |
| limit | number | optional | Number of results |
Example
fdic-institutions(name: "Silicon Valley Bank")fdic-financials
Get financial data for an FDIC-insured institution — assets, deposits, loans, capital ratios, and more.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| certNumber | string | required | FDIC certificate number |
| limit | number | optional | Number of quarterly reports |
Example
fdic-financials(certNumber: "24735")fdic-failures
Search the FDIC failed bank list — all banks that have failed since 2000 with resolution details.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | Bank name |
| state | string | optional | State |
| startDate | string | optional | Start date YYYY-MM-DD |
| endDate | string | optional | End date YYYY-MM-DD |
Example
fdic-failures(state: "CA", startDate: "2023-01-01")fdic-branches
Search FDIC bank branch locations by institution, state, or city.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | optional | Institution name |
| state | string | optional | State |
| city | string | optional | City name |
| limit | number | optional | Number of results |
Example
fdic-branches(name: "Chase", state: "NY", limit: 10)fdic-history
Get the history of an FDIC-insured institution — mergers, name changes, and structural events.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| certNumber | string | required | FDIC certificate number |
Example
fdic-history(certNumber: "24735")fdic-summary
Get aggregate FDIC banking industry summary statistics — total deposits, assets, institutions by state.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| state | string | optional | State for state-level summary |
| year | number | optional | Year for historical data |
Example
fdic-summary(state: "CA")