Skip to content

GEL to BTN exchange rate API

Lari to Ngultrum · quoted 2026-09-25

36.8849

▲ +1.06% over 30D

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 30 days, GEL/BTN traded between 36.1869 and 36.9772, averaged 36.6517 and rose 1.06%. 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 30D

GEL/BTN over 30D: show the values
PointGEL/BTN
2026-08-2636.4975
2026-08-2736.6980
2026-08-2836.6302
2026-08-2936.6979
2026-08-3036.6667
2026-08-3136.6893
2026-09-0136.4101
2026-09-0236.3824
2026-09-0336.2229
2026-09-0436.1869
2026-09-0536.2287
2026-09-0636.2681
2026-09-0736.3214
2026-09-0836.3691
2026-09-0936.5019
2026-09-1036.6133
2026-09-1136.8020
2026-09-1236.7474
2026-09-1336.7056
2026-09-1436.8248
2026-09-1536.8798
2026-09-1636.9004
2026-09-1736.8744
2026-09-1836.9772
2026-09-1936.9191
2026-09-2036.9110
2026-09-2136.8527
2026-09-2236.8350
2026-09-2336.7393
2026-09-2436.7321
2026-09-2536.8849

High

36.9772

Low

36.1869

Average

36.6517

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.