Ffiec Search Banks
ffiec_search_banksFind US banks and savings institutions that file the FFIEC Call Report, by name, city or state. Returns the bank's Federal Reserve IDRSSD, its FDIC certificate number, location, which call report form it files (031/041/051), and total assets. Answers "banks in Austin Texas", "is there a bank called Zions", "list Ohio banks". Name matching is fuzzy, so partial names work. Example: ffiec_search_banks({ name: "jpmorgan" }); ffiec_search_banks({ state: "OH", limit: 25 }). Keyless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name | |
| name | No | Full or partial bank name, e.g. "jpmorgan" | |
| limit | No | Max results (default 20, max 100) | |
| state | No | Two-letter state code, e.g. "TX" |