Skip to content

GEL to BTN exchange rate API

Lari to Ngultrum · quoted 2026-09-25

36.8849

▲ +12.57% over 1Y

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 year, GEL/BTN traded between 32.3748 and 36.9004, averaged 34.6556 and rose 12.57%. 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 1Y

GEL/BTN over 1Y: show the values
PointGEL/BTN
2025-09-2532.7651
2025-10-0232.5570
2025-10-0932.7472
2025-10-1632.3748
2025-10-2332.3776
2025-10-3032.5780
2025-11-0632.7532
2025-11-1332.7705
2025-11-2032.7313
2025-11-2733.0471
2025-12-0433.4246
2025-12-1233.4857
2025-12-1933.5093
2025-12-2633.4104
2026-01-0233.4119
2026-01-0933.3609
2026-01-1633.5349
2026-01-2334.0392
2026-01-3034.1934
2026-02-0633.6171
2026-02-1333.7845
2026-02-2034.0065
2026-02-2734.0426
2026-03-0633.6478
2026-03-1333.9055
2026-03-2034.1566
2026-03-2734.9034
2026-04-0334.5406
2026-04-1034.3870
2026-04-1734.6210
2026-04-2435.0253
2026-05-0135.3374
2026-05-0835.2886
2026-05-1635.9366
2026-05-2435.8911
2026-05-3135.6715
2026-06-0936.0301
2026-06-1635.6920
2026-06-2335.7835
2026-06-3035.8527
2026-07-0736.2099
2026-07-1436.4709
2026-07-2136.7876
2026-07-2836.5356
2026-08-0436.4502
2026-08-1136.4912
2026-08-1836.7032
2026-08-2636.4975
2026-09-0236.3824
2026-09-0936.5019
2026-09-1636.9004
2026-09-2336.7393

High

36.9004

Low

32.3748

Average

34.6556

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.