GBP to USD exchange rate API
Pound Sterling to US Dollar · quoted 2026-09-27
1.3249
▼ +2.49% over 5Y
1 GBP = 1.3249 USD · 1 USD = 0.75478 GBP · Get this rate via the API
1 GBP buys 1.3249 USD as of 2026-09-27, so 1 USD buys 0.75478 GBP. Over the last 5 years, GBP/USD traded between 1.1257 and 1.3721, averaged 1.2909 and fell 2.49%. The API holds daily GBP/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GBP/USD over 5Y: show the values
| Point | GBP/USD |
|---|---|
| 2021-09-28 | 1.3587 |
| 2021-11-09 | 1.3559 |
| 2021-12-21 | 1.3245 |
| 2022-02-01 | 1.3485 |
| 2022-03-15 | 1.3076 |
| 2022-04-28 | 1.2430 |
| 2022-06-09 | 1.2542 |
| 2022-07-21 | 1.1922 |
| 2022-09-01 | 1.1569 |
| 2022-10-13 | 1.1257 |
| 2022-11-24 | 1.2118 |
| 2023-01-06 | 1.1868 |
| 2023-02-17 | 1.1953 |
| 2023-03-31 | 1.2369 |
| 2023-05-17 | 1.2462 |
| 2023-06-28 | 1.2657 |
| 2023-08-09 | 1.2727 |
| 2023-09-20 | 1.2368 |
| 2023-11-01 | 1.2119 |
| 2023-12-13 | 1.2526 |
| 2024-01-29 | 1.2696 |
| 2024-03-11 | 1.2823 |
| 2024-04-24 | 1.2434 |
| 2024-06-06 | 1.2769 |
| 2024-07-18 | 1.2985 |
| 2024-08-28 | 1.3209 |
| 2024-10-02 | 1.3292 |
| 2024-11-01 | 1.2959 |
| 2024-12-01 | 1.2732 |
| 2024-12-31 | 1.2529 |
| 2025-01-30 | 1.2431 |
| 2025-03-01 | 1.2580 |
| 2025-03-31 | 1.2947 |
| 2025-04-30 | 1.3352 |
| 2025-05-30 | 1.3480 |
| 2025-06-29 | 1.3721 |
| 2025-07-29 | 1.3333 |
| 2025-08-28 | 1.3519 |
| 2025-09-27 | 1.3388 |
| 2025-10-27 | 1.3347 |
| 2025-11-26 | 1.3192 |
| 2025-12-26 | 1.3500 |
| 2026-01-25 | 1.3663 |
| 2026-02-24 | 1.3489 |
| 2026-03-26 | 1.3338 |
| 2026-04-25 | 1.3496 |
| 2026-05-25 | 1.3498 |
| 2026-06-24 | 1.3161 |
| 2026-07-24 | 1.3324 |
| 2026-08-23 | 1.3640 |
| 2026-09-22 | 1.3363 |
High
1.3721
Low
1.1257
Average
1.2909
Get this rate via the API
One GET request returns the GBP/USD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=USD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=USD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=USD").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/USD API questions
How do I get the GBP/USD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=USD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/USD rate in rates.USD.
How far back does GBP/USD historical data go?
Daily GBP/USD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free GBP/USD exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.