Skip to main content
← All datasets

Peer Percentile Ranks

Public

Pre-computed percentile rank within the bank's asset-size cohort.

Endpoint

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

Parameters

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

Python SDK

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