USD to TOP exchange rate API
US Dollar to Pa’anga · quoted 2026-09-24
2.3645
▲ +0.14% over 1Y
1 USD = 2.3645 TOP · 1 TOP = 0.42292 USD · Get this rate via the API
1 USD buys 2.3645 TOP as of 2026-09-24, so 1 TOP buys 0.42292 USD. Over the last year, USD/TOP traded between 2.3163 and 2.3977, averaged 2.3546 and rose 0.14%. The API holds daily USD/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/TOP over 1Y: show the values
| Point | USD/TOP |
|---|---|
| 2025-09-24 | 2.3612 |
| 2025-10-01 | 2.3655 |
| 2025-10-08 | 2.3587 |
| 2025-10-15 | 2.3545 |
| 2025-10-22 | 2.3561 |
| 2025-10-29 | 2.3799 |
| 2025-11-05 | 2.3498 |
| 2025-11-12 | 2.3579 |
| 2025-11-19 | 2.3930 |
| 2025-11-26 | 2.3956 |
| 2025-12-03 | 2.3977 |
| 2025-12-10 | 2.3875 |
| 2025-12-17 | 2.3851 |
| 2025-12-24 | 2.3840 |
| 2025-12-31 | 2.3803 |
| 2026-01-07 | 2.3830 |
| 2026-01-14 | 2.3733 |
| 2026-01-21 | 2.3649 |
| 2026-01-28 | 2.3453 |
| 2026-02-04 | 2.3332 |
| 2026-02-11 | 2.3318 |
| 2026-02-18 | 2.3397 |
| 2026-02-25 | 2.3370 |
| 2026-03-04 | 2.3468 |
| 2026-03-11 | 2.3485 |
| 2026-03-18 | 2.3406 |
| 2026-03-25 | 2.3476 |
| 2026-04-01 | 2.3604 |
| 2026-04-08 | 2.3584 |
| 2026-04-16 | 2.3201 |
| 2026-04-23 | 2.3480 |
| 2026-04-30 | 2.3196 |
| 2026-05-07 | 2.3305 |
| 2026-05-14 | 2.3192 |
| 2026-05-21 | 2.3260 |
| 2026-05-28 | 2.3335 |
| 2026-06-04 | 2.3460 |
| 2026-06-11 | 2.3652 |
| 2026-06-18 | 2.3163 |
| 2026-06-25 | 2.3679 |
| 2026-07-02 | 2.3696 |
| 2026-07-09 | 2.3687 |
| 2026-07-16 | 2.3515 |
| 2026-07-23 | 2.3432 |
| 2026-07-30 | 2.3524 |
| 2026-08-06 | 2.3602 |
| 2026-08-13 | 2.3569 |
| 2026-08-20 | 2.3431 |
| 2026-08-27 | 2.3352 |
| 2026-09-03 | 2.3372 |
| 2026-09-10 | 2.3395 |
| 2026-09-17 | 2.3527 |
| 2026-09-24 | 2.3643 |
High
2.3977
Low
2.3163
Average
2.3546
Get this rate via the API
One GET request returns the USD/TOP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=TOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=TOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=TOP").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/TOP API questions
How do I get the USD/TOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=TOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/TOP rate in rates.TOP.
How far back does USD/TOP historical data go?
Daily USD/TOP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free USD/TOP exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.