TOP to NIO exchange rate API
Pa’anga to Cordoba Oro · quoted 2026-09-24
15.6030
▼ +1.50% over 5Y
1 TOP = 15.6030 NIO · 1 NIO = 0.06409 TOP · Get this rate via the API
1 TOP buys 15.6030 NIO as of 2026-09-24, so 1 NIO buys 0.06409 TOP. Over the last 5 years, TOP/NIO traded between 15.3352 and 16.1208, averaged 15.6678 and fell 1.50%. The API holds daily TOP/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/NIO over 5Y: show the values
| Point | TOP/NIO |
|---|---|
| 2024-08-24 | 15.8412 |
| 2024-10-07 | 16.0645 |
| 2024-11-06 | 16.1208 |
| 2024-12-06 | 15.7319 |
| 2025-01-05 | 15.5020 |
| 2025-02-04 | 15.3352 |
| 2025-03-06 | 15.6687 |
| 2025-04-06 | 15.4311 |
| 2025-05-06 | 15.7104 |
| 2025-06-07 | 15.6460 |
| 2025-07-07 | 15.8931 |
| 2025-08-06 | 15.7903 |
| 2025-09-05 | 15.8568 |
| 2025-10-06 | 15.5191 |
| 2025-11-05 | 15.6535 |
| 2025-12-05 | 15.3433 |
| 2026-01-05 | 15.4702 |
| 2026-02-04 | 15.7503 |
| 2026-03-06 | 15.6641 |
| 2026-04-05 | 15.6344 |
| 2026-05-06 | 15.7690 |
| 2026-06-09 | 15.7241 |
| 2026-07-09 | 15.5239 |
| 2026-08-08 | 15.3671 |
| 2026-09-08 | 15.7501 |
High
16.1208
Low
15.3352
Average
15.6678
Get this rate via the API
One GET request returns the TOP/NIO 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=TOP¤cies=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NIO").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/NIO API questions
How do I get the TOP/NIO exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NIO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/NIO rate in rates.NIO.
How far back does TOP/NIO historical data go?
Daily TOP/NIO 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 TOP/NIO 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.