Skip to main content
← All datasets

Failures by Year

Public

Bank failure counts and total assets by year.

Endpoint

GET /api/v1/failures/by-year/

Parameters

NameRequiredDescription
yearoptional Filter to one year. e.g. 2023

Python SDK

import bankregreports
bank = bankregreports.bankreg("brr_…")
df = bank.failures(year=)
Powered by BankRegAPI