← All datasets
Bank Directory
PublicDirectory of all FDIC-insured banks with identity + headline figures.
Endpoint
GET /api/v1/banks/ Parameters
| Name | Required | Description |
|---|---|---|
| state | optional | Two-letter state filter. e.g. GA |
| min_assets | optional | Minimum total assets ($000s). e.g. 1000000 |
| limit | optional | Max rows to return. e.g. 1000 |
| offset | optional | Pagination offset. e.g. 0 |
Python SDK
import bankregreports bank = bankregreports.bankreg("brr_…") df = bank.banks()