Skip to main content
← All datasets

CFPB Complaints

Free

CFPB consumer complaints for one bank.

Endpoint

GET /api/v1/banks/{rssd_id}/complaints/

Parameters

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

Python SDK

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