The entire US banking system,
one API call away.
Call Report & UBPR metrics, CAMELS-style scorecards, peer benchmarks, failures, M&A and enforcement events, SEC filings, and a full-universe screener — one versioned REST API, keyed by RSSD id, with a first-class Python SDK.
# curl -H "Authorization: Bearer brr_…" { "rssd_id": 852218, "legal_name": "JPMORGAN CHASE BANK, N.A.", "hq_state": "OH", "total_assets": 4016571000, "total_deposits": 2787994000, "cet1_ratio": 15.08, "roa": 1.43, "roe": 16.64, "nim": 2.80 }
One API, many datasets
116 datasets across 10 categories — every one behind the same key, the same response envelope, the same SDK.
Start in three lines
Install the SDK, drop in your key, get a DataFrame.
# pip install bankregreports import bankregreports bank = bankregreports.bankreg("brr_…") # One bank's latest snapshot (JPMorgan Chase, N.A.) df = bank.bank(852218) # Screen every FDIC-insured bank df = bank.screener(state="GA", min_assets=1_000_000)
# Snapshot curl https://api.bankregreports.com/api/v1/banks/852218/ \ -H "Authorization: Bearer brr_…" # Discover every dataset curl https://api.bankregreports.com/api/v1/datasets/
Explore the data
116 datasets across 10 categories. Public datasets need no account.
Banks
33 datasets — Bank Directory , Bank Snapshot , Bank Trends …
Screeners
9 datasets — Bank Screener , Screener Dataset (full working set) , Loan-Concentration Screener …
Risk & Failures
9 datasets — High-Risk Banks , Failure Prediction , Recent Failures …
Events & Enforcement
4 datasets — Structural Events , Enforcement Feed , Bank Enforcement Actions …
Industry & Macro
9 datasets — Industry Snapshot , Industry Trends , Peer Groups …
Rate Environment
7 datasets — Mortgage Rates , Deposit Rates , Treasury-Bill Rates …
Credit Unions
7 datasets — Credit Union Directory , Credit Union Snapshot , Credit Union Trends …
Holding Companies
3 datasets — Holding Company Directory , Holding Company Snapshot , Holding Company Trends
SEC Data
21 datasets — SEC Filing Index , XBRL Financial Facts , Insider Transactions …
Reference & Catalog
14 datasets — Watchlist , Watchlist Remove , Watchlist Alerts …
Ready to build?
The free tier gives you 200 requests/day to explore and prototype. Upgrade for production throughput.