Skip to main content
International Monetary Fund data API providing exchange rates, balance of payments, international financial statistics, and fiscal monitoring data for member countries. Best for international monetary analysis, cross-border capital flow tracking, and global fiscal health assessment. Focuses on monetary and financial stability — complementary to World Bank (development indicators) and OECD (structural policy data). 2 example endpoints available through Lava’s AI Gateway. See the IMF API docs for full documentation.
This provider is managed — no additional setup required.
This is a catch-all provider — any valid URL under https://www.imf.org/external/datamapper/api/v1 is supported. IMF economic data API. Construct URL as https://www.imf.org/external/datamapper/api/v1/{endpoint}. Common endpoints: ///, /indicators, /countries. The endpoints below are curated examples.

Endpoints

List all available indicators

GET https://www.imf.org/external/datamapper/api/v1/indicators — Free
const data = await lava.gateway('https://www.imf.org/external/datamapper/api/v1/indicators', { method: 'GET' });

Query indicator data for countries

GET https://www.imf.org/external/datamapper/api/v1/NGDP_RPCH/JPN/ETH — Free
const data = await lava.gateway('https://www.imf.org/external/datamapper/api/v1/NGDP_RPCH/JPN/ETH', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests