Skip to content

TJS to AMD exchange rate API

Somoni to Armenian Dram · quoted 2026-09-27

39.3457

▼ +4.54% over YTD

1 TJS = 39.3457 AMD · 1 AMD = 0.02542 TJS · Get this rate via the API

1 TJS buys 39.3457 AMD as of 2026-09-27, so 1 AMD buys 0.02542 TJS. Over the year to date, TJS/AMD traded between 39.2909 and 41.2158, averaged 39.7479 and fell 4.54%. The API holds daily TJS/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/AMD over YTD

TJS/AMD over YTD: show the values
PointTJS/AMD
2025-12-3141.2158
2026-01-0741.1070
2026-01-1440.7472
2026-01-2140.6479
2026-01-2840.2511
2026-02-0440.3981
2026-02-1140.1458
2026-02-1839.8031
2026-02-2539.9203
2026-03-0439.4472
2026-03-1139.3792
2026-03-1839.4001
2026-03-2539.3876
2026-04-0139.3354
2026-04-0839.7058
2026-04-1539.4929
2026-04-2239.6422
2026-04-2939.6061
2026-05-0639.6173
2026-05-1439.4790
2026-05-2139.5661
2026-05-2939.8762
2026-06-0539.6230
2026-06-1439.5179
2026-06-2139.5305
2026-06-2839.7323
2026-07-0539.6498
2026-07-1239.6957
2026-07-1939.6618
2026-07-2639.5120
2026-08-0239.5661
2026-08-0939.5920
2026-08-1639.5302
2026-08-2439.4701
2026-08-3139.5144
2026-09-0739.4472
2026-09-1439.2909
2026-09-2139.3162

High

41.2158

Low

39.2909

Average

39.7479

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/AMD API questions

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

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

How far back does TJS/AMD historical data go?

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