USD/GBP Exchange Rate was last reported at 1.3524 USD per GBP as of September 11, 2026. That is down 0.06% from the prior reading of 1.3532 USD per GBP. This indicator is reported Daily and not seasonally adjusted, and is tracked under the Trade category. The next scheduled release is September 21, 2026.
| Date | Value (USD per GBP) |
|---|---|
| Sep 11, 2026 | 1.3524 |
| Sep 10, 2026 | 1.3532 |
| Sep 9, 2026 | 1.3549 |
| Sep 8, 2026 | 1.3542 |
| Sep 4, 2026 | 1.3521 |
| Sep 3, 2026 | 1.3536 |
| Sep 2, 2026 | 1.3503 |
| Sep 1, 2026 | 1.3527 |
| Aug 31, 2026 | 1.3550 |
| Aug 28, 2026 | 1.3555 |
| Date | Value (USD per GBP) |
|---|---|
| Aug 27, 2026 | 1.3600 |
| Aug 26, 2026 | 1.3595 |
| Aug 25, 2026 | 1.3644 |
| Aug 24, 2026 | 1.3631 |
| Aug 21, 2026 | 1.3644 |
| Aug 20, 2026 | 1.3639 |
| Aug 19, 2026 | 1.3608 |
| Aug 18, 2026 | 1.3543 |
| Aug 17, 2026 | 1.3564 |
| Aug 14, 2026 | 1.3556 |
Pull the full history of USD/GBP Exchange Rate into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=FXUSDGBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "FXUSDGBP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=FXUSDGBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();