Skip to content

TJS to AMD exchange rate API

Somoni to Armenian Dram · quoted 2026-09-27

39.3457

▼ +0.16% over 30D

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 30 days, TJS/AMD traded between 39.2619 and 39.5144, averaged 39.3813 and fell 0.16%. 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 30D

TJS/AMD over 30D: show the values
PointTJS/AMD
2026-08-2839.4107
2026-08-2939.4689
2026-08-3039.4181
2026-08-3139.5144
2026-09-0139.4711
2026-09-0239.4036
2026-09-0339.4495
2026-09-0439.4129
2026-09-0539.4735
2026-09-0639.3759
2026-09-0739.4472
2026-09-0839.4225
2026-09-0939.3094
2026-09-1039.3583
2026-09-1139.4245
2026-09-1239.2619
2026-09-1339.2730
2026-09-1439.2909
2026-09-1539.2825
2026-09-1639.4266
2026-09-1739.3693
2026-09-1839.3525
2026-09-1939.3840
2026-09-2039.3319
2026-09-2139.3162
2026-09-2239.3619
2026-09-2339.3553
2026-09-2439.3103
2026-09-2539.3927
2026-09-2639.4419
2026-09-2739.3457

High

39.5144

Low

39.2619

Average

39.3813

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.