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: show the values
| Point | TJS/AMD |
|---|---|
| 2026-08-28 | 39.4107 |
| 2026-08-29 | 39.4689 |
| 2026-08-30 | 39.4181 |
| 2026-08-31 | 39.5144 |
| 2026-09-01 | 39.4711 |
| 2026-09-02 | 39.4036 |
| 2026-09-03 | 39.4495 |
| 2026-09-04 | 39.4129 |
| 2026-09-05 | 39.4735 |
| 2026-09-06 | 39.3759 |
| 2026-09-07 | 39.4472 |
| 2026-09-08 | 39.4225 |
| 2026-09-09 | 39.3094 |
| 2026-09-10 | 39.3583 |
| 2026-09-11 | 39.4245 |
| 2026-09-12 | 39.2619 |
| 2026-09-13 | 39.2730 |
| 2026-09-14 | 39.2909 |
| 2026-09-15 | 39.2825 |
| 2026-09-16 | 39.4266 |
| 2026-09-17 | 39.3693 |
| 2026-09-18 | 39.3525 |
| 2026-09-19 | 39.3840 |
| 2026-09-20 | 39.3319 |
| 2026-09-21 | 39.3162 |
| 2026-09-22 | 39.3619 |
| 2026-09-23 | 39.3553 |
| 2026-09-24 | 39.3103 |
| 2026-09-25 | 39.3927 |
| 2026-09-26 | 39.4419 |
| 2026-09-27 | 39.3457 |
High
39.5144
Low
39.2619
Average
39.3813
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.