Convert TOP to EUR
Tongan Paʻanga → Euro
1 TOP = 0.364147 EUR(1 EUR = 2.74614 TOP)
Currency converter
1 TOP =
0.36415 EUR
TOP to EUR: last 30 days
Over the last 30 days, 1 TOP traded between 0.35663 and 0.36679 EUR, averaging 0.36257 EUR. The TOP/EUR rate is up 2.11% since 2026-08-28.
- 30-day high
- 0.36679
- 2026-09-23
- 30-day low
- 0.35663
- 2026-08-28
- 30-day average
- 0.36257
- Days with data: 30
- 30-day change
- +2.11%
- since 2026-08-28
0.36679
0.356632026-08-28 → 2026-09-26
| Date | 1 TOP in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.36415 | 0.00% |
| 2026-09-25 | 0.36415 | -0.31% |
| 2026-09-24 | 0.36528 | -0.41% |
| 2026-09-23 | 0.36679 | +0.45% |
| 2026-09-22 | 0.36513 | +0.05% |
| 2026-09-21 | 0.36494 | -0.38% |
| 2026-09-20 | 0.36632 | +0.62% |
| 2026-09-19 | 0.36406 | +0.45% |
| 2026-09-18 | 0.36241 | -0.97% |
| 2026-09-17 | 0.36596 | +1.69% |
| 2026-09-16 | 0.35988 | -0.37% |
| 2026-09-15 | 0.36121 | +0.38% |
| 2026-09-14 | 0.35984 | -1.27% |
| 2026-09-13 | 0.36447 | +0.00% |
| 2026-09-12 | 0.36447 | +0.78% |
| Date | 1 TOP in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.36165 | -0.42% |
| 2026-09-10 | 0.36318 | +0.64% |
| 2026-09-09 | 0.36085 | -0.48% |
| 2026-09-08 | 0.36258 | +0.24% |
| 2026-09-07 | 0.36171 | -0.78% |
| 2026-09-06 | 0.36456 | +0.01% |
| 2026-09-05 | 0.36453 | +1.94% |
| 2026-09-04 | 0.35758 | -0.57% |
| 2026-09-03 | 0.35962 | +0.11% |
| 2026-09-02 | 0.35921 | +0.27% |
| 2026-09-01 | 0.35826 | -0.07% |
| 2026-08-31 | 0.35853 | -1.77% |
| 2026-08-30 | 0.36499 | +0.22% |
| 2026-08-29 | 0.36419 | +2.12% |
| 2026-08-28 | 0.35663 | — |
TOP to EUR conversion table
1 TOP0.36415 EUR
5 TOP1.8207 EUR
10 TOP3.6415 EUR
25 TOP9.1037 EUR
50 TOP18.2074 EUR
100 TOP36.4147 EUR
500 TOP182.0737 EUR
1,000 TOP364.1475 EUR
5,000 TOP1,820.7374 EUR
10,000 TOP3,641.4749 EUR
Get the TOP/EUR rate in your app
One GET request returns the latest TOP → 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/TOP/EUR"fetch('https://rate-api.com/api/v1/pair/TOP/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TOP = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TOP/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TOP = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TOP/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TOP = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "TOP",
"to": "EUR"
},
"rate": 0.3641,
"timestamp": 1790435092,
"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 TOPEuro → Tongan Paʻanga2.7461Convert TOP to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.