fdic_search_institutions
Search FDIC-insured banks and savings institutions using filters for state, name, charter type, asset size, and active status to find specific financial institutions.
Instructions
Search FDIC-insured banks and savings institutions. Filter by state, name, charter type, asset size, active status. Filters: STALP:"CA", ACTIVE:1, ASSET:[1000000 TO *], INSTNAME:"Wells Fargo", CHARTER_CLASS:"N". Assets and deposits are in thousands of dollars.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Lucene-style filter: 'STALP:"CA" AND ACTIVE:1', 'ASSET:[1000000 TO *]' | |
| search | No | Free-text search across institution names | |
| fields | No | Comma-separated fields to return: 'INSTNAME,STALP,ASSET,DEP,NETINC' | |
| sort_by | No | Sort field: 'ASSET', 'DEP', 'INSTNAME', 'NETINC' | |
| sort_order | No | Sort direction | |
| limit | No | Max results (default 25, max 100) | |
| offset | No | Pagination offset |