TOP to NGN exchange rate API
Pa’anga to Naira · quoted 2026-09-25
555.9598
▼ +12.77% over 1Y
1 TOP = 555.9598 NGN · 1 NGN = 0.001799 TOP · Get this rate via the API
1 TOP buys 555.9598 NGN as of 2026-09-25, so 1 NGN buys 0.001799 TOP. Over the last year, TOP/NGN traded between 555.9598 and 637.3160, averaged 589.3764 and fell 12.77%. The API holds daily TOP/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/NGN over 1Y: show the values
| Point | TOP/NGN |
|---|---|
| 2025-09-25 | 637.3160 |
| 2025-10-02 | 628.1301 |
| 2025-10-09 | 622.1246 |
| 2025-10-16 | 620.5868 |
| 2025-10-23 | 620.3055 |
| 2025-10-30 | 611.2650 |
| 2025-11-06 | 611.2987 |
| 2025-11-13 | 611.9814 |
| 2025-11-20 | 606.2883 |
| 2025-11-27 | 603.6932 |
| 2025-12-04 | 605.8488 |
| 2025-12-12 | 604.8369 |
| 2025-12-19 | 609.3149 |
| 2025-12-26 | 614.9609 |
| 2026-01-02 | 604.3492 |
| 2026-01-09 | 595.5386 |
| 2026-01-16 | 603.2214 |
| 2026-01-23 | 600.2111 |
| 2026-01-30 | 593.1492 |
| 2026-02-06 | 581.6738 |
| 2026-02-13 | 580.1801 |
| 2026-02-20 | 573.6421 |
| 2026-02-27 | 578.8874 |
| 2026-03-06 | 589.7909 |
| 2026-03-13 | 594.3882 |
| 2026-03-20 | 576.8343 |
| 2026-03-27 | 593.6794 |
| 2026-04-03 | 583.8873 |
| 2026-04-10 | 580.2685 |
| 2026-04-18 | 557.5640 |
| 2026-04-25 | 563.5946 |
| 2026-05-02 | 571.4773 |
| 2026-05-09 | 566.9171 |
| 2026-05-17 | 582.2583 |
| 2026-05-25 | 586.2601 |
| 2026-06-01 | 589.6115 |
| 2026-06-10 | 578.2807 |
| 2026-06-17 | 583.7354 |
| 2026-06-24 | 580.2275 |
| 2026-07-01 | 582.2138 |
| 2026-07-08 | 585.3730 |
| 2026-07-15 | 584.1796 |
| 2026-07-22 | 583.3128 |
| 2026-07-29 | 580.2082 |
| 2026-08-05 | 579.3128 |
| 2026-08-12 | 577.9709 |
| 2026-08-20 | 574.7497 |
| 2026-08-27 | 575.1353 |
| 2026-09-03 | 568.1636 |
| 2026-09-10 | 565.6142 |
| 2026-09-17 | 565.2208 |
| 2026-09-24 | 561.9541 |
High
637.3160
Low
555.9598
Average
589.3764
Get this rate via the API
One GET request returns the TOP/NGN 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=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NGN").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/NGN API questions
How do I get the TOP/NGN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/NGN rate in rates.NGN.
How far back does TOP/NGN historical data go?
Daily TOP/NGN 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/NGN 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.