Skip to content

NIO to NGN exchange rate API

Cordoba Oro to Naira · quoted 2026-09-26

36.1736

▼ +11.09% over 1Y

1 NIO = 36.1736 NGN · 1 NGN = 0.02764 NIO · Get this rate via the API

1 NIO buys 36.1736 NGN as of 2026-09-26, so 1 NGN buys 0.02764 NIO. Over the last year, NIO/NGN traded between 35.9925 and 40.6877, averaged 37.8652 and fell 11.09%. The API holds daily NIO/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/NGN over 1Y

NIO/NGN over 1Y: show the values
PointNIO/NGN
2025-09-2640.6877
2025-10-0340.1352
2025-10-1040.0819
2025-10-1739.8406
2025-10-2439.7242
2025-10-3139.2408
2025-11-0739.1031
2025-11-1439.1766
2025-11-2139.4909
2025-11-2839.2770
2025-12-0539.3738
2025-12-1339.5395
2025-12-2039.6920
2025-12-2739.4237
2026-01-0339.2489
2026-01-1038.8889
2026-01-1738.7708
2026-01-2438.6495
2026-01-3137.7296
2026-02-0737.2615
2026-02-1436.8646
2026-02-2136.6053
2026-02-2837.1580
2026-03-0737.9402
2026-03-1437.7114
2026-03-2136.9284
2026-03-2837.6755
2026-04-0437.5655
2026-04-1137.0131
2026-04-1836.5595
2026-04-2536.9339
2026-05-0237.4821
2026-05-0937.1782
2026-05-1737.4000
2026-05-2537.2443
2026-06-0137.3018
2026-06-1036.9448
2026-06-1736.9561
2026-06-2437.2094
2026-07-0137.5061
2026-07-0837.3040
2026-07-1537.5465
2026-07-2237.4794
2026-07-2937.1700
2026-08-0537.1018
2026-08-1237.0111
2026-08-2036.7027
2026-08-2736.5072
2026-09-0336.1112
2026-09-1035.9925
2026-09-1736.2463
2026-09-2435.9952

High

40.6877

Low

35.9925

Average

37.8652

For developers

Get this rate via the API

One GET request returns the NIO/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=NIO&currencies=NGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&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=NIO&currencies=NGN").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/NGN API questions

How do I get the NIO/NGN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=NGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/NGN rate in rates.NGN.

How far back does NIO/NGN historical data go?

Daily NIO/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 NIO/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.