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
{
"data": "..."
}MCP integration
API endpoints
/datasetsListe 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.
/dataCompactData-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.
/healthStatus + 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.