Skip to content

GEL to EGP exchange rate API

Lari to Egyptian Pound · quoted 2026-09-25

19.9031

▲ +11.92% over 1Y

1 GEL = 19.9031 EGP · 1 EGP = 0.05024 GEL · Get this rate via the API

1 GEL buys 19.9031 EGP as of 2026-09-25, so 1 EGP buys 0.05024 GEL. Over the last year, GEL/EGP traded between 17.4217 and 20.2413, averaged 18.6216 and rose 11.92%. The API holds daily GEL/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/EGP over 1Y

GEL/EGP over 1Y: show the values
PointGEL/EGP
2025-09-2517.7832
2025-10-0217.5438
2025-10-0917.5497
2025-10-1617.5792
2025-10-2317.5440
2025-10-3017.4217
2025-11-0617.5041
2025-11-1317.4505
2025-11-2017.5303
2025-11-2717.6658
2025-12-0417.6173
2025-12-1217.6344
2025-12-1917.6630
2025-12-2617.6486
2026-01-0217.7172
2026-01-0917.5358
2026-01-1617.5398
2026-01-2317.5059
2026-01-3017.4438
2026-02-0617.4370
2026-02-1317.4655
2026-02-2017.7591
2026-02-2717.9421
2026-03-0618.4094
2026-03-1319.2388
2026-03-2019.2001
2026-03-2719.5484
2026-04-0320.2413
2026-04-1019.7381
2026-04-1719.2149
2026-04-2419.5977
2026-05-0119.9551
2026-05-0819.6733
2026-05-1619.7970
2026-05-2419.8532
2026-05-3119.6483
2026-06-0919.5383
2026-06-1618.9592
2026-06-2318.7974
2026-06-3018.6481
2026-07-0718.5421
2026-07-1419.2341
2026-07-2119.4736
2026-07-2819.3053
2026-08-0419.1803
2026-08-1119.1686
2026-08-1819.3297
2026-08-2619.2617
2026-09-0219.5431
2026-09-0919.6556
2026-09-1620.0271
2026-09-2319.7798

High

20.2413

Low

17.4217

Average

18.6216

For developers

Get this rate via the API

One GET request returns the GEL/EGP 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=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=EGP");
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=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/EGP API questions

How do I get the GEL/EGP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/EGP rate in rates.EGP.

How far back does GEL/EGP historical data go?

Daily GEL/EGP 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/EGP 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.