TJS to VND exchange rate API
Somoni to Dong · quoted 2026-09-27
2811.16
▼ +0.99% over 1Y
1 TJS = 2811.16 VND · 1 VND = 0.000356 TJS · Get this rate via the API
1 TJS buys 2811.16 VND as of 2026-09-27, so 1 VND buys 0.000356 TJS. Over the last year, TJS/VND traded between 2741.74 and 2874.64, averaged 2823.63 and fell 0.99%. The API holds daily TJS/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/VND over 1Y: show the values
| Point | TJS/VND |
|---|---|
| 2025-09-27 | 2839.30 |
| 2025-10-04 | 2854.60 |
| 2025-10-11 | 2846.70 |
| 2025-10-18 | 2859.10 |
| 2025-10-25 | 2846.07 |
| 2025-11-01 | 2848.60 |
| 2025-11-08 | 2839.66 |
| 2025-11-15 | 2847.27 |
| 2025-11-22 | 2847.79 |
| 2025-11-29 | 2845.85 |
| 2025-12-06 | 2873.33 |
| 2025-12-14 | 2854.30 |
| 2025-12-21 | 2863.60 |
| 2025-12-28 | 2851.75 |
| 2026-01-04 | 2854.05 |
| 2026-01-11 | 2833.70 |
| 2026-01-18 | 2825.88 |
| 2026-01-25 | 2815.65 |
| 2026-02-01 | 2771.96 |
| 2026-02-08 | 2764.44 |
| 2026-02-15 | 2755.13 |
| 2026-02-22 | 2746.89 |
| 2026-03-01 | 2741.74 |
| 2026-03-08 | 2742.55 |
| 2026-03-15 | 2746.14 |
| 2026-03-22 | 2752.34 |
| 2026-03-29 | 2759.48 |
| 2026-04-05 | 2758.62 |
| 2026-04-12 | 2774.92 |
| 2026-04-19 | 2787.95 |
| 2026-04-26 | 2813.13 |
| 2026-05-03 | 2814.26 |
| 2026-05-10 | 2834.15 |
| 2026-05-18 | 2828.94 |
| 2026-05-26 | 2859.59 |
| 2026-06-02 | 2860.54 |
| 2026-06-11 | 2831.88 |
| 2026-06-18 | 2848.88 |
| 2026-06-25 | 2850.85 |
| 2026-07-02 | 2851.10 |
| 2026-07-09 | 2848.76 |
| 2026-07-16 | 2861.48 |
| 2026-07-23 | 2858.62 |
| 2026-07-30 | 2874.64 |
| 2026-08-06 | 2856.10 |
| 2026-08-13 | 2825.53 |
| 2026-08-21 | 2830.40 |
| 2026-08-28 | 2833.38 |
| 2026-09-04 | 2836.28 |
| 2026-09-11 | 2815.21 |
| 2026-09-18 | 2830.04 |
| 2026-09-25 | 2827.94 |
High
2874.64
Low
2741.74
Average
2823.63
Get this rate via the API
One GET request returns the TJS/VND 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=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/VND API questions
How do I get the TJS/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/VND rate in rates.VND.
How far back does TJS/VND historical data go?
Daily TJS/VND 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/VND 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.