Skip to content

USD to NGN exchange rate API

US Dollar to Naira · quoted 2026-09-27

1329.57

▼ +3.87% over 6M

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 6 months, USD/NGN traded between 1321.59 and 1383.07, averaged 1358.97 and fell 3.87%. 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 6M

USD/NGN over 6M: show the values
PointUSD/NGN
2026-03-311383.07
2026-04-071379.25
2026-04-141358.20
2026-04-211345.47
2026-04-281360.19
2026-05-051370.93
2026-05-121365.79
2026-05-201371.79
2026-05-281373.67
2026-06-041366.88
2026-06-131361.45
2026-06-201362.83
2026-06-271378.88
2026-07-041370.24
2026-07-111377.61
2026-07-181379.75
2026-07-251363.44
2026-08-011363.20
2026-08-081366.02
2026-08-151359.95
2026-08-231351.78
2026-08-301342.36
2026-09-061321.59
2026-09-131326.88
2026-09-201331.83
2026-09-271329.57

High

1383.07

Low

1321.59

Average

1358.97

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.