Skip to content

AZN to NGN exchange rate API

Azerbaijanian Manat to Naira · quoted 2026-09-26

781.9200

▼ +8.33% over YTD

1 AZN = 781.9200 NGN · 1 NGN = 0.001279 AZN · Get this rate via the API

1 AZN buys 781.9200 NGN as of 2026-09-26, so 1 NGN buys 0.001279 AZN. Over the year to date, AZN/NGN traded between 777.6394 and 852.9757, averaged 806.0564 and fell 8.33%. The API holds daily AZN/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/NGN over YTD

AZN/NGN over YTD: show the values
PointAZN/NGN
2025-12-31852.9757
2026-01-07840.9348
2026-01-14837.6368
2026-01-21835.0505
2026-01-28826.8275
2026-02-04816.2507
2026-02-11796.6690
2026-02-18792.7455
2026-02-25795.0502
2026-03-04811.0694
2026-03-11822.6879
2026-03-18797.8111
2026-03-25809.2829
2026-04-01813.5746
2026-04-08812.7616
2026-04-15794.5502
2026-04-22794.0001
2026-04-29808.5075
2026-05-06806.4431
2026-05-14806.8710
2026-05-21806.6696
2026-05-29807.8899
2026-06-05801.0968
2026-06-14799.8789
2026-06-21800.0781
2026-06-28810.1427
2026-07-05805.7677
2026-07-12809.7686
2026-07-19810.2407
2026-07-26802.9342
2026-08-02804.0946
2026-08-09803.6639
2026-08-16799.2127
2026-08-24793.8562
2026-08-31787.3472
2026-09-07777.6394
2026-09-14779.5706
2026-09-21782.7275

High

852.9757

Low

777.6394

Average

806.0564

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/NGN API questions

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

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

How far back does AZN/NGN historical data go?

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