Skip to main content
Currency exchange rate API sourced from the European Central Bank, providing current and historical rates for 30+ currencies. Best for currency conversion workflows, FX trend analysis, and any feature needing reliable exchange rate data. A free, no-auth alternative to commercial FX APIs — data updates daily from the ECB reference rates. 1 example endpoint available through Lava’s AI Gateway. See the Frankfurter API docs for full documentation.
This provider is managed — no additional setup required.
This is a catch-all provider — any valid URL under https://api.frankfurter.dev/v1 is supported. Currency exchange rate API. Construct URL as https://api.frankfurter.dev/v1/{endpoint}. Common endpoints: /latest, /currencies, /, /... The endpoints below are curated examples.

Endpoints

Get latest exchange rates

GET https://api.frankfurter.dev/latest?from=USD&to=EUR,GBP — Free
const data = await lava.gateway('https://api.frankfurter.dev/latest?from=USD&to=EUR,GBP', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests