Convert TOP to JPY
Tongan Paʻanga → Japanese Yen
1 TOP = 65.437304 JPY(1 JPY = 0.0152818 TOP)
Currency converter
1 TOP =
65.4373 JPY
TOP to JPY: last 30 days
Over the last 30 days, 1 TOP traded between 64.2392 and 67.856 JPY, averaging 65.6314 JPY. The TOP/JPY rate is down 1.30% since 2026-08-28.
- 30-day high
- 67.856
- 2026-08-30
- 30-day low
- 64.2392
- 2026-09-14
- 30-day average
- 65.6314
- Days with data: 30
- 30-day change
- -1.30%
- since 2026-08-28
67.856
64.23922026-08-28 → 2026-09-26
| Date | 1 TOP in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 65.4373 | 0.00% |
| 2026-09-25 | 65.4373 | -0.79% |
| 2026-09-24 | 65.9593 | -0.21% |
| 2026-09-23 | 66.0955 | +0.47% |
| 2026-09-22 | 65.7882 | -0.24% |
| 2026-09-21 | 65.9467 | -0.51% |
| 2026-09-20 | 66.2835 | +0.62% |
| 2026-09-19 | 65.8736 | +0.45% |
| 2026-09-18 | 65.5755 | +0.24% |
| 2026-09-17 | 65.4155 | +1.62% |
| 2026-09-16 | 64.3754 | -0.35% |
| 2026-09-15 | 64.6044 | +0.57% |
| 2026-09-14 | 64.2392 | -1.29% |
| 2026-09-13 | 65.0814 | +0.00% |
| 2026-09-12 | 65.0814 | +0.78% |
| Date | 1 TOP in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 64.5777 | -0.72% |
| 2026-09-10 | 65.0432 | +0.93% |
| 2026-09-09 | 64.445 | -0.82% |
| 2026-09-08 | 64.9763 | -0.12% |
| 2026-09-07 | 65.0537 | -1.74% |
| 2026-09-06 | 66.2025 | +0.01% |
| 2026-09-05 | 66.1961 | +1.94% |
| 2026-09-04 | 64.9342 | -0.35% |
| 2026-09-03 | 65.1654 | -1.83% |
| 2026-09-02 | 66.3772 | -0.19% |
| 2026-09-01 | 66.5025 | +0.14% |
| 2026-08-31 | 66.407 | -2.14% |
| 2026-08-30 | 67.856 | +0.22% |
| 2026-08-29 | 67.7079 | +2.12% |
| 2026-08-28 | 66.3018 | — |
TOP to JPY conversion table
1 TOP65.4373 JPY
5 TOP327.1865 JPY
10 TOP654.373 JPY
25 TOP1,635.9326 JPY
50 TOP3,271.8652 JPY
100 TOP6,543.7304 JPY
500 TOP32,718.652 JPY
1,000 TOP65,437.304 JPY
5,000 TOP327,186.52 JPY
10,000 TOP654,373.04 JPY
Get the TOP/JPY rate in your app
One GET request returns the latest TOP → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/TOP/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TOP = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TOP/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TOP = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TOP/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "TOP",
"to": "JPY"
},
"rate": 65.4373,
"timestamp": 1790432061,
"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
JPY to TOPJapanese Yen → Tongan Paʻanga0.015282Convert TOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.