Convert INR to TOP
Indian Rupee → Tongan Paʻanga
1 INR = 0.0251532 TOP(1 TOP = 39.756383 INR)
Currency converter
1 INR =
0.025153 TOP
INR to TOP: last 30 days
Over the last 30 days, 1 INR traded between 0.024669 and 0.025466 TOP, averaging 0.025036 TOP. The INR/TOP rate is up 1.74% since 2026-08-29.
- 30-day high
- 0.025466
- 2026-09-04
- 30-day low
- 0.024669
- 2026-08-30
- 30-day average
- 0.025036
- Days with data: 30
- 30-day change
- +1.74%
- since 2026-08-29
0.025466
0.0246692026-08-29 → 2026-09-27
| Date | 1 INR in TOP | Daily change |
|---|---|---|
| 2026-09-27 | 0.025153 | 0.00% |
| 2026-09-26 | 0.025153 | +0.08% |
| 2026-09-25 | 0.025134 | +0.14% |
| 2026-09-24 | 0.025098 | +0.57% |
| 2026-09-23 | 0.024955 | -0.16% |
| 2026-09-22 | 0.024994 | +0.42% |
| 2026-09-21 | 0.024888 | +0.18% |
| 2026-09-20 | 0.024844 | -0.62% |
| 2026-09-19 | 0.024999 | -0.45% |
| 2026-09-18 | 0.025112 | +1.23% |
| 2026-09-17 | 0.024807 | -1.16% |
| 2026-09-16 | 0.025099 | +0.39% |
| 2026-09-15 | 0.025002 | -0.69% |
| 2026-09-14 | 0.025176 | +1.65% |
| 2026-09-13 | 0.024769 | -0.00% |
| Date | 1 INR in TOP | Daily change |
|---|---|---|
| 2026-09-12 | 0.024769 | -0.77% |
| 2026-09-11 | 0.024962 | +0.50% |
| 2026-09-10 | 0.024837 | -0.68% |
| 2026-09-09 | 0.025006 | -0.14% |
| 2026-09-08 | 0.025042 | -0.53% |
| 2026-09-07 | 0.025175 | +0.79% |
| 2026-09-06 | 0.024978 | -0.01% |
| 2026-09-05 | 0.024981 | -1.91% |
| 2026-09-04 | 0.025466 | +0.51% |
| 2026-09-03 | 0.025337 | +0.07% |
| 2026-09-02 | 0.025318 | -0.18% |
| 2026-09-01 | 0.025364 | +0.36% |
| 2026-08-31 | 0.025274 | +2.45% |
| 2026-08-30 | 0.024669 | -0.22% |
| 2026-08-29 | 0.024723 | — |
INR to TOP conversion table
1 INR0.025153 TOP
5 INR0.12577 TOP
10 INR0.25153 TOP
25 INR0.62883 TOP
50 INR1.2577 TOP
100 INR2.5153 TOP
500 INR12.5766 TOP
1,000 INR25.1532 TOP
5,000 INR125.766 TOP
10,000 INR251.5319 TOP
Get the INR/TOP rate in your app
One GET request returns the latest INR → 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/INR/TOP"fetch('https://rate-api.com/api/v1/pair/INR/TOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} TOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/TOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} TOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/TOP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} TOP\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "TOP"
},
"rate": 0.0252,
"timestamp": 1790470811,
"date": "2026-09-27"
}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 INRTongan Paʻanga → Indian Rupee39.7564Convert INR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.