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: show the values
| Point | TJS/AMD |
|---|---|
| 2025-12-31 | 41.2158 |
| 2026-01-07 | 41.1070 |
| 2026-01-14 | 40.7472 |
| 2026-01-21 | 40.6479 |
| 2026-01-28 | 40.2511 |
| 2026-02-04 | 40.3981 |
| 2026-02-11 | 40.1458 |
| 2026-02-18 | 39.8031 |
| 2026-02-25 | 39.9203 |
| 2026-03-04 | 39.4472 |
| 2026-03-11 | 39.3792 |
| 2026-03-18 | 39.4001 |
| 2026-03-25 | 39.3876 |
| 2026-04-01 | 39.3354 |
| 2026-04-08 | 39.7058 |
| 2026-04-15 | 39.4929 |
| 2026-04-22 | 39.6422 |
| 2026-04-29 | 39.6061 |
| 2026-05-06 | 39.6173 |
| 2026-05-14 | 39.4790 |
| 2026-05-21 | 39.5661 |
| 2026-05-29 | 39.8762 |
| 2026-06-05 | 39.6230 |
| 2026-06-14 | 39.5179 |
| 2026-06-21 | 39.5305 |
| 2026-06-28 | 39.7323 |
| 2026-07-05 | 39.6498 |
| 2026-07-12 | 39.6957 |
| 2026-07-19 | 39.6618 |
| 2026-07-26 | 39.5120 |
| 2026-08-02 | 39.5661 |
| 2026-08-09 | 39.5920 |
| 2026-08-16 | 39.5302 |
| 2026-08-24 | 39.4701 |
| 2026-08-31 | 39.5144 |
| 2026-09-07 | 39.4472 |
| 2026-09-14 | 39.2909 |
| 2026-09-21 | 39.3162 |
High
41.2158
Low
39.2909
Average
39.7479
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.