Convert TVD to EUR
Tuvaluan Dollar → Euro
1 TVD = 0.616523 EUR(1 EUR = 1.622 TVD)
Currency converter
1 TVD =
0.61652 EUR
TVD to EUR: last 30 days
Over the last 30 days, 1 TVD traded between 0.61507 and 0.62178 EUR, averaging 0.61883 EUR. The TVD/EUR rate is down 0.29% since 2026-08-28.
- 30-day high
- 0.62178
- 2026-09-20
- 30-day low
- 0.61507
- 2026-08-29
- 30-day average
- 0.61883
- Days with data: 30
- 30-day change
- -0.29%
- since 2026-08-28
0.62178
0.615072026-08-28 → 2026-09-26
| Date | 1 TVD in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.61652 | 0.00% |
| 2026-09-25 | 0.61652 | -0.27% |
| 2026-09-24 | 0.61816 | -0.19% |
| 2026-09-23 | 0.61935 | -0.31% |
| 2026-09-22 | 0.6213 | +0.12% |
| 2026-09-21 | 0.62053 | -0.20% |
| 2026-09-20 | 0.62178 | +0.00% |
| 2026-09-19 | 0.62177 | +0.19% |
| 2026-09-18 | 0.62058 | +0.24% |
| 2026-09-17 | 0.61908 | +0.21% |
| 2026-09-16 | 0.61781 | +0.13% |
| 2026-09-15 | 0.61702 | -0.32% |
| 2026-09-14 | 0.61898 | +0.06% |
| 2026-09-13 | 0.61858 | -0.00% |
| 2026-09-12 | 0.6186 | +0.22% |
| Date | 1 TVD in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.61723 | -0.69% |
| 2026-09-10 | 0.62149 | +0.24% |
| 2026-09-09 | 0.61998 | -0.21% |
| 2026-09-08 | 0.62126 | +0.23% |
| 2026-09-07 | 0.61984 | -0.00% |
| 2026-09-06 | 0.61986 | -0.00% |
| 2026-09-05 | 0.61987 | -0.06% |
| 2026-09-04 | 0.62021 | +0.48% |
| 2026-09-03 | 0.61724 | +0.10% |
| 2026-09-02 | 0.6166 | -0.28% |
| 2026-09-01 | 0.61835 | +0.06% |
| 2026-08-31 | 0.61795 | +0.46% |
| 2026-08-30 | 0.61512 | +0.01% |
| 2026-08-29 | 0.61507 | -0.52% |
| 2026-08-28 | 0.61831 | — |
TVD to EUR conversion table
1 TVD0.61652 EUR
5 TVD3.0826 EUR
10 TVD6.1652 EUR
25 TVD15.4131 EUR
50 TVD30.8261 EUR
100 TVD61.6523 EUR
500 TVD308.2614 EUR
1,000 TVD616.5228 EUR
5,000 TVD3,082.6141 EUR
10,000 TVD6,165.2281 EUR
Get the TVD/EUR rate in your app
One GET request returns the latest TVD → EUR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/TVD/EUR"fetch('https://rate-api.com/api/v1/pair/TVD/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TVD = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TVD/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TVD = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TVD/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TVD = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "TVD",
"to": "EUR"
},
"rate": 0.6165,
"timestamp": 1790435146,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
EUR to TVDEuro → Tuvaluan Dollar1.622Convert TVD to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.