Skip to content

AZN to NGN exchange rate API

Azerbaijanian Manat to Naira · quoted 2026-09-26

781.9200

▼ +13.22% over 1Y

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 last year, AZN/NGN traded between 778.3737 and 900.9993, averaged 819.4654 and fell 13.22%. 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 1Y

AZN/NGN over 1Y: show the values
PointAZN/NGN
2025-09-26900.9993
2025-10-03886.4082
2025-10-10887.8284
2025-10-17860.4278
2025-10-24858.7161
2025-10-31848.8812
2025-11-07845.9984
2025-11-14847.8368
2025-11-21854.8797
2025-11-28849.9548
2025-12-05851.6987
2025-12-13854.3320
2025-12-20859.2337
2025-12-27853.4991
2026-01-03847.2548
2026-01-10840.8709
2026-01-17836.9575
2026-01-24835.1121
2026-01-31815.4806
2026-02-07804.2464
2026-02-14796.0082
2026-02-21790.4104
2026-02-28801.9493
2026-03-07819.6768
2026-03-14814.0599
2026-03-21797.6138
2026-03-28811.9043
2026-04-04811.1900
2026-04-11797.8450
2026-04-18787.8545
2026-04-25796.3757
2026-05-02807.5142
2026-05-09801.0708
2026-05-17805.8318
2026-05-25804.9451
2026-06-01807.5022
2026-06-10799.6389
2026-06-17799.0540
2026-06-24805.9872
2026-07-01811.6414
2026-07-08807.2681
2026-07-15811.4410
2026-07-22811.3434
2026-07-29803.2451
2026-08-05802.5318
2026-08-12800.9052
2026-08-20792.1955
2026-08-27790.0644
2026-09-03781.1019
2026-09-10778.3737
2026-09-17782.2272
2026-09-24780.3605

High

900.9993

Low

778.3737

Average

819.4654

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.