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": "Fdic",
"description": "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…",
"url": "https://econdatalibrary.com/fdic.html",
"identifier": "fdic",
"isAccessibleForFree": false,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"creator": {
"@type": "Organization",
"name": "Fdic"
},
"keywords": [
"fdic"
],
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-fdic",
"https://zenodo.org/communities/econdatalibrary"
],
"usageInfo": "Metadata-only catalog entry. This source's license does not permit redistribution, so the data itself is not served here; use the provider link to obtain the data under its terms."
}{
"@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": "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…",
"url": "https://econdatalibrary.com/fdic.html",
"creator": {
"@type": "sc:Organization",
"name": "Fdic"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"isAccessibleForFree": false,
"usageInfo": "Metadata-only Croissant record; underlying data is not redistributed under this source's license."
}