get_observations
ActiveTool of Riksbank Se
Time-series observations for one series over a date range. Pass a series ID and a from/to window (dates YYYY-MM-DD). Returns an array of {date, value}. Example: seriesId "SEKEURPMI" gives the daily EUR/SEK exchange-rate fixing; "SECBREPOEFF" gives the Riksbank policy rate. Use list_series to discover IDs.
Parameters schema
{
"type": "object",
"required": [
"seriesId",
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "Range end, YYYY-MM-DD, e.g. \"2026-05-31\"."
},
"from": {
"type": "string",
"description": "Range start, YYYY-MM-DD, e.g. \"2026-01-01\"."
},
"seriesId": {
"type": "string",
"description": "Series ID, e.g. \"SEKEURPMI\" (EUR/SEK) or \"SECBREPOEFF\" (policy rate)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Riksbank Se
https://github.com/pipeworx-io/mcp-riksbank-se
1/7 registries