Skip to main content
← All datasets

Bank Peer Ranking (Live)

Public

Live per-request percentile recompute across the full peer cohort.

Endpoint

GET /api/v1/banks/{rssd_id}/peer-ranking/

Parameters

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

Python SDK

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