Convert TOP to INR
Tongan Paʻanga → Indian Rupee
1 TOP = 39.786937 INR(1 INR = 0.0251339 TOP)
Currency converter
1 TOP =
39.7869 INR
TOP to INR: last 30 days
Over the last 30 days, 1 TOP traded between 39.2681 and 40.536 INR, averaging 39.9408 INR. The TOP/INR rate is up 0.45% since 2026-08-28.
- 30-day high
- 40.536
- 2026-08-30
- 30-day low
- 39.2681
- 2026-09-04
- 30-day average
- 39.9408
- Days with data: 30
- 30-day change
- +0.45%
- since 2026-08-28
40.536
39.26812026-08-28 → 2026-09-26
| Date | 1 TOP in INR | Daily change |
|---|---|---|
| 2026-09-26 | 39.7869 | 0.00% |
| 2026-09-25 | 39.7869 | -0.14% |
| 2026-09-24 | 39.8443 | -0.57% |
| 2026-09-23 | 40.0717 | +0.16% |
| 2026-09-22 | 40.0095 | -0.42% |
| 2026-09-21 | 40.1794 | -0.18% |
| 2026-09-20 | 40.2512 | +0.62% |
| 2026-09-19 | 40.0023 | +0.45% |
| 2026-09-18 | 39.8213 | -1.21% |
| 2026-09-17 | 40.3106 | +1.18% |
| 2026-09-16 | 39.8418 | -0.39% |
| 2026-09-15 | 39.9963 | +0.70% |
| 2026-09-14 | 39.7198 | -1.62% |
| 2026-09-13 | 40.3738 | +0.00% |
| 2026-09-12 | 40.3738 | +0.78% |
| Date | 1 TOP in INR | Daily change |
|---|---|---|
| 2026-09-11 | 40.0613 | -0.50% |
| 2026-09-10 | 40.2628 | +0.68% |
| 2026-09-09 | 39.9906 | +0.14% |
| 2026-09-08 | 39.9333 | +0.53% |
| 2026-09-07 | 39.7216 | -0.78% |
| 2026-09-06 | 40.035 | +0.01% |
| 2026-09-05 | 40.0311 | +1.94% |
| 2026-09-04 | 39.2681 | -0.51% |
| 2026-09-03 | 39.4685 | -0.07% |
| 2026-09-02 | 39.4977 | +0.18% |
| 2026-09-01 | 39.4257 | -0.36% |
| 2026-08-31 | 39.5665 | -2.39% |
| 2026-08-30 | 40.536 | +0.22% |
| 2026-08-29 | 40.4475 | +2.12% |
| 2026-08-28 | 39.6075 | — |
TOP to INR conversion table
1 TOP39.7869 INR
5 TOP198.9347 INR
10 TOP397.8694 INR
25 TOP994.6734 INR
50 TOP1,989.3468 INR
100 TOP3,978.6937 INR
500 TOP19,893.468 INR
1,000 TOP39,786.937 INR
5,000 TOP198,934.68 INR
10,000 TOP397,869.37 INR
Get the TOP/INR rate in your app
One GET request returns the latest TOP → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/TOP/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TOP = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TOP/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TOP = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TOP/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "TOP",
"to": "INR"
},
"rate": 39.7869,
"timestamp": 1790435127,
"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
INR to TOPIndian Rupee → Tongan Paʻanga0.025134Convert TOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.