Skip to main content
← All datasets

Bank Branch Map

Public

Lean geocoded branch list for map rendering (latest SoD year).

Endpoint

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

Parameters

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

Python SDK

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