Skip to content

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

GEL/GYD over 1Y: show the values
PointGEL/GYD
2025-09-2577.2177
2025-10-0276.8090
2025-10-0977.1785
2025-10-1677.2722
2025-10-2377.0863
2025-10-3077.1290
2025-11-0677.2869
2025-11-1377.3608
2025-11-2077.3754
2025-11-2777.5653
2025-12-0477.5143
2025-12-1277.4758
2025-12-1977.6726
2025-12-2677.6518
2026-01-0277.7341
2026-01-0977.7402
2026-01-1677.6919
2026-01-2377.7306
2026-01-3077.9620
2026-02-0677.8955
2026-02-1378.0966
2026-02-2078.1743
2026-02-2778.3289
2026-03-0676.8347
2026-03-1377.1158
2026-03-2076.4256
2026-03-2777.4719
2026-04-0377.8093
2026-04-1077.6865
2026-04-1777.6311
2026-04-2477.9345
2026-05-0177.9331
2026-05-0878.3280
2026-05-1678.2346
2026-05-2478.4614
2026-05-3178.5909
2026-06-0978.7515
2026-06-1678.9932
2026-06-2379.0822
2026-06-3079.2197
2026-07-0779.3098
2026-07-1479.7673
2026-07-2179.8478
2026-07-2879.8904
2026-08-0480.1207
2026-08-1180.1600
2026-08-1880.3029
2026-08-2680.0791
2026-09-0280.2190
2026-09-0980.2882
2026-09-1680.4595
2026-09-2380.4598

High

80.4598

Low

76.4256

Average

78.3356

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=GYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&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=GEL&currencies=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&currencies=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.