Skip to content

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

TJS/VUV over 1Y: show the values
PointTJS/VUV
2025-09-2712.8287
2025-10-0413.0182
2025-10-1113.1994
2025-10-1813.2892
2025-10-2513.1558
2025-11-0113.1657
2025-11-0813.2773
2025-11-1513.2055
2025-11-2213.2813
2025-11-2913.2452
2025-12-0613.3193
2025-12-1413.1527
2025-12-2113.2093
2025-12-2813.0802
2026-01-0413.1276
2026-01-1113.0224
2026-01-1812.9836
2026-01-2512.8718
2026-02-0112.7287
2026-02-0812.7587
2026-02-1512.5716
2026-02-2212.5530
2026-03-0112.5132
2026-03-0812.4293
2026-03-1512.4118
2026-03-2212.4231
2026-03-2912.5380
2026-04-0512.4931
2026-04-1212.5424
2026-04-1912.4591
2026-04-2612.6012
2026-05-0312.6597
2026-05-1012.6868
2026-05-1812.6546
2026-05-2612.7852
2026-06-0212.7785
2026-06-1112.7772
2026-06-1812.8328
2026-06-2512.9130
2026-07-0212.9983
2026-07-0912.9802
2026-07-1612.9634
2026-07-2312.9113
2026-07-3013.0348
2026-08-0612.9222
2026-08-1312.8265
2026-08-2112.7864
2026-08-2812.7756
2026-09-0412.7965
2026-09-1112.7742
2026-09-1812.8499
2026-09-2512.8722

High

13.3193

Low

12.4118

Average

12.8657

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=VUV");
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=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&currencies=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.