GBP to USD exchange rate API
Pound Sterling to US Dollar · quoted 2026-09-27
1.3249
▼ +1.04% over 1Y
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 year, GBP/USD traded between 1.3085 and 1.3684, averaged 1.3403 and fell 1.04%. 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 1Y: show the values
| Point | GBP/USD |
|---|---|
| 2025-09-27 | 1.3388 |
| 2025-10-04 | 1.3481 |
| 2025-10-11 | 1.3350 |
| 2025-10-18 | 1.3425 |
| 2025-10-25 | 1.3313 |
| 2025-11-01 | 1.3155 |
| 2025-11-08 | 1.3164 |
| 2025-11-15 | 1.3177 |
| 2025-11-22 | 1.3085 |
| 2025-11-29 | 1.3239 |
| 2025-12-06 | 1.3330 |
| 2025-12-13 | 1.3373 |
| 2025-12-20 | 1.3376 |
| 2025-12-27 | 1.3493 |
| 2026-01-03 | 1.3458 |
| 2026-01-10 | 1.3399 |
| 2026-01-17 | 1.3344 |
| 2026-01-24 | 1.3648 |
| 2026-01-31 | 1.3684 |
| 2026-02-07 | 1.3613 |
| 2026-02-14 | 1.3655 |
| 2026-02-21 | 1.3480 |
| 2026-02-28 | 1.3485 |
| 2026-03-07 | 1.3417 |
| 2026-03-14 | 1.3233 |
| 2026-03-21 | 1.3344 |
| 2026-03-28 | 1.3267 |
| 2026-04-04 | 1.3194 |
| 2026-04-11 | 1.3455 |
| 2026-04-18 | 1.3524 |
| 2026-04-25 | 1.3496 |
| 2026-05-02 | 1.3578 |
| 2026-05-09 | 1.3634 |
| 2026-05-16 | 1.3327 |
| 2026-05-23 | 1.3432 |
| 2026-05-30 | 1.3457 |
| 2026-06-06 | 1.3341 |
| 2026-06-13 | 1.3405 |
| 2026-06-20 | 1.3232 |
| 2026-06-27 | 1.3195 |
| 2026-07-04 | 1.3350 |
| 2026-07-11 | 1.3397 |
| 2026-07-18 | 1.3452 |
| 2026-07-25 | 1.3324 |
| 2026-08-01 | 1.3479 |
| 2026-08-08 | 1.3485 |
| 2026-08-15 | 1.3534 |
| 2026-08-22 | 1.3645 |
| 2026-08-29 | 1.3533 |
| 2026-09-05 | 1.3517 |
| 2026-09-12 | 1.3528 |
| 2026-09-19 | 1.3394 |
| 2026-09-26 | 1.3246 |
High
1.3684
Low
1.3085
Average
1.3403
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.