We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. Riksbanken — Sweden's central bank
EconomyStandardCC-BY-4.0

Riksbanken — Sweden's central bank

Riksbanken exposes exchange rates (SEK/EUR, SEK/USD, SEK/NOK, SEK/DKK and more) and the policy rate (the repo rate) via the SWEA REST API. Inflation (CPIF, 12-month) is sourced from SCB's PxWebApi (table TAB6590) because SWEA does not publish inflation series. Data is openly available without authentication. Licence: CC-BY-4.0. Issue #1184.

—

Data volume

Daily

Updates

3

MCP tools

Example response — /connectors/riksbanken/inflation
{
  "data": "..."
}

MCP integration

Available MCP tools
riksbanken.inflasjon
riksbanken.styringsrente
riksbanken.valutakurs
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "riksbanken": {
      "url": "https://data.ketl.no/mcp/riksbanken",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Riksbanken — Sweden's central bank data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Macroeconomics
GDP, inflation, unemployment, policy rate and exchange rates.
Riksbanken — SEK rates and the repo rate
SEK exchange rates (EUR, USD, NOK, DKK) and the Riksbank's repo rate with history — straight from Sveriges Riksbank's SWEA API. Free and open.
Nordic policy rates
Compare the policy rates of Norges Bank, the Riksbank (SE) and Nationalbanken (DK) in real time — current rate, latest change and historical trend for all three Nordic central banks.

API endpoints

GET
/inflation

Manedlig KPI-inflasjon (CPIF, 12-mnd endring) fra SCB PxWeb

from optional
Startdato YYYY-MM-DD (alias: startPeriod). from=2024-01-01
to optional
Sluttdato YYYY-MM-DD (alias: endPeriod). to=2024-12-31
Show curl example
# GET https://data.ketl.no/api/connectors/riksbanken/inflation
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/riksbanken/inflation"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/exchange-rates

Hent SEK-valutakurser (SWEA serie)

currencies optional
Kommaseparerte ISO 4217-koder (alias: currency for enkelt kode, series for eksplisitt serie-ID). Default EUR. currencies=EUR,USD,NOK
from optional
Startdato YYYY-MM-DD (alias: startDate). from=2024-01-01
to optional
Sluttdato YYYY-MM-DD (alias: endDate). to=2024-12-31
lastN optional
Antall seneste observasjoner å returnere. lastN=30
Show curl example
# GET https://data.ketl.no/api/connectors/riksbanken/exchange-rates
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/riksbanken/exchange-rates"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/policy-rate

Hent reporäntan (styringsrenten)

from optional
Startdato YYYY-MM-DD (alias: startPeriod). from=2024-01-01
to optional
Sluttdato YYYY-MM-DD (alias: endPeriod). to=2024-12-31
Show curl example
# GET https://data.ketl.no/api/connectors/riksbanken/policy-rate
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/riksbanken/policy-rate"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

Riksbanken — Sweden's central bank is openly available — create an account to get started.

sverigevalutarentestyringsrenteseknordisk
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512