Skip to content

USD to NGN exchange rate API

US Dollar to Naira · quoted 2026-09-27

1329.57

▼ +10.58% over 1Y

1 USD = 1329.57 NGN · 1 NGN = 0.000752 USD · Get this rate via the API

1 USD buys 1329.57 NGN as of 2026-09-27, so 1 NGN buys 0.000752 USD. Over the last year, USD/NGN traded between 1323.59 and 1486.85, averaged 1390.67 and fell 10.58%. The API holds daily USD/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/NGN over 1Y

USD/NGN over 1Y: show the values
PointUSD/NGN
2025-09-271486.85
2025-10-041467.00
2025-10-111465.12
2025-10-181470.69
2025-10-251466.49
2025-11-011425.35
2025-11-081436.09
2025-11-151440.88
2025-11-221456.38
2025-11-291448.81
2025-12-061450.65
2025-12-141449.76
2025-12-211458.20
2025-12-281450.49
2026-01-041438.58
2026-01-111424.45
2026-01-181420.40
2026-01-251422.92
2026-02-011384.37
2026-02-081366.27
2026-02-151355.44
2026-02-221349.02
2026-03-011363.02
2026-03-081391.90
2026-03-151380.32
2026-03-221356.08
2026-03-291381.94
2026-04-051379.09
2026-04-121359.50
2026-04-191342.48
2026-04-261357.00
2026-05-031375.98
2026-05-101365.00
2026-05-181372.74
2026-05-261370.73
2026-06-021370.26
2026-06-111360.40
2026-06-181359.36
2026-06-251370.66
2026-07-021374.96
2026-07-091375.04
2026-07-161377.30
2026-07-231372.13
2026-07-301360.45
2026-08-061361.48
2026-08-131362.06
2026-08-211350.26
2026-08-281342.52
2026-09-041323.59
2026-09-111326.59
2026-09-181332.04
2026-09-251326.86

High

1486.85

Low

1323.59

Average

1390.67

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/NGN API questions

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

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

How far back does USD/NGN historical data go?

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