GEL to ETB exchange rate API
Lari to Ethiopian Birr · quoted 2026-09-27
62.3051
▲ +7.73% over YTD
1 GEL = 62.3051 ETB · 1 ETB = 0.01605 GEL · Get this rate via the API
1 GEL buys 62.3051 ETB as of 2026-09-27, so 1 ETB buys 0.01605 GEL. Over the year to date, GEL/ETB traded between 57.2459 and 63.1149, averaged 59.5464 and rose 7.73%. The API holds daily GEL/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/ETB over YTD: show the values
| Point | GEL/ETB |
|---|---|
| 2025-12-31 | 57.8354 |
| 2026-01-07 | 57.5583 |
| 2026-01-14 | 57.7887 |
| 2026-01-21 | 57.9864 |
| 2026-01-28 | 57.5459 |
| 2026-02-04 | 57.8017 |
| 2026-02-11 | 57.8104 |
| 2026-02-18 | 58.0286 |
| 2026-02-25 | 57.9671 |
| 2026-03-04 | 57.3660 |
| 2026-03-11 | 57.2459 |
| 2026-03-18 | 57.5865 |
| 2026-03-25 | 57.7650 |
| 2026-04-01 | 58.4489 |
| 2026-04-08 | 58.6017 |
| 2026-04-15 | 58.1825 |
| 2026-04-22 | 58.1226 |
| 2026-04-29 | 58.3947 |
| 2026-05-06 | 58.3815 |
| 2026-05-14 | 58.8570 |
| 2026-05-21 | 59.1548 |
| 2026-05-29 | 60.1880 |
| 2026-06-05 | 60.4857 |
| 2026-06-14 | 59.9625 |
| 2026-06-21 | 60.1770 |
| 2026-06-28 | 60.1286 |
| 2026-07-05 | 60.6395 |
| 2026-07-12 | 60.5758 |
| 2026-07-19 | 61.3995 |
| 2026-07-26 | 61.0687 |
| 2026-08-02 | 60.7505 |
| 2026-08-09 | 61.2915 |
| 2026-08-16 | 62.0769 |
| 2026-08-24 | 62.3591 |
| 2026-08-31 | 63.1149 |
| 2026-09-07 | 62.4440 |
| 2026-09-14 | 62.1060 |
| 2026-09-21 | 62.8059 |
High
63.1149
Low
57.2459
Average
59.5464
Get this rate via the API
One GET request returns the GEL/ETB 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=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ETB").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/ETB API questions
How do I get the GEL/ETB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ETB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/ETB rate in rates.ETB.
How far back does GEL/ETB historical data go?
Daily GEL/ETB 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/ETB 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.