Consumer Financial Protection Bureau website screenshot

Consumer Financial Protection Bureau

The Consumer Financial Protection Bureau (CFPB) is the U.S. federal agency that supervises banks, lenders, and other financial companies, enforces federal consumer financial laws, and publishes large public datasets via open APIs. The CFPB Open Tech program publishes the Consumer Complaint Database (CCDB) search API and the HMDA Platform's Data Browser and Institutions APIs at ffiec.cfpb.gov, all unauthenticated and CC0-licensed for public use.

3 APIs 0 Features
BankingComplaintsConsumer ProtectionFederal GovernmentFinancial ServicesHMDAMortgagesOpen Data

APIs

Consumer Complaint Database API

Public REST + JSON search API for the Consumer Complaint Database, a daily-updated record of complaints submitted by U.S. consumers about financial products and services. Suppor...

HMDA Data Browser API

The HMDA Data Browser API exposes Home Mortgage Disclosure Act submission data with both nationwide and filtered (LEI, state, county, MSA/MD) aggregation reports as JSON, plus r...

HMDA Institutions API

Returns the financial institutions registered to file HMDA data with the CFPB, keyed by year and Legal Entity Identifier (LEI). Used by filers and researchers to confirm filer i...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Consumer Financial Protection Bureau Context

0 classes · 3 properties

JSON-LD

API Governance Rules

Consumer Financial Protection Bureau API Rules

8 rules · 3 errors 2 warnings 3 info

SPECTRAL

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Open Tech
Open Tech
👥
GitHubOrganization
GitHubOrganization
🔗
Data and Research
Data and Research
🔗
Consumer Complaints
Consumer Complaints
🔗
HMDA Platform
HMDA Platform
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
Spectral
Spectral

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: CFPB HMDA Institutions API
  version: '2'
items:
- info:
    name: Institutions
    type: folder
  items:
  - info:
      name: List all institutions that filed HMDA data for a year
      type: http
    http:
      method: GET
      url: https://ffiec.cfpb.gov/v2/public/filers/:year
      params:
      - name: year
        value: ''
        type: path
    docs: List all institutions that filed HMDA data for a year
  - info:
      name: Get a single institution by year and LEI
      type: http
    http:
      method: GET
      url: https://ffiec.cfpb.gov/v2/public/institutions/:year/:lei
      params:
      - name: year
        value: ''
        type: path
      - name: lei
        value: ''
        type: path
    docs: Get a single institution by year and LEI
bundled: true