banks.data.fdic.gov API: search_institutions
banks.data.fdic.gov via Parse · Finance
Search for FDIC-insured financial institutions using full-text search or field-level filters. Returns institution records with metadata including total count. The filters parameter supports FDIC field names like STNAME, NAME, CERT, STALP. Full-text search via query may return fewer results than filter-based queries. Access FDIC-insured financial institution data including locations, financials, structure changes, acquisitions, failures, deposits, and demographics from the official FDIC BankFind public data service. Fulfilled by Parse from banks.data.fdic.gov.
- b2b-directory
- banks-data-fdic-gov
- finance
- government-public
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f26dbfee-aeb0-415b-8a4e-2b9b66af2d24/search_institutions
- Interface artifact
- sha256:a4e2877b69c45cf19d635ccbcba2df944c9acc2d5cac589d6e50971f03a0586d
- Manifest digest
- sha256:44427b5d8cdb65a10baef217a23659b8cc68a858ed473caea3ecb533bec042d5
Request fields
- limit (integer): Number of results to return per page.: Allowed values: 10, 25, 50
- query (string): Full-text search query passed to the FDIC API search parameter. May return empty results for some queries; using filters is more reliable.
- offset (integer): Offset for pagination.: Allowed values: 0
- filters (string): Filter string using FDIC field names (e.g., 'STNAME:California', 'NAME:Chase', 'CERT:3510', 'STALP:CA'). Multiple filters combined with AND.
Example queries
- {"limit":"10","query":"Chase","offset":"0","filters":"STNAME:California"}