Skip to content

TND to VUV exchange rate API

Tunisian Dinar to Vatu · quoted 2026-09-25

40.1386

▲ +3.42% over 5Y

1 TND = 40.1386 VUV · 1 VUV = 0.02491 TND · Get this rate via the API

1 TND buys 40.1386 VUV as of 2026-09-25, so 1 VUV buys 0.02491 TND. Over the last 5 years, TND/VUV traded between 37.6930 and 41.9303, averaged 40.0064 and rose 3.42%. The API holds daily TND/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/VUV over 5Y

TND/VUV over 5Y: show the values
PointTND/VUV
2024-08-2438.8129
2024-10-0737.6930
2024-11-0637.7474
2024-12-0637.9785
2025-01-0537.8484
2025-02-0437.7015
2025-03-0638.8340
2025-04-0639.7040
2025-05-0639.1950
2025-06-0740.5834
2025-07-0740.2608
2025-08-0640.3087
2025-09-0539.8243
2025-10-0641.7054
2025-11-0541.3579
2025-12-0541.5987
2026-01-0541.7836
2026-02-0441.9303
2026-03-0640.9807
2026-04-0540.7373
2026-05-0540.9617
2026-06-0640.5472
2026-07-0840.7304
2026-08-0740.7531
2026-09-0740.4487

High

41.9303

Low

37.6930

Average

40.0064

For developers

Get this rate via the API

One GET request returns the TND/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=TND&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=VUV").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/VUV API questions

How do I get the TND/VUV exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/VUV rate in rates.VUV.

How far back does TND/VUV historical data go?

Daily TND/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 TND/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.