FDIC bank data ingest — full history from banks.data.fdic.gov. Public Domain (US government data). No API key required. Endpoints covered: financials — quarterly call-report data per institution (the main dataset) institutions — all FDIC-insured bank attributes (snapshot) history — institution name…
FDIC bank data ingest — full history from banks.data.fdic.gov. Public Domain (US government data). No API key required. Endpoints covered: financials — quarterly call-report data per institution (the main dataset) institutions — all FDIC-insured bank attributes (snapshot) history — institution name changes / mergers failures — failed bank list (1934–present) summary — industry-level aggregate stats by quarter Output: data/clean_full/fdic/<endpoint>.parquet financials stored in long format: series_key = "CERT={cert}:{field}", obs_date, value Others stored wide (one row per record with all available fields). Run: python jobs/ingest_fdic.py python jobs/ingest_fdic.py --only financials
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Federal Deposit Insurance Corporation (FDIC) - BankFind Suite API",
"description": "Total securities; Total deposits; Net loans and leases. FDIC. 298,869 series, 1986–2026. Free download under public domain.",
"url": "https://econdatalibrary.com/fdic",
"identifier": "fdic",
"isAccessibleForFree": true,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"includedInDataCatalog": {
"@type": "DataCatalog",
"@id": "https://econdatalibrary.com/#catalog",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com/catalog"
},
"creator": {
"@type": "Organization",
"name": "Federal Deposit Insurance Corporation",
"alternateName": "FDIC",
"url": "https://banks.data.fdic.gov/"
},
"license": "https://www.usa.gov/government-works",
"keywords": [
"Money & Banking",
"fdic"
],
"temporalCoverage": "1986-03-31/2026-03-31",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-fdic",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "fdic — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=fdic",
"license": "https://www.usa.gov/government-works"
}
]
}{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"cr": "http://mlcommons.org/croissant/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"sc": "https://schema.org/",
"conformsTo": "dct:conformsTo",
"dct": "http://purl.org/dc/terms/"
},
"@type": "sc:Dataset",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"name": "fdic",
"description": "Total securities; Total deposits; Net loans and leases. FDIC. 298,869 series, 1986–2026. Free download under public domain.",
"url": "https://econdatalibrary.com/fdic",
"creator": {
"@type": "sc:Organization",
"name": "Federal Deposit Insurance Corporation",
"alternateName": "FDIC",
"url": "https://banks.data.fdic.gov/"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"license": "https://www.usa.gov/government-works",
"keywords": [
"Money & Banking"
],
"temporalCoverage": "1986-03-31/2026-03-31",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "fdic-csv",
"name": "fdic-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=fdic",
"encodingFormat": "text/csv"
}
]
}One account. Every library.
Your free ElkassabgiData key unlocks the whole family: Econ Data Library (this site) and HF Data Library — 1-minute intraday U.S. equity data — and IP Data Library — patent & innovation measures.