Skip to content

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

GEL/ETB over YTD: show the values
PointGEL/ETB
2025-12-3157.8354
2026-01-0757.5583
2026-01-1457.7887
2026-01-2157.9864
2026-01-2857.5459
2026-02-0457.8017
2026-02-1157.8104
2026-02-1858.0286
2026-02-2557.9671
2026-03-0457.3660
2026-03-1157.2459
2026-03-1857.5865
2026-03-2557.7650
2026-04-0158.4489
2026-04-0858.6017
2026-04-1558.1825
2026-04-2258.1226
2026-04-2958.3947
2026-05-0658.3815
2026-05-1458.8570
2026-05-2159.1548
2026-05-2960.1880
2026-06-0560.4857
2026-06-1459.9625
2026-06-2160.1770
2026-06-2860.1286
2026-07-0560.6395
2026-07-1260.5758
2026-07-1961.3995
2026-07-2661.0687
2026-08-0260.7505
2026-08-0961.2915
2026-08-1662.0769
2026-08-2462.3591
2026-08-3163.1149
2026-09-0762.4440
2026-09-1462.1060
2026-09-2162.8059

High

63.1149

Low

57.2459

Average

59.5464

For developers

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