EUR to USD exchange rate API
EUR/USD is the single most traded currency pair on earth — the market's benchmark for dollar strength. It's quoted as dollars per euro, the convention used on every trading screen.
Sample rate
1 EUR = 1.1551 USD
Illustrative rate for display only — get a free API key for real-time EUR/USD data.
Get this rate in one request
curl "https://forex-feed.com/api/v1/latest?base=EUR&symbols=USD" \
-H "Authorization: Bearer ff_live_YOUR_KEY"{
"success": true,
"data": { "base": "EUR", "rates": { "USD": 1.1551 } },
"meta": { "granularity": "20s", "plan": "unlimited" }
}curl "https://forex-feed.com/api/v1/pair-history?from=EUR&to=USD&start_date=2016-07-07&end_date=2026-07-07" \
-H "Authorization: Bearer ff_live_YOUR_KEY"Who integrates EUR/USD?
Finance dashboards and analytics tools use EUR/USD as their headline FX indicator; European businesses selling into the US use it to price dollar invoices and hedge revenue. Charting tools want its long history — ten years of it is one request here.
FAQ
Why does everyone quote EUR/USD and not USD/EUR?
Market convention: the euro is the 'base' in professional trading. The API doesn't care — pass base=EUR to get dollars per euro, or base=USD for the reciprocal.
Can I chart 10 years of EUR/USD?
Yes — one pair-history request on the Unlimited plan returns roughly 2,600 daily points, chart-ready.
How accurate are the rates?
Rates come from a live institutional feed, refreshed every 20 seconds, with a 10-year daily archive behind them.
Start with 1,000 free requests
Free API key, no credit card. Docs for latest rates and pair history · also see USD to EUR.