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. European Central Bank (ECB) Data Portal
EconomyStandardCC-BY-4.0

European Central Bank (ECB) Data Portal

The ECB SDMX 2.1 REST API provides access to EUR-based exchange rates against all IMF currencies (updated around 16:00 CET every trading day), ECB monetary-policy rates (MRO, MLF, DFR), EURIBOR, HICP inflation per EU country and more than 250 additional dataflows. Fully open, no authentication. The ECB is the authoritative source for EUR-based rates — Norges Bank uses the ECB rates as the basis for the official NOK rate.

—

Data volume

Daily

Updates

3

MCP tools

Example response — /exchange-rates
{
  "data": "..."
}

MCP integration

Available MCP tools
ecb_exchange_rates
ecb_hicp_inflation
ecb_interest_rates
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "ecb": {
      "url": "https://data.ketl.no/mcp/ecb",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on European Central Bank (ECB) Data Portal 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.
ECB Data Portal
EUR-based exchange rates (USD, GBP, NOK, SEK, DKK, CHF, JPY) and the ECB's key policy rates (MRO, MLF, DFR) straight from the European Central Bank's SDMX API — authoritative for eurozone exposure and macro benchmarking.

API endpoints

GET
/exchange-rates

EUR-valutakurser (EXR-dataflow)

currencies optional
Kommaseparerte ISO 4217-koder mot EUR (f.eks. NOK,USD). Utelates for alle currencies=NOK,USD
frequency optional
Frekvens: D=daglig, M=månedlig, A=årlig frequency=D
lastNObservations optional
Antall siste observasjoner å hente (1–1000)
startPeriod optional
Startdato for tidsvindu (YYYY-MM-DD)
endPeriod optional
Sluttdato for tidsvindu (YYYY-MM-DD)
Show curl example
# GET https://data.ketl.no/api/connectors/ecb/exchange-rates
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/ecb/exchange-rates"

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

GET
/interest-rates

ECB styringsrente og EURIBOR (FM-dataflow)

lastNObservations optional
Antall siste observasjoner å hente (1–5000)
startPeriod optional
Startdato for tidsvindu (YYYY-MM-DD)
endPeriod optional
Sluttdato for tidsvindu (YYYY-MM-DD)
Show curl example
# GET https://data.ketl.no/api/connectors/ecb/interest-rates
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/ecb/interest-rates"

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

Access and pricing

European Central Bank (ECB) Data Portal is openly available — create an account to get started.

valutaEURrenteEURIBORHICPinflasjonpengepolitikkeurosonen
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