Convert USD to TOP
US Dollar → Tongan Paʻanga
1 USD = 2.408261 TOP(1 TOP = 0.415237 USD)
Currency converter
1 USD =
2.4083 TOP
USD to TOP: last 30 days
Over the last 30 days, 1 USD traded between 2.3532 and 2.4085 TOP, averaging 2.3883 TOP. The USD/TOP rate has not changed since 2026-08-28.
- 30-day high
- 2.4085
- 2026-09-16
- 30-day low
- 2.3532
- 2026-08-30
- 30-day average
- 2.3883
- Days with data: 30
- 30-day change
- 0.00%
- since 2026-08-28
2.4085
2.35322026-08-28 → 2026-09-26
| Date | 1 USD in TOP | Daily change |
|---|---|---|
| 2026-09-26 | 2.4083 | 0.00% |
| 2026-09-25 | 2.4083 | -0.00% |
| 2026-09-24 | 2.4084 | +0.80% |
| 2026-09-23 | 2.3892 | +0.00% |
| 2026-09-22 | 2.3892 | +0.18% |
| 2026-09-21 | 2.3848 | +0.12% |
| 2026-09-20 | 2.382 | -0.62% |
| 2026-09-19 | 2.3969 | -0.45% |
| 2026-09-18 | 2.4078 | +1.17% |
| 2026-09-17 | 2.38 | -1.18% |
| 2026-09-16 | 2.4085 | +0.39% |
| 2026-09-15 | 2.3992 | -0.28% |
| 2026-09-14 | 2.4059 | +1.65% |
| 2026-09-13 | 2.3669 | -0.00% |
| 2026-09-12 | 2.3669 | -0.77% |
| Date | 1 USD in TOP | Daily change |
|---|---|---|
| 2026-09-11 | 2.3853 | +0.63% |
| 2026-09-10 | 2.3704 | -0.33% |
| 2026-09-09 | 2.3783 | +0.15% |
| 2026-09-08 | 2.3747 | -0.17% |
| 2026-09-07 | 2.3788 | +0.79% |
| 2026-09-06 | 2.3602 | -0.01% |
| 2026-09-05 | 2.3604 | -1.91% |
| 2026-09-04 | 2.4063 | +0.51% |
| 2026-09-03 | 2.3941 | -0.43% |
| 2026-09-02 | 2.4044 | -0.16% |
| 2026-09-01 | 2.4083 | +0.13% |
| 2026-08-31 | 2.4053 | +2.21% |
| 2026-08-30 | 2.3532 | -0.22% |
| 2026-08-29 | 2.3584 | -2.08% |
| 2026-08-28 | 2.4084 | — |
USD to TOP conversion table
1 USD2.4083 TOP
5 USD12.0413 TOP
10 USD24.0826 TOP
25 USD60.2065 TOP
50 USD120.4131 TOP
100 USD240.8261 TOP
500 USD1,204.1305 TOP
1,000 USD2,408.261 TOP
5,000 USD12,041.305 TOP
10,000 USD24,082.61 TOP
Get the USD/TOP rate in your app
One GET request returns the latest USD → 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/USD/TOP"fetch('https://rate-api.com/api/v1/pair/USD/TOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} TOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/TOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} TOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/TOP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} TOP\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "TOP"
},
"rate": 2.4083,
"timestamp": 1790429295,
"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 USDTongan Paʻanga → US Dollar0.41524Convert USD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.