Skip to content

TJS to GEL exchange rate API

Somoni to Lari · quoted 2026-09-27

0.28147

▼ +2.78% over 1Y

1 TJS = 0.28147 GEL · 1 GEL = 3.5527 TJS · Get this rate via the API

1 TJS buys 0.28147 GEL as of 2026-09-27, so 1 GEL buys 3.5527 TJS. Over the last year, TJS/GEL traded between 0.28081 and 0.29390, averaged 0.28676 and fell 2.78%. The API holds daily TJS/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/GEL over 1Y

TJS/GEL over 1Y: show the values
PointTJS/GEL
2025-09-270.28953
2025-10-040.29380
2025-10-110.29339
2025-10-180.29299
2025-10-250.29209
2025-11-010.29333
2025-11-080.29319
2025-11-150.29257
2025-11-220.29321
2025-11-290.29235
2025-12-060.29390
2025-12-140.29164
2025-12-210.29248
2025-12-280.29112
2026-01-040.29120
2026-01-110.28967
2026-01-180.28862
2026-01-250.28782
2026-02-010.28658
2026-02-080.28695
2026-02-150.28391
2026-02-220.28251
2026-03-010.28081
2026-03-080.28449
2026-03-150.28426
2026-03-220.28375
2026-03-290.28203
2026-04-050.28139
2026-04-120.28347
2026-04-190.28624
2026-04-260.28562
2026-05-030.28570
2026-05-100.28748
2026-05-180.28675
2026-05-260.28828
2026-06-020.28781
2026-06-110.28441
2026-06-180.28549
2026-06-250.28538
2026-07-020.28534
2026-07-090.28401
2026-07-160.28523
2026-07-230.28375
2026-07-300.28546
2026-08-060.28349
2026-08-130.28225
2026-08-210.28112
2026-08-280.28206
2026-09-040.28295
2026-09-110.28155
2026-09-180.28109
2026-09-250.28214

High

0.29390

Low

0.28081

Average

0.28676

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=GEL").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/GEL API questions

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

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

How far back does TJS/GEL historical data go?

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