Skip to main content
← All datasets

Branch Network

Public

FDIC Summary-of-Deposits branches + NIC org-structure branches.

Endpoint

GET /api/v1/banks/{rssd_id}/branches/

Parameters

NameRequiredDescription
rssd_idrequired Federal Reserve RSSD id. e.g. 852218

Python SDK

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