BankFind Suite: API Documentation

Provide feedback or submit a question about this page.

Overview

FDIC’s application programming interface (API) lets developers access FDIC’s publically available bank data. This portal provides a complete API solution for building applications using this data. Everything you need to integrate with this API is available below. More data will be added to the portal on an ongoing basis.

API Keys

Many public APIs use keys as a way to secure and monitor API usage, and BankFind Suite follows this best practice. Users are required to register and obtain a unique “key” to use with every query submitted to our API. The safekeeping of your key is your responsibility, and it is recommended that you save the original email that contains your key, as it also contains the email address and account ID associated with your key. Lost API keys are not retrievable. If you lose your API key, you will have to re-register to obtain a new one.

API Definition Files

The following definition files document the structure of the datasets:

Queries for Standard Financial Reports

The attached spreadsheet contains API queries for all of our standard financial reports. Use it as a starting point to help you craft your own:
Common Financial Reports (.xlsx spreadsheet)

API Documentation

See interactive documentation available below to provide an overview of the API.

Filter Syntax

The API uses the Elastic Search query string syntax for filtering. Some notes on the filter syntax include:

Output Formats

Data output is available as JSON or CSV. The format is controlled by the Accept header. See the Responses section in the interactive documentation below for examples.

API Endpoints