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: show the values
| Point | TND/VUV |
|---|---|
| 2024-08-24 | 38.8129 |
| 2024-10-07 | 37.6930 |
| 2024-11-06 | 37.7474 |
| 2024-12-06 | 37.9785 |
| 2025-01-05 | 37.8484 |
| 2025-02-04 | 37.7015 |
| 2025-03-06 | 38.8340 |
| 2025-04-06 | 39.7040 |
| 2025-05-06 | 39.1950 |
| 2025-06-07 | 40.5834 |
| 2025-07-07 | 40.2608 |
| 2025-08-06 | 40.3087 |
| 2025-09-05 | 39.8243 |
| 2025-10-06 | 41.7054 |
| 2025-11-05 | 41.3579 |
| 2025-12-05 | 41.5987 |
| 2026-01-05 | 41.7836 |
| 2026-02-04 | 41.9303 |
| 2026-03-06 | 40.9807 |
| 2026-04-05 | 40.7373 |
| 2026-05-05 | 40.9617 |
| 2026-06-06 | 40.5472 |
| 2026-07-08 | 40.7304 |
| 2026-08-07 | 40.7531 |
| 2026-09-07 | 40.4487 |
High
41.9303
Low
37.6930
Average
40.0064
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.