TOP to NGN exchange rate API
Pa’anga to Naira · quoted 2026-09-25
555.9598
▼ +8.74% over YTD
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 year to date, TOP/NGN traded between 555.9598 and 609.1851, averaged 582.6756 and fell 8.74%. 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 YTD: show the values
| Point | TOP/NGN |
|---|---|
| 2025-12-31 | 609.1851 |
| 2026-01-07 | 599.9126 |
| 2026-01-14 | 599.9884 |
| 2026-01-21 | 600.2543 |
| 2026-01-28 | 599.3333 |
| 2026-02-04 | 594.7406 |
| 2026-02-11 | 580.8093 |
| 2026-02-18 | 576.0001 |
| 2026-02-25 | 578.3525 |
| 2026-03-04 | 587.5233 |
| 2026-03-11 | 595.5057 |
| 2026-03-18 | 579.6362 |
| 2026-03-25 | 586.0301 |
| 2026-04-01 | 585.9447 |
| 2026-04-08 | 585.8704 |
| 2026-04-16 | 579.3608 |
| 2026-04-23 | 575.6425 |
| 2026-04-30 | 592.8129 |
| 2026-05-07 | 583.8014 |
| 2026-05-15 | 594.9864 |
| 2026-05-23 | 581.6817 |
| 2026-05-30 | 577.1867 |
| 2026-06-06 | 571.6286 |
| 2026-06-15 | 577.9636 |
| 2026-06-22 | 578.9355 |
| 2026-06-29 | 582.3955 |
| 2026-07-06 | 579.0999 |
| 2026-07-13 | 583.3224 |
| 2026-07-20 | 586.2594 |
| 2026-07-27 | 580.8746 |
| 2026-08-03 | 577.7490 |
| 2026-08-10 | 579.9155 |
| 2026-08-17 | 579.3868 |
| 2026-08-25 | 577.6522 |
| 2026-09-01 | 572.1174 |
| 2026-09-08 | 565.7288 |
| 2026-09-15 | 561.9009 |
| 2026-09-22 | 568.8990 |
High
609.1851
Low
555.9598
Average
582.6756
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.