← All datasets
Bank Peer Ranks
PublicPre-computed percentile ranks within the bank's asset-size cohort (all metrics).
Endpoint
GET /api/v1/banks/{rssd_id}/ranks/ Parameters
| Name | Required | Description |
|---|---|---|
| rssd_id | required | Federal Reserve RSSD id. e.g. 852218 |
Python SDK
import bankregreports bank = bankregreports.bankreg("brr_…") df = bank.bank_ranks(rssd_id)