Skip to content

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

GBP/GYD over 1Y: show the values
PointGBP/GYD
2025-09-25280.6307
2025-10-02281.9778
2025-10-09279.6725
2025-10-16280.9147
2025-10-23278.8215
2025-10-30274.5471
2025-11-06273.8195
2025-11-13275.6446
2025-11-20273.2785
2025-11-27276.9898
2025-12-04279.0647
2025-12-12279.4723
2025-12-19279.6514
2025-12-26282.4266
2026-01-02281.2767
2026-01-09281.0244
2026-01-16280.3762
2026-01-23282.9007
2026-01-30288.4126
2026-02-06284.4577
2026-02-13285.1054
2026-02-20282.1053
2026-02-27281.9994
2026-03-06278.9657
2026-03-13278.4667
2026-03-20277.9821
2026-03-27277.5476
2026-04-03275.7241
2026-04-10280.9309
2026-04-17283.1493
2026-04-24282.3380
2026-05-01284.6541
2026-05-08285.6904
2026-05-16278.4940
2026-05-24281.3654
2026-05-31281.5403
2026-06-09280.1930
2026-06-16280.7136
2026-06-23276.5596
2026-06-30276.2604
2026-07-07279.5314
2026-07-14280.5316
2026-07-21280.5213
2026-07-28278.1929
2026-08-04281.9784
2026-08-11282.9372
2026-08-18283.1278
2026-08-26284.9289
2026-09-02282.2661
2026-09-09283.3396
2026-09-16281.3423
2026-09-23278.0513

High

288.4126

Low

273.2785

Average

280.3576

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=GYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=GYD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=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&currencies=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.