Skip to content

TJS to AMD exchange rate API

Somoni to Armenian Dram · quoted 2026-09-27

39.3457

▼ +0.22% over 6M

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 last 6 months, TJS/AMD traded between 39.2730 and 39.9079, averaged 39.5494 and fell 0.22%. 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 6M

TJS/AMD over 6M: show the values
PointTJS/AMD
2026-03-3139.4324
2026-04-0739.4353
2026-04-1439.6164
2026-04-2139.3801
2026-04-2839.4462
2026-05-0539.6130
2026-05-1239.4522
2026-05-2039.6080
2026-05-2839.9079
2026-06-0439.7836
2026-06-1339.4986
2026-06-2039.6977
2026-06-2739.7643
2026-07-0439.6935
2026-07-1139.6844
2026-07-1839.7121
2026-07-2539.5426
2026-08-0139.6703
2026-08-0839.6961
2026-08-1539.6056
2026-08-2339.5035
2026-08-3039.4181
2026-09-0639.3759
2026-09-1339.2730
2026-09-2039.3319
2026-09-2739.3457

High

39.9079

Low

39.2730

Average

39.5494

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.