Skip to content

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

TOP/NGN over YTD: show the values
PointTOP/NGN
2025-12-31609.1851
2026-01-07599.9126
2026-01-14599.9884
2026-01-21600.2543
2026-01-28599.3333
2026-02-04594.7406
2026-02-11580.8093
2026-02-18576.0001
2026-02-25578.3525
2026-03-04587.5233
2026-03-11595.5057
2026-03-18579.6362
2026-03-25586.0301
2026-04-01585.9447
2026-04-08585.8704
2026-04-16579.3608
2026-04-23575.6425
2026-04-30592.8129
2026-05-07583.8014
2026-05-15594.9864
2026-05-23581.6817
2026-05-30577.1867
2026-06-06571.6286
2026-06-15577.9636
2026-06-22578.9355
2026-06-29582.3955
2026-07-06579.0999
2026-07-13583.3224
2026-07-20586.2594
2026-07-27580.8746
2026-08-03577.7490
2026-08-10579.9155
2026-08-17579.3868
2026-08-25577.6522
2026-09-01572.1174
2026-09-08565.7288
2026-09-15561.9009
2026-09-22568.8990

High

609.1851

Low

555.9598

Average

582.6756

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=NGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=NGN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.