Skip to content

TJS to ALL exchange rate API

Somoni to Lek · quoted 2026-09-25

8.7331

▼ +0.55% over 1Y

1 TJS = 8.7331 ALL · 1 ALL = 0.11451 TJS · Get this rate via the API

1 TJS buys 8.7331 ALL as of 2026-09-25, so 1 ALL buys 0.11451 TJS. Over the last year, TJS/ALL traded between 8.5583 and 9.0799, averaged 8.8027 and fell 0.55%. The API holds daily TJS/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/ALL over 1Y

TJS/ALL over 1Y: show the values
PointTJS/ALL
2025-09-258.7812
2025-10-028.8512
2025-10-098.9400
2025-10-169.0283
2025-10-239.0388
2025-10-309.0556
2025-11-069.0799
2025-11-139.0415
2025-11-209.0748
2025-11-278.9823
2025-12-049.0019
2025-12-128.9442
2025-12-198.9090
2025-12-268.8450
2026-01-028.9187
2026-01-098.8982
2026-01-168.9199
2026-01-238.7999
2026-01-308.6730
2026-02-068.7394
2026-02-138.6209
2026-02-208.6672
2026-02-278.5934
2026-03-068.6352
2026-03-138.6907
2026-03-208.7338
2026-03-278.7055
2026-04-038.6833
2026-04-108.6203
2026-04-178.5583
2026-04-248.6802
2026-05-018.6817
2026-05-088.6799
2026-05-168.7922
2026-05-248.8633
2026-05-318.8465
2026-06-098.8344
2026-06-168.8104
2026-06-238.8898
2026-06-308.9201
2026-07-078.8966
2026-07-148.8521
2026-07-218.8768
2026-07-288.9123
2026-08-048.7785
2026-08-118.7174
2026-08-188.6762
2026-08-268.5913
2026-09-028.6274
2026-09-098.5758
2026-09-168.6158
2026-09-238.6608

High

9.0799

Low

8.5583

Average

8.8027

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/ALL API questions

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

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

How far back does TJS/ALL historical data go?

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