Skip to main content
← All datasets

HMDA Mortgage-Lending Book

Free

Per-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

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

Python SDK

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