Skip to content

TJS to AMD exchange rate API

Somoni to Armenian Dram · quoted 2026-09-27

39.3457

▼ +3.94% over 1Y

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 year, TJS/AMD traded between 39.3234 and 41.7285, averaged 40.2191 and fell 3.94%. 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 1Y

TJS/AMD over 1Y: show the values
PointTJS/AMD
2025-09-2740.9586
2025-10-0441.2669
2025-10-1141.4086
2025-10-1841.6075
2025-10-2541.2303
2025-11-0141.4346
2025-11-0841.4817
2025-11-1541.3522
2025-11-2241.4242
2025-11-2941.2192
2025-12-0641.5811
2025-12-1441.6377
2025-12-2141.7285
2025-12-2841.5640
2026-01-0441.5998
2026-01-1141.3187
2026-01-1840.7525
2026-01-2540.9070
2026-02-0140.7988
2026-02-0840.3064
2026-02-1540.3412
2026-02-2239.7987
2026-03-0139.6293
2026-03-0839.3702
2026-03-1539.3234
2026-03-2239.4080
2026-03-2939.4439
2026-04-0539.4262
2026-04-1239.5667
2026-04-1939.6774
2026-04-2639.5597
2026-05-0339.5212
2026-05-1039.5776
2026-05-1839.5260
2026-05-2639.8020
2026-06-0239.9046
2026-06-1139.5036
2026-06-1839.6949
2026-06-2539.6067
2026-07-0239.7764
2026-07-0939.5523
2026-07-1639.6978
2026-07-2339.6015
2026-07-3039.7603
2026-08-0639.6459
2026-08-1339.5618
2026-08-2139.4164
2026-08-2839.4107
2026-09-0439.4129
2026-09-1139.4245
2026-09-1839.3525
2026-09-2539.3927

High

41.7285

Low

39.3234

Average

40.2191

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.