← All datasets
HMDA Mortgage-Lending Book
FreePer-bank Home Mortgage Disclosure Act book - applications, originations, denials, and USD volumes by activity year and state.
Endpoint
GET /api/v1/banks/{rssd_id}/hmda/ Parameters
| Name | Required | Description |
|---|---|---|
| rssd_id | required | Federal Reserve RSSD id. e.g. 852218 |
Python SDK
import bankregreports bank = bankregreports.bankreg("brr_…") df = bank.hmda(rssd_id)