Convert EUR to TOP
Euro → Tongan Paʻanga
1 EUR = 2.74614 TOP(1 TOP = 0.364147 EUR)
Currency converter
1 EUR =
2.7461 TOP
EUR to TOP: last 30 days
Over the last 30 days, 1 EUR traded between 2.7264 and 2.8041 TOP, averaging 2.7582 TOP. The EUR/TOP rate is down 2.07% since 2026-08-28.
- 30-day high
- 2.8041
- 2026-08-28
- 30-day low
- 2.7264
- 2026-09-23
- 30-day average
- 2.7582
- Days with data: 30
- 30-day change
- -2.07%
- since 2026-08-28
2.8041
2.72642026-08-28 → 2026-09-26
| Date | 1 EUR in TOP | Daily change |
|---|---|---|
| 2026-09-26 | 2.7461 | 0.00% |
| 2026-09-25 | 2.7461 | +0.31% |
| 2026-09-24 | 2.7376 | +0.41% |
| 2026-09-23 | 2.7264 | -0.45% |
| 2026-09-22 | 2.7387 | -0.05% |
| 2026-09-21 | 2.7401 | +0.38% |
| 2026-09-20 | 2.7298 | -0.62% |
| 2026-09-19 | 2.7468 | -0.45% |
| 2026-09-18 | 2.7593 | +0.98% |
| 2026-09-17 | 2.7325 | -1.66% |
| 2026-09-16 | 2.7787 | +0.37% |
| 2026-09-15 | 2.7684 | -0.38% |
| 2026-09-14 | 2.779 | +1.29% |
| 2026-09-13 | 2.7437 | -0.00% |
| 2026-09-12 | 2.7437 | -0.77% |
| Date | 1 EUR in TOP | Daily change |
|---|---|---|
| 2026-09-11 | 2.7651 | +0.42% |
| 2026-09-10 | 2.7535 | -0.64% |
| 2026-09-09 | 2.7712 | +0.48% |
| 2026-09-08 | 2.758 | -0.24% |
| 2026-09-07 | 2.7646 | +0.79% |
| 2026-09-06 | 2.743 | -0.01% |
| 2026-09-05 | 2.7433 | -1.91% |
| 2026-09-04 | 2.7966 | +0.57% |
| 2026-09-03 | 2.7807 | -0.11% |
| 2026-09-02 | 2.7839 | -0.27% |
| 2026-09-01 | 2.7913 | +0.07% |
| 2026-08-31 | 2.7892 | +1.80% |
| 2026-08-30 | 2.7398 | -0.22% |
| 2026-08-29 | 2.7458 | -2.08% |
| 2026-08-28 | 2.8041 | — |
EUR to TOP conversion table
1 EUR2.7461 TOP
5 EUR13.7307 TOP
10 EUR27.4614 TOP
25 EUR68.6535 TOP
50 EUR137.307 TOP
100 EUR274.614 TOP
500 EUR1,373.07 TOP
1,000 EUR2,746.14 TOP
5,000 EUR13,730.7 TOP
10,000 EUR27,461.4 TOP
Get the EUR/TOP rate in your app
One GET request returns the latest EUR → TOP 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/EUR/TOP"fetch('https://rate-api.com/api/v1/pair/EUR/TOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} TOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/TOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} TOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/TOP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} TOP\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "TOP"
},
"rate": 2.7461,
"timestamp": 1790429361,
"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
TOP to EURTongan Paʻanga → Euro0.36415Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.