Central Banks & Monetary
SWESTR overnight reference rate
Swedish Krona Short Term Rate (SWESTR), Sweden's risk-free overnight reference rate published at 11:00 CET each business day. SWESTR is published through a dedicated Riksbank API that is separate from SWEA. When the separate API is not reachable from this Sugra deployment, the note field explains how to retrieve SWESTR directly.
get/api/v1/riksbank/swestr
Response
Latest SWESTR observation, plus a fallback note when SWEA does not expose it.
Example response
{
"data": {
"seriesId": "SWESTR",
"observations": [
{
"date": "2026-04-17",
"value": 1.75
}
],
"note": "SWESTR is published via a separate Riksbank API and is not exposed in SWEA."
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}