GBP to GYD exchange rate API
Pound Sterling to Guyana Dollar · quoted 2026-09-25
277.0601
▼ +1.27% over 1Y
1 GBP = 277.0601 GYD · 1 GYD = 0.003609 GBP · Get this rate via the API
1 GBP buys 277.0601 GYD as of 2026-09-25, so 1 GYD buys 0.003609 GBP. Over the last year, GBP/GYD traded between 273.2785 and 288.4126, averaged 280.3576 and fell 1.27%. The API holds daily GBP/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GBP/GYD over 1Y: show the values
| Point | GBP/GYD |
|---|---|
| 2025-09-25 | 280.6307 |
| 2025-10-02 | 281.9778 |
| 2025-10-09 | 279.6725 |
| 2025-10-16 | 280.9147 |
| 2025-10-23 | 278.8215 |
| 2025-10-30 | 274.5471 |
| 2025-11-06 | 273.8195 |
| 2025-11-13 | 275.6446 |
| 2025-11-20 | 273.2785 |
| 2025-11-27 | 276.9898 |
| 2025-12-04 | 279.0647 |
| 2025-12-12 | 279.4723 |
| 2025-12-19 | 279.6514 |
| 2025-12-26 | 282.4266 |
| 2026-01-02 | 281.2767 |
| 2026-01-09 | 281.0244 |
| 2026-01-16 | 280.3762 |
| 2026-01-23 | 282.9007 |
| 2026-01-30 | 288.4126 |
| 2026-02-06 | 284.4577 |
| 2026-02-13 | 285.1054 |
| 2026-02-20 | 282.1053 |
| 2026-02-27 | 281.9994 |
| 2026-03-06 | 278.9657 |
| 2026-03-13 | 278.4667 |
| 2026-03-20 | 277.9821 |
| 2026-03-27 | 277.5476 |
| 2026-04-03 | 275.7241 |
| 2026-04-10 | 280.9309 |
| 2026-04-17 | 283.1493 |
| 2026-04-24 | 282.3380 |
| 2026-05-01 | 284.6541 |
| 2026-05-08 | 285.6904 |
| 2026-05-16 | 278.4940 |
| 2026-05-24 | 281.3654 |
| 2026-05-31 | 281.5403 |
| 2026-06-09 | 280.1930 |
| 2026-06-16 | 280.7136 |
| 2026-06-23 | 276.5596 |
| 2026-06-30 | 276.2604 |
| 2026-07-07 | 279.5314 |
| 2026-07-14 | 280.5316 |
| 2026-07-21 | 280.5213 |
| 2026-07-28 | 278.1929 |
| 2026-08-04 | 281.9784 |
| 2026-08-11 | 282.9372 |
| 2026-08-18 | 283.1278 |
| 2026-08-26 | 284.9289 |
| 2026-09-02 | 282.2661 |
| 2026-09-09 | 283.3396 |
| 2026-09-16 | 281.3423 |
| 2026-09-23 | 278.0513 |
High
288.4126
Low
273.2785
Average
280.3576
Get this rate via the API
One GET request returns the GBP/GYD 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=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/GYD API questions
How do I get the GBP/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/GYD rate in rates.GYD.
How far back does GBP/GYD historical data go?
Daily GBP/GYD 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/GYD 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.