Download and ingest BIS CBS (Consolidated Banking Statistics) and LBS (Locational Banking Statistics) from the BIS Data Portal bulk downloads. These are NOT accessible via the BIS SDMX v1 API (returns 404) but ARE available as full CSV zip files at data.bis.org/static/bulk/. CBS = WS_CBS_PUB…
Bank for International Settlements. Retrieved from https://data.bis.org. 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.
Download and ingest BIS CBS (Consolidated Banking Statistics) and LBS (Locational Banking Statistics) from the BIS Data Portal bulk downloads. These are NOT accessible via the BIS SDMX v1 API (returns 404) but ARE available as full CSV zip files at data.bis.org/static/bulk/. CBS = WS_CBS_PUB (consolidated positions of internationally-active banking groups) LBS = WS_LBS_D_PUB (locational stats - includes both LBSR and LBSN dimensions) License: bis-attrib-nc (non-commercial, attribution required). Run: python jobs/ingest_bis_cbs_lbs.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Bank for International Settlements",
"description": "Download and ingest BIS CBS (Consolidated Banking Statistics) and LBS (Locational Banking Statistics) from the BIS Data Portal bulk downloads. These are NOT accessible via the BIS SDMX v1 API (returns 404) but ARE available as full CSV zip files at data.bis.org/static/bulk/. CBS = WS_CBS_PUB…",
"url": "https://econdatalibrary.com/bis.html",
"identifier": "bis",
"isAccessibleForFree": true,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"creator": {
"@type": "Organization",
"name": "Bank for International Settlements"
},
"license": "bis-attrib-nc",
"keywords": [
"rates",
"bis"
],
"temporalCoverage": "1945-01-01/2026-04-01",
"repeatFrequency": "P1M",
"creditText": "Source: BIS (non-commercial reuse, attribution)",
"citation": "Bank for International Settlements. Retrieved from https://data.bis.org. Compiled and redistributed by the Elkassabgi Data Library.",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-bis",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=bis"
}
]
}{
"@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": "bis",
"description": "Download and ingest BIS CBS (Consolidated Banking Statistics) and LBS (Locational Banking Statistics) from the BIS Data Portal bulk downloads. These are NOT accessible via the BIS SDMX v1 API (returns 404) but ARE available as full CSV zip files at data.bis.org/static/bulk/. CBS = WS_CBS_PUB…",
"url": "https://econdatalibrary.com/bis.html",
"creator": {
"@type": "sc:Organization",
"name": "Bank for International Settlements"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"license": "bis-attrib-nc",
"keywords": [
"rates"
],
"temporalCoverage": "1945-01-01/2026-04-01",
"citation": "Bank for International Settlements. Retrieved from https://data.bis.org. Compiled and redistributed by the Elkassabgi Data Library.",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "bis-csv",
"name": "bis-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=bis",
"encodingFormat": "text/csv"
}
]
}