Central Banks & Monetary
SEK pair history
Historical daily fixings for a single SEK pair. Pair can be a 3-letter ISO code such as EUR, USD, GBP, NOK, DKK, CHF, JPY (maps to SWEA series ids sekeurpmi, sekusdpmi, ...). Max one-year window enforced by SWEA.
get/api/v1/riksbank/fx/{pair}
Path parameters
pairstring required
3-letter ISO currency code for the non-SEK side of the pair.
3-letter ISO currency code for the non-SEK side of the pair.
Query parameters
from_datestring
Start date in YYYY-MM-DD. Omit to return only the latest observation.
Start date in YYYY-MM-DD. Omit to return only the latest observation.
to_datestring
End date in YYYY-MM-DD (inclusive). Window is capped at 1 year by SWEA.
End date in YYYY-MM-DD (inclusive). Window is capped at 1 year by SWEA.
Response
Historical fixings for the requested SEK pair.
Example response
{
"data": {
"seriesId": "sekusdpmi",
"pair": "USD/SEK",
"count": 22,
"observations": [
{
"date": "2026-04-17",
"value": 1.75
}
]
},
"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"
]
}
}