Skip to main content
← All datasets

Bank Directory

Public

Directory of all FDIC-insured banks with identity + headline figures.

Endpoint

GET /api/v1/banks/

Parameters

NameRequiredDescription
stateoptional Two-letter state filter. e.g. GA
min_assetsoptional Minimum total assets ($000s). e.g. 1000000
limitoptional Max rows to return. e.g. 1000
offsetoptional Pagination offset. e.g. 0

Python SDK

import bankregreports
bank = bankregreports.bankreg("brr_…")
df = bank.banks()
Powered by BankRegAPI