USD to EUR exchange rate API

USD/EUR connects the world's two largest currencies. Most of the market quotes the euro first (EUR/USD), but software that prices European goods from dollar catalogs usually wants it this way around: how many euros per dollar.

Sample rate

1 USD = 0.8703 EUR

Illustrative rate for display only — get a free API key for real-time USD/EUR data.

US Dollar to Euro — illustrative 30-day trend (sample data; real values via API)
0.88030.86752026-07-012026-07-30

Get this rate in one request

Live ratebash
curl "https://forex-feed.com/api/v1/latest?base=USD&symbols=EUR" \
  -H "Authorization: Bearer ff_live_YOUR_KEY"
Responsejson
{
  "success": true,
  "data": { "base": "USD", "rates": { "EUR": 0.8703 } },
  "meta": { "granularity": "20s", "plan": "unlimited" }
}
10-year history for chartsbash
curl "https://forex-feed.com/api/v1/pair-history?from=USD&to=EUR&start_date=2016-07-07&end_date=2026-07-07" \
  -H "Authorization: Bearer ff_live_YOUR_KEY"

Who integrates USD/EUR?

SaaS billing is the most common integration: showing EUR prices to European customers from USD price books, VAT-inclusive invoicing, and revenue reporting that normalizes EUR transactions back to USD. Both directions of this pair are one API call apart.

FAQ

What's the difference between USD/EUR and EUR/USD?

They're reciprocals. USD/EUR tells you euros per dollar; EUR/USD tells you dollars per euro. The API serves both natively — request whichever base you need.

How fresh are the USD to EUR rates?

20-second refresh on Unlimited, 5-minute on Developer, daily close on Free.

Is there historical USD/EUR data?

About ten years of daily data with OHLC, back to July 2016.

Start with 1,000 free requests

Free API key, no credit card. Docs for latest rates and pair history · also see EUR to USD.