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: show the values
| Point | TJS/ALL |
|---|---|
| 2025-09-25 | 8.7812 |
| 2025-10-02 | 8.8512 |
| 2025-10-09 | 8.9400 |
| 2025-10-16 | 9.0283 |
| 2025-10-23 | 9.0388 |
| 2025-10-30 | 9.0556 |
| 2025-11-06 | 9.0799 |
| 2025-11-13 | 9.0415 |
| 2025-11-20 | 9.0748 |
| 2025-11-27 | 8.9823 |
| 2025-12-04 | 9.0019 |
| 2025-12-12 | 8.9442 |
| 2025-12-19 | 8.9090 |
| 2025-12-26 | 8.8450 |
| 2026-01-02 | 8.9187 |
| 2026-01-09 | 8.8982 |
| 2026-01-16 | 8.9199 |
| 2026-01-23 | 8.7999 |
| 2026-01-30 | 8.6730 |
| 2026-02-06 | 8.7394 |
| 2026-02-13 | 8.6209 |
| 2026-02-20 | 8.6672 |
| 2026-02-27 | 8.5934 |
| 2026-03-06 | 8.6352 |
| 2026-03-13 | 8.6907 |
| 2026-03-20 | 8.7338 |
| 2026-03-27 | 8.7055 |
| 2026-04-03 | 8.6833 |
| 2026-04-10 | 8.6203 |
| 2026-04-17 | 8.5583 |
| 2026-04-24 | 8.6802 |
| 2026-05-01 | 8.6817 |
| 2026-05-08 | 8.6799 |
| 2026-05-16 | 8.7922 |
| 2026-05-24 | 8.8633 |
| 2026-05-31 | 8.8465 |
| 2026-06-09 | 8.8344 |
| 2026-06-16 | 8.8104 |
| 2026-06-23 | 8.8898 |
| 2026-06-30 | 8.9201 |
| 2026-07-07 | 8.8966 |
| 2026-07-14 | 8.8521 |
| 2026-07-21 | 8.8768 |
| 2026-07-28 | 8.9123 |
| 2026-08-04 | 8.7785 |
| 2026-08-11 | 8.7174 |
| 2026-08-18 | 8.6762 |
| 2026-08-26 | 8.5913 |
| 2026-09-02 | 8.6274 |
| 2026-09-09 | 8.5758 |
| 2026-09-16 | 8.6158 |
| 2026-09-23 | 8.6608 |
High
9.0799
Low
8.5583
Average
8.8027
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.