Skip to content

GEL to BTN exchange rate API

Lari to Ngultrum · quoted 2026-09-25

36.8849

▲ +19.12% over 5Y

1 GEL = 36.8849 BTN · 1 BTN = 0.02711 GEL · Get this rate via the API

1 GEL buys 36.8849 BTN as of 2026-09-25, so 1 BTN buys 0.02711 GEL. Over the last 5 years, GEL/BTN traded between 30.3513 and 36.8849, averaged 32.9232 and rose 19.12%. The API holds daily GEL/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/BTN over 5Y

GEL/BTN over 5Y: show the values
PointGEL/BTN
2024-08-2430.9648
2024-10-0730.6277
2024-11-0630.9200
2024-12-0630.3513
2025-01-0530.4596
2025-02-0430.6275
2025-03-0631.2302
2025-04-0631.0123
2025-05-0630.7467
2025-06-0731.4012
2025-07-0731.4602
2025-08-0632.5399
2025-09-0532.6907
2025-10-0632.6132
2025-11-0532.7963
2025-12-0533.2966
2026-01-0533.4262
2026-02-0433.6155
2026-03-0633.6478
2026-04-0534.5037
2026-05-0535.4076
2026-06-0635.7629
2026-07-0836.1719
2026-08-0736.5231
2026-09-0736.3214

High

36.8849

Low

30.3513

Average

32.9232

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/BTN API questions

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

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

How far back does GEL/BTN historical data go?

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