Convert JPY to TOP
Japanese Yen → Tongan Paʻanga
1 JPY = 0.0152818 TOP(1 TOP = 65.437304 JPY)
Currency converter
1 JPY =
0.015282 TOP
JPY to TOP: last 30 days
Over the last 30 days, 1 JPY traded between 0.014737 and 0.015567 TOP, averaging 0.015239 TOP. The JPY/TOP rate is up 1.32% since 2026-08-28.
- 30-day high
- 0.015567
- 2026-09-14
- 30-day low
- 0.014737
- 2026-08-30
- 30-day average
- 0.015239
- Days with data: 30
- 30-day change
- +1.32%
- since 2026-08-28
0.015567
0.0147372026-08-28 → 2026-09-26
| Date | 1 JPY in TOP | Daily change |
|---|---|---|
| 2026-09-26 | 0.015282 | 0.00% |
| 2026-09-25 | 0.015282 | +0.80% |
| 2026-09-24 | 0.015161 | +0.21% |
| 2026-09-23 | 0.01513 | -0.46% |
| 2026-09-22 | 0.0152 | +0.24% |
| 2026-09-21 | 0.015164 | +0.51% |
| 2026-09-20 | 0.015087 | -0.62% |
| 2026-09-19 | 0.015181 | -0.45% |
| 2026-09-18 | 0.01525 | -0.24% |
| 2026-09-17 | 0.015287 | -1.59% |
| 2026-09-16 | 0.015534 | +0.36% |
| 2026-09-15 | 0.015479 | -0.57% |
| 2026-09-14 | 0.015567 | +1.31% |
| 2026-09-13 | 0.015365 | -0.00% |
| 2026-09-12 | 0.015365 | -0.77% |
| Date | 1 JPY in TOP | Daily change |
|---|---|---|
| 2026-09-11 | 0.015485 | +0.72% |
| 2026-09-10 | 0.015374 | -0.92% |
| 2026-09-09 | 0.015517 | +0.82% |
| 2026-09-08 | 0.01539 | +0.12% |
| 2026-09-07 | 0.015372 | +1.77% |
| 2026-09-06 | 0.015105 | -0.01% |
| 2026-09-05 | 0.015107 | -1.91% |
| 2026-09-04 | 0.0154 | +0.36% |
| 2026-09-03 | 0.015346 | +1.86% |
| 2026-09-02 | 0.015065 | +0.19% |
| 2026-09-01 | 0.015037 | -0.14% |
| 2026-08-31 | 0.015059 | +2.18% |
| 2026-08-30 | 0.014737 | -0.22% |
| 2026-08-29 | 0.014769 | -2.08% |
| 2026-08-28 | 0.015083 | — |
JPY to TOP conversion table
1 JPY0.015282 TOP
5 JPY0.076409 TOP
10 JPY0.15282 TOP
25 JPY0.38205 TOP
50 JPY0.76409 TOP
100 JPY1.5282 TOP
500 JPY7.6409 TOP
1,000 JPY15.2818 TOP
5,000 JPY76.409 TOP
10,000 JPY152.818 TOP
Get the JPY/TOP rate in your app
One GET request returns the latest JPY → 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/JPY/TOP"fetch('https://rate-api.com/api/v1/pair/JPY/TOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} TOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/TOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} TOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/TOP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} TOP\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "TOP"
},
"rate": 0.0153,
"timestamp": 1790429291,
"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 JPYTongan Paʻanga → Japanese Yen65.4373Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.