Sveriges Riksbank (Sweden) — SWEA exchange rates and interest rates, 1994–present. License: Open data (Riksbank public data) Source: https://api.riksbank.se/swea/v1/ No API key required. Coverage: * ~117 series: SEK FX rates, policy rate, repo rate, government bond yields, inflation expectations,…
Sveriges Riksbank (Central Bank of Sweden). Retrieved from https://www.riksbank.se/en-gb/. 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.
Sveriges Riksbank (Sweden) — SWEA exchange rates and interest rates, 1994–present. License: Open data (Riksbank public data) Source: https://api.riksbank.se/swea/v1/ No API key required. Coverage: * ~117 series: SEK FX rates, policy rate, repo rate, government bond yields, inflation expectations, mortgage rates, interbank rates * Daily/weekly/monthly observations Strategy: * GET /swea/v1/Series → catalog of all series IDs * For each: GET /swea/v1/Observations/{id}/{from}/{to} * Rate limit: ~30 req/min; script backs off on 429 Run: python jobs/ingest_riksbank.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Sveriges Riksbank (Central Bank of Sweden)",
"description": "Policy rate; Deposit rate; Lending rate. Sveriges Riksbank. 117 series, 1900–2026. Free download.",
"url": "https://econdatalibrary.com/riksbank",
"identifier": "riksbank",
"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": "Sveriges Riksbank",
"url": "https://www.riksbank.se/en-gb/"
},
"license": "https://www.riksbank.se/en-gb/about-the-riksbank/about-the-website/open-data--information-available-for-re-use/",
"keywords": [
"Money & Banking",
"riksbank"
],
"temporalCoverage": "1900-01-02/2026-06-09",
"citation": "Sveriges Riksbank (Central Bank of Sweden). Retrieved from https://www.riksbank.se/en-gb/. Compiled and redistributed by the Elkassabgi Data Library.",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-riksbank",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "riksbank — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=riksbank",
"license": "https://www.riksbank.se/en-gb/about-the-riksbank/about-the-website/open-data--information-available-for-re-use/"
}
]
}{
"@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": "riksbank",
"description": "Policy rate; Deposit rate; Lending rate. Sveriges Riksbank. 117 series, 1900–2026. Free download.",
"url": "https://econdatalibrary.com/riksbank",
"creator": {
"@type": "sc:Organization",
"name": "Sveriges Riksbank",
"url": "https://www.riksbank.se/en-gb/"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"license": "https://www.riksbank.se/en-gb/about-the-riksbank/about-the-website/open-data--information-available-for-re-use/",
"keywords": [
"Money & Banking"
],
"temporalCoverage": "1900-01-02/2026-06-09",
"citation": "Sveriges Riksbank (Central Bank of Sweden). Retrieved from https://www.riksbank.se/en-gb/. Compiled and redistributed by the Elkassabgi Data Library.",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "riksbank-csv",
"name": "riksbank-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=riksbank",
"encodingFormat": "text/csv"
}
]
}