Skip to content

TJS to AED exchange rate API

Somoni to UAE Dirham · quoted 2026-09-27

0.39747

▲ +0.14% over YTD

1 TJS = 0.39747 AED · 1 AED = 2.5159 TJS · Get this rate via the API

1 TJS buys 0.39747 AED as of 2026-09-27, so 1 AED buys 2.5159 TJS. Over the year to date, TJS/AED traded between 0.38306 and 0.39888, averaged 0.39333 and rose 0.14%. The API holds daily TJS/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/AED over YTD

TJS/AED over YTD: show the values
PointTJS/AED
2025-12-310.39691
2026-01-070.39695
2026-01-140.39323
2026-01-210.39366
2026-01-280.39500
2026-02-040.39423
2026-02-110.39116
2026-02-180.38882
2026-02-250.38844
2026-03-040.38462
2026-03-110.38341
2026-03-180.38407
2026-03-250.38389
2026-04-010.38306
2026-04-080.38927
2026-04-150.38767
2026-04-220.39080
2026-04-290.39166
2026-05-060.39366
2026-05-140.39335
2026-05-210.39505
2026-05-290.39888
2026-06-050.39459
2026-06-140.39414
2026-06-210.39447
2026-06-280.39645
2026-07-050.39576
2026-07-120.39684
2026-07-190.39709
2026-07-260.39658
2026-08-020.39726
2026-08-090.39707
2026-08-160.39687
2026-08-240.39758
2026-08-310.39616
2026-09-070.39822
2026-09-140.39736
2026-09-210.39807

High

0.39888

Low

0.38306

Average

0.39333

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/AED API questions

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

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

How far back does TJS/AED historical data go?

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