cross_rates
ActiveTool of Riksbank Se
Cross exchange rate between two SEK currency-fixing series over a date range. series1 is the base, series2 the quote; the result is series1/series2 per day. Example: series1 "SEKEURPMI", series2 "SEKUSDPMI" gives EUR/USD derived from the SEK fixings. Provide from (required) and optionally to (both YYYY-MM-DD); omit to to run through the latest date. Use SEK currency series IDs ending in "PMI" (see list_series).
Parameters schema
{
"type": "object",
"required": [
"series1",
"series2",
"from"
],
"properties": {
"to": {
"type": "string",
"description": "Range end, YYYY-MM-DD (optional; defaults to latest)."
},
"from": {
"type": "string",
"description": "Range start, YYYY-MM-DD, e.g. \"2026-01-01\"."
},
"series1": {
"type": "string",
"description": "Base currency series ID, e.g. \"SEKEURPMI\"."
},
"series2": {
"type": "string",
"description": "Quote currency series ID, e.g. \"SEKUSDPMI\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Riksbank Se
https://github.com/pipeworx-io/mcp-riksbank-se
1/7 registries