sifting/io
Forex · FX

Euro / US Dollar (EURUSD) market data

EURUSD is the major pair for Euro against US Dollar.

About Euro / US Dollar (EURUSD)

EURUSD is the exchange rate of the euro against the US dollar, quoted as the number of US dollars for one euro. It is the most heavily traded currency pair, and its rate moves through the interbank week rather than in fixed sessions.

SiftingIO consolidates EURUSD across independent sources into one rate. The live quote returns bid and ask with their sizes, the mid, a spread in basis points, the number of contributing venues, the 24-hour change, and a millisecond timestamp. Reach it as a REST snapshot or subscribe over WebSocket for a continuous feed.

Historical bars are available over REST at one-minute, five-minute, fifteen-minute, hourly, four-hour, and daily resolution, timestamped in UTC. One caveat matters for FX: the volume field on every bar is zero, because spot foreign exchange has no consolidated tape to count. How far back you can read is tied to your plan tier, from a recent window free to the full history higher up, as the pricing page details.

The live rate updates faster on higher tiers, from one to ten times per second, and the median publish age stays under 100 milliseconds, which describes freshness, not trade execution. Each rate is a volume and reputation weighted median across venues, tagged with source, ingest, and publish timestamps and a quality flag.

Reference data

Symbol
EURUSD
Name
Euro / US Dollar
Asset class
Forex
Venue
FX
Base asset
EUR
Quote asset
USD
Currency
USD
Pair tier
major
Base currency
Euro
Quote currency
US Dollar

EURUSD Forex Price and Market Data API

Access EURUSD forex price and market data through SiftingIO's REST and WebSocket APIs, including latest price data, historical records, and live updates where available.

Use forex/EURUSD for request-based access through REST, or use the same symbol key with WebSocket streams for real-time forex market updates.

REST · last trade
curl -H "X-API-Key: $SIFTING_API_KEY" \
  "https://api.sifting.io/v1/last/trade/forex/EURUSD"
WebSocket · subscribe
# Connect (set SIFTING_API_KEY first)wscat -c "wss://stream.sifting.io/ws/v1?key=$SIFTING_API_KEY" # Then send this subscribe frame:{ "op": "subscribe", "product": "fx", "symbols": ["EURUSD"] }

Related forex

Related reading

Frequently asked questions about Euro / US Dollar (EURUSD)

How do I get real-time EURUSD prices from an API?

Call the live snapshot endpoint for EURUSD with your API key. It returns bid and ask with sizes, the mid, a basis-point spread, the venue count, the 24-hour change, and a millisecond timestamp.

Can I stream EURUSD quotes over WebSocket?

Yes. Open a WebSocket connection and subscribe with the fx product and the EURUSD symbol to receive a continuous feed of consolidated rates.

Does SiftingIO provide historical EURUSD bars?

Yes. OHLC bars are available over REST at one-minute, five-minute, fifteen-minute, hourly, four-hour, and daily resolution, timestamped in UTC.

Why is volume 0 on EURUSD bars?

Spot foreign exchange has no central exchange or consolidated tape, so there is no authoritative traded volume to report. SiftingIO returns open, high, low, and close on FX bars and leaves the volume field at zero.

How far back does EURUSD history go?

The reachable window depends on your plan tier, from a recent slice on the free tier to the full history on higher tiers. The pricing page lists the exact spans.

What fields does the EURUSD quote return?

The quote carries bid and ask with sizes, the mid, a spread in basis points, the contributing venue count, the 24-hour change, and a millisecond timestamp, plus source, ingest, and publish times and a quality flag.

Euro / US Dollar Price (EURUSD): Live & Historical Data API · SiftingIO