search_institutions
Search FDIC-insured financial institutions by name.
Returns matching banks with key financial data from the most recent
Call Report (2024-06-30), sorted by total assets descending.
Args:
search: Institution name or partial name to search for.
limit: Maximum number of results to return (default 10, max 100).
get_institution
Get detailed financial information for a specific FDIC-insured institution.
Returns Call Report data for the most recent reporting period (2024-06-30)
including assets, deposits, income, classification, and regulator.
Args:
cert: FDIC certificate number uniquely identifying the institution.
get_institution_branches
Get all branch locations for an FDIC-insured institution.
Returns branch-level data from the Summary of Deposits (SOD) including
addresses, deposit amounts, branch type, and coordinates.
Args:
cert: FDIC certificate number uniquely identifying the institution.
get_county_branches
Get all bank branches in a county ranked by deposits.
Returns branch-level deposit data from the Summary of Deposits (SOD)
for all institutions in the specified county.
Args:
state_fips: Two-digit state FIPS code (e.g. '06' for California).
county_fips: Three-digit county FIPS code (e.g. '037' for Los Angeles).
get_bank_failures
Get recent bank failures from FDIC records.
Returns details of failed FDIC-insured institutions including failure
date, resolution type, estimated cost, and pre-failure assets.
Args:
state: Two-letter state abbreviation to filter by (e.g. 'CA').
start_year: Only return failures from this year onward (e.g. 2020).