get_exchange_rate

Pack: norges-bank · Endpoint: https://gateway.pipeworx.io/norges-bank/mcp

Latest (or last N) Norges Bank exchange rate for a currency against the Norwegian krone (NOK).

Parameters

NameTypeRequiredDescription
currencystringyesISO 4217 base currency code (USD, EUR, GBP, SEK, …).
last_nnumbernoReturn only the last N observations (default 1).
start_periodstringnoStart date (YYYY-MM-DD). Overrides last_n if set.
end_periodstringnoEnd date (YYYY-MM-DD).

Example call

curl -X POST https://gateway.pipeworx.io/norges-bank/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_exchange_rate","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "norges-bank": {
      "url": "https://gateway.pipeworx.io/norges-bank/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026