GEL to GYD exchange rate API
Lari to Guyana Dollar · quoted 2026-09-25
80.4306
▲ +4.16% over 1Y
1 GEL = 80.4306 GYD · 1 GYD = 0.01243 GEL · Get this rate via the API
1 GEL buys 80.4306 GYD as of 2026-09-25, so 1 GYD buys 0.01243 GEL. Over the last year, GEL/GYD traded between 76.4256 and 80.4598, averaged 78.3356 and rose 4.16%. The API holds daily GEL/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/GYD over 1Y: show the values
| Point | GEL/GYD |
|---|---|
| 2025-09-25 | 77.2177 |
| 2025-10-02 | 76.8090 |
| 2025-10-09 | 77.1785 |
| 2025-10-16 | 77.2722 |
| 2025-10-23 | 77.0863 |
| 2025-10-30 | 77.1290 |
| 2025-11-06 | 77.2869 |
| 2025-11-13 | 77.3608 |
| 2025-11-20 | 77.3754 |
| 2025-11-27 | 77.5653 |
| 2025-12-04 | 77.5143 |
| 2025-12-12 | 77.4758 |
| 2025-12-19 | 77.6726 |
| 2025-12-26 | 77.6518 |
| 2026-01-02 | 77.7341 |
| 2026-01-09 | 77.7402 |
| 2026-01-16 | 77.6919 |
| 2026-01-23 | 77.7306 |
| 2026-01-30 | 77.9620 |
| 2026-02-06 | 77.8955 |
| 2026-02-13 | 78.0966 |
| 2026-02-20 | 78.1743 |
| 2026-02-27 | 78.3289 |
| 2026-03-06 | 76.8347 |
| 2026-03-13 | 77.1158 |
| 2026-03-20 | 76.4256 |
| 2026-03-27 | 77.4719 |
| 2026-04-03 | 77.8093 |
| 2026-04-10 | 77.6865 |
| 2026-04-17 | 77.6311 |
| 2026-04-24 | 77.9345 |
| 2026-05-01 | 77.9331 |
| 2026-05-08 | 78.3280 |
| 2026-05-16 | 78.2346 |
| 2026-05-24 | 78.4614 |
| 2026-05-31 | 78.5909 |
| 2026-06-09 | 78.7515 |
| 2026-06-16 | 78.9932 |
| 2026-06-23 | 79.0822 |
| 2026-06-30 | 79.2197 |
| 2026-07-07 | 79.3098 |
| 2026-07-14 | 79.7673 |
| 2026-07-21 | 79.8478 |
| 2026-07-28 | 79.8904 |
| 2026-08-04 | 80.1207 |
| 2026-08-11 | 80.1600 |
| 2026-08-18 | 80.3029 |
| 2026-08-26 | 80.0791 |
| 2026-09-02 | 80.2190 |
| 2026-09-09 | 80.2882 |
| 2026-09-16 | 80.4595 |
| 2026-09-23 | 80.4598 |
High
80.4598
Low
76.4256
Average
78.3356
Get this rate via the API
One GET request returns the GEL/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=GEL¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/GYD API questions
How do I get the GEL/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/GYD rate in rates.GYD.
How far back does GEL/GYD historical data go?
Daily GEL/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 GEL/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.