TJS to VUV exchange rate API
Somoni to Vatu · quoted 2026-09-27
12.8486
▲ +0.16% over 1Y
1 TJS = 12.8486 VUV · 1 VUV = 0.07783 TJS · Get this rate via the API
1 TJS buys 12.8486 VUV as of 2026-09-27, so 1 VUV buys 0.07783 TJS. Over the last year, TJS/VUV traded between 12.4118 and 13.3193, averaged 12.8657 and rose 0.16%. The API holds daily TJS/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/VUV over 1Y: show the values
| Point | TJS/VUV |
|---|---|
| 2025-09-27 | 12.8287 |
| 2025-10-04 | 13.0182 |
| 2025-10-11 | 13.1994 |
| 2025-10-18 | 13.2892 |
| 2025-10-25 | 13.1558 |
| 2025-11-01 | 13.1657 |
| 2025-11-08 | 13.2773 |
| 2025-11-15 | 13.2055 |
| 2025-11-22 | 13.2813 |
| 2025-11-29 | 13.2452 |
| 2025-12-06 | 13.3193 |
| 2025-12-14 | 13.1527 |
| 2025-12-21 | 13.2093 |
| 2025-12-28 | 13.0802 |
| 2026-01-04 | 13.1276 |
| 2026-01-11 | 13.0224 |
| 2026-01-18 | 12.9836 |
| 2026-01-25 | 12.8718 |
| 2026-02-01 | 12.7287 |
| 2026-02-08 | 12.7587 |
| 2026-02-15 | 12.5716 |
| 2026-02-22 | 12.5530 |
| 2026-03-01 | 12.5132 |
| 2026-03-08 | 12.4293 |
| 2026-03-15 | 12.4118 |
| 2026-03-22 | 12.4231 |
| 2026-03-29 | 12.5380 |
| 2026-04-05 | 12.4931 |
| 2026-04-12 | 12.5424 |
| 2026-04-19 | 12.4591 |
| 2026-04-26 | 12.6012 |
| 2026-05-03 | 12.6597 |
| 2026-05-10 | 12.6868 |
| 2026-05-18 | 12.6546 |
| 2026-05-26 | 12.7852 |
| 2026-06-02 | 12.7785 |
| 2026-06-11 | 12.7772 |
| 2026-06-18 | 12.8328 |
| 2026-06-25 | 12.9130 |
| 2026-07-02 | 12.9983 |
| 2026-07-09 | 12.9802 |
| 2026-07-16 | 12.9634 |
| 2026-07-23 | 12.9113 |
| 2026-07-30 | 13.0348 |
| 2026-08-06 | 12.9222 |
| 2026-08-13 | 12.8265 |
| 2026-08-21 | 12.7864 |
| 2026-08-28 | 12.7756 |
| 2026-09-04 | 12.7965 |
| 2026-09-11 | 12.7742 |
| 2026-09-18 | 12.8499 |
| 2026-09-25 | 12.8722 |
High
13.3193
Low
12.4118
Average
12.8657
Get this rate via the API
One GET request returns the TJS/VUV 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=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/VUV API questions
How do I get the TJS/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/VUV rate in rates.VUV.
How far back does TJS/VUV historical data go?
Daily TJS/VUV 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/VUV 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.