Deutsche Bundesbank SDMX REST connector — keyless open data. License: DL-DE-BY-2.0 Source: https://api.statistiken.bundesbank.de/rest/data/{flowID} No API key required. Available flows discovered via probe (catalog endpoint not supported): BBEX3 — Exchange rates (EUR vs. all currencies) ~2M obs…
Deutsche Bundesbank. Retrieved from https://www.bundesbank.de. Compiled and redistributed by the Elkassabgi Data Library.
Processing: Retrieved from the official source, normalized to a long {series_key, obs_date, value} schema (period-start dates), de-duplicated, and stored as zstd Parquet. Compiled and redistributed by the Elkassabgi Data Library.
Deutsche Bundesbank SDMX REST connector — keyless open data. License: DL-DE-BY-2.0 Source: https://api.statistiken.bundesbank.de/rest/data/{flowID} No API key required. Available flows discovered via probe (catalog endpoint not supported): BBEX3 — Exchange rates (EUR vs. all currencies) ~2M obs BBNZ1 — Securities statistics BBDP1 — Balance of payments BBSIS — Stock market indices BBFI1 — Public finance / government statistics I BBFI3 — Public finance / government statistics III BBBP1 — Banking system / bank position statistics Note: API ignores startPeriod/endPeriod for XML format — returns full history. Responses can be 1+ GB. Uses streaming iterparse for memory efficiency. Run: python jobs/ingest_bundesbank.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Deutsche Bundesbank",
"description": "Exchange rates, interest rates, money and banking. Deutsche Bundesbank. 6,872 series, 1945–2026. Free download.",
"url": "https://econdatalibrary.com/bundesbank",
"identifier": "bundesbank",
"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": "Deutsche Bundesbank",
"url": "https://www.bundesbank.de"
},
"keywords": [
"Money & Banking",
"bundesbank"
],
"temporalCoverage": "1945-01-01/2026-06-23",
"creditText": "Copyright: Deutsche Bundesbank, Frankfurt am Main, Germany",
"citation": "Deutsche Bundesbank. Retrieved from https://www.bundesbank.de. Compiled and redistributed by the Elkassabgi Data Library.",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-bundesbank",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "bundesbank — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=bundesbank"
}
]
}{
"@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": "bundesbank",
"description": "Exchange rates, interest rates, money and banking. Deutsche Bundesbank. 6,872 series, 1945–2026. Free download.",
"url": "https://econdatalibrary.com/bundesbank",
"creator": {
"@type": "sc:Organization",
"name": "Deutsche Bundesbank",
"url": "https://www.bundesbank.de"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"keywords": [
"Money & Banking"
],
"temporalCoverage": "1945-01-01/2026-06-23",
"citation": "Deutsche Bundesbank. Retrieved from https://www.bundesbank.de. Compiled and redistributed by the Elkassabgi Data Library.",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "bundesbank-csv",
"name": "bundesbank-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=bundesbank",
"encodingFormat": "text/csv"
}
]
}