You're viewing a demo portfolio

Join the waitlist
PRSM

cross_rates

Active

Tool of Riksbank Se

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Riksbank Se

https://github.com/pipeworx-io/mcp-riksbank-se

1/7 registries
View full server →