← All datasets
Bank Loan Portfolio
PublicSingle-bank loan composition, CRE/C&D concentration vs capital, and an asset-quality trend.
Endpoint
GET /api/v1/banks/{rssd_id}/loan-portfolio/ Parameters
| Name | Required | Description |
|---|---|---|
| rssd_id | required | Federal Reserve RSSD id. e.g. 852218 |
| quarters | optional | Number of trend quarters (1-40, default 8). e.g. 8 |
Python SDK
import bankregreports bank = bankregreports.bankreg("brr_…") df = bank.loan_portfolio(rssd_id, quarters=)