GBP/USD historical exchange rates

Every statistic and point on this page is computed from the same dataset the API serves: daily GBP/USD closes from 2016-07-07 to 2026-07-28, with open, high, low and daily change stored for every trading day.

GBP/USD — 2016-07-07 to 2026-07-28 (weekly sampling of daily closes)
1.42411.08852016-07-072026-07-28

First recorded (2016)

1.2916 on 2016-07-07

Latest close

1.3288 on 2026-07-28

10-year high

1.4338 on 2018-04-16

10-year low

1.0679 on 2022-09-26

Total change

+2.9%

Trading days

2,606

Pull this dataset yourself

Full 10-year GBP/USD series (Unlimited plan)bash
curl "https://forex-feed.com/api/v1/pair-history?from=GBP&to=USD&start_date=2016-07-07&end_date=2026-07-28" \
  -H "Authorization: Bearer ff_live_YOUR_KEY"
Response shapejson
{
  "success": true,
  "data": {
    "from": "GBP", "to": "USD",
    "points": [
      { "date": "2016-07-07", "rate": 1.2916 },
      … 2,606 points …
      { "date": "2026-07-28", "rate": 1.3288 }
    ]
  },
  "meta": { "count": 2606 }
}

USD-base pairs can add ohlc=1 for daily candles — see the pair history docs.

Ten years of history, one request

Full historical access is included in the Unlimited plan — see pricing.