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. IMF Data — macroeconomics and the World Economic Outlook
EconomyStandardProprietaer

IMF Data — macroeconomics and the World Economic Outlook

The IMF SDMX-JSON v1 REST API provides open access to World Economic Outlook (WEO) growth and inflation projections, International Financial Statistics (IFS), Direction of Trade (DOT) and the balance of payments (BOP) for all member countries. Complements Norges Bank and Eurostat with global comparisons and projections. No auth (moderate rate limit). IMF open data, attribution required.

—

Data volume

Quarterly

Updates

3

MCP tools

Example response — /datasets
{
  "data": "..."
}

MCP integration

Available MCP tools
imf.data
imf.datasets
imf.weo
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "imf": {
      "url": "https://data.ketl.no/mcp/imf",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on IMF Data — macroeconomics and the World Economic Outlook data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

IMF Data
World Economic Outlook projections and bilateral trade statistics for Norway and 190+ countries. GDP growth, inflation, unemployment, public debt and current-account balance from the IMF's SDMX API.

API endpoints

GET
/datasets

Liste alle IMF-datasett

Show curl example
# GET https://data.ketl.no/api/connectors/imf/datasets
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/imf/datasets"

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

GET
/data

CompactData-uttrekk på datasett + SDMX-nøkkel

key required
SDMX-nøkkel {datasett}.{freq}.{land}.{indikator} — punktum-separert (datasett auto-avledes fra prefikset) key=IFS.Q.NO.NGDP_SA_XDC
dataset optional
Datasett-kode (f.eks. IFS) — utledes automatisk fra key-prefikset når utelatt
startPeriod optional
Startperiode (YYYY, YYYY-Qn eller YYYY-Mnn)
endPeriod optional
Sluttperiode (YYYY, YYYY-Qn eller YYYY-Mnn)
lastNObservations optional
Hent kun de N siste observasjonene (1–200)
Show curl example
# GET https://data.ketl.no/api/connectors/imf/data?key=IFS.Q.NO.NGDP_SA_XDC
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/imf/data?key=IFS.Q.NO.NGDP_SA_XDC"

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

GET
/health

Status + endepunktoversikt

deep optional
Sett `deep=1` for å få med det fulle probe-objektet (`deepProbe`). Enhver annen verdi gir samme svar som uten parameteren — verdimengden er IKKE lukket, så ruta avviser ingenting (MÅLT 2026-08-30). deep=1
Show curl example
# GET https://data.ketl.no/api/connectors/imf/health
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/imf/health"

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

Access and pricing

IMF Data — macroeconomics and the World Economic Outlook is openly available — create an account to get started.

globalmakroøkonomiweoimfbetalingsbalanseprognoserfelles
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