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: show the values
| Point | GEL/EGP |
|---|---|
| 2025-09-25 | 17.7832 |
| 2025-10-02 | 17.5438 |
| 2025-10-09 | 17.5497 |
| 2025-10-16 | 17.5792 |
| 2025-10-23 | 17.5440 |
| 2025-10-30 | 17.4217 |
| 2025-11-06 | 17.5041 |
| 2025-11-13 | 17.4505 |
| 2025-11-20 | 17.5303 |
| 2025-11-27 | 17.6658 |
| 2025-12-04 | 17.6173 |
| 2025-12-12 | 17.6344 |
| 2025-12-19 | 17.6630 |
| 2025-12-26 | 17.6486 |
| 2026-01-02 | 17.7172 |
| 2026-01-09 | 17.5358 |
| 2026-01-16 | 17.5398 |
| 2026-01-23 | 17.5059 |
| 2026-01-30 | 17.4438 |
| 2026-02-06 | 17.4370 |
| 2026-02-13 | 17.4655 |
| 2026-02-20 | 17.7591 |
| 2026-02-27 | 17.9421 |
| 2026-03-06 | 18.4094 |
| 2026-03-13 | 19.2388 |
| 2026-03-20 | 19.2001 |
| 2026-03-27 | 19.5484 |
| 2026-04-03 | 20.2413 |
| 2026-04-10 | 19.7381 |
| 2026-04-17 | 19.2149 |
| 2026-04-24 | 19.5977 |
| 2026-05-01 | 19.9551 |
| 2026-05-08 | 19.6733 |
| 2026-05-16 | 19.7970 |
| 2026-05-24 | 19.8532 |
| 2026-05-31 | 19.6483 |
| 2026-06-09 | 19.5383 |
| 2026-06-16 | 18.9592 |
| 2026-06-23 | 18.7974 |
| 2026-06-30 | 18.6481 |
| 2026-07-07 | 18.5421 |
| 2026-07-14 | 19.2341 |
| 2026-07-21 | 19.4736 |
| 2026-07-28 | 19.3053 |
| 2026-08-04 | 19.1803 |
| 2026-08-11 | 19.1686 |
| 2026-08-18 | 19.3297 |
| 2026-08-26 | 19.2617 |
| 2026-09-02 | 19.5431 |
| 2026-09-09 | 19.6556 |
| 2026-09-16 | 20.0271 |
| 2026-09-23 | 19.7798 |
High
20.2413
Low
17.4217
Average
18.6216
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.