sifting/io
Forex · FX

British Pound / US Dollar (GBPUSD) market data

GBPUSD is the major pair for British Pound against US Dollar.

About British Pound / US Dollar (GBPUSD)

GBPUSD is the value of the British pound in US dollars, quoted as dollars per one pound. It is among the most liquid currency pairs and trades continuously through the interbank week.

SiftingIO merges GBPUSD from several independent sources into a single rate. The live quote carries bid and ask with sizes, the mid, a basis-point spread, the venue count, the 24-hour change, and a millisecond timestamp, available as a REST snapshot or a WebSocket stream.

Bars are served over REST at one-minute through daily resolution in UTC. As with all spot FX, the bar volume field is always zero, since there is no central tape for cash currencies, though the bars still carry open, high, low, and close. The history you can reach depends on your plan tier, from a recent free window to the full archive above, per the pricing page.

Higher tiers refresh the rate more often, from one to ten updates per second, and the median age of a published rate stays under 100 milliseconds as a freshness measure. Each GBPUSD figure is a volume and reputation weighted median across venues with source, ingest, and publish timestamps and a quality flag.

Reference data

Symbol
GBPUSD
Name
British Pound / US Dollar
Asset class
Forex
Venue
FX
Base asset
GBP
Quote asset
USD
Currency
USD
Pair tier
major
Base currency
British Pound
Quote currency
US Dollar

GBPUSD Forex Price and Market Data API

Access GBPUSD 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/GBPUSD 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/GBPUSD"
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": ["GBPUSD"] }

Related forex

Related reading

Frequently asked questions about British Pound / US Dollar (GBPUSD)

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

Call the live snapshot endpoint for GBPUSD 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 GBPUSD quotes over WebSocket?

Yes. Connect over WebSocket and subscribe with the fx product and the GBPUSD symbol for a continuous feed of consolidated rates.

Does SiftingIO provide historical GBPUSD bars?

Yes. OHLC bars are available over REST from one-minute to daily resolution, timestamped in UTC.

Why is volume 0 on GBPUSD bars?

Spot foreign exchange has no central tape, so there is no authoritative traded volume to report. FX bars carry open, high, low, and close, and the volume field stays at zero.

How far back does GBPUSD history go?

History depth is set by your plan tier, from a recent free-tier window to the full archive on higher tiers. The pricing page lists each tier's span.

What fields does the GBPUSD quote return?

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

British Pound / US Dollar Price (GBPUSD): Live & Historical Data API · SiftingIO