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: show the values
| Point | AZN/NGN |
|---|---|
| 2025-09-26 | 900.9993 |
| 2025-10-03 | 886.4082 |
| 2025-10-10 | 887.8284 |
| 2025-10-17 | 860.4278 |
| 2025-10-24 | 858.7161 |
| 2025-10-31 | 848.8812 |
| 2025-11-07 | 845.9984 |
| 2025-11-14 | 847.8368 |
| 2025-11-21 | 854.8797 |
| 2025-11-28 | 849.9548 |
| 2025-12-05 | 851.6987 |
| 2025-12-13 | 854.3320 |
| 2025-12-20 | 859.2337 |
| 2025-12-27 | 853.4991 |
| 2026-01-03 | 847.2548 |
| 2026-01-10 | 840.8709 |
| 2026-01-17 | 836.9575 |
| 2026-01-24 | 835.1121 |
| 2026-01-31 | 815.4806 |
| 2026-02-07 | 804.2464 |
| 2026-02-14 | 796.0082 |
| 2026-02-21 | 790.4104 |
| 2026-02-28 | 801.9493 |
| 2026-03-07 | 819.6768 |
| 2026-03-14 | 814.0599 |
| 2026-03-21 | 797.6138 |
| 2026-03-28 | 811.9043 |
| 2026-04-04 | 811.1900 |
| 2026-04-11 | 797.8450 |
| 2026-04-18 | 787.8545 |
| 2026-04-25 | 796.3757 |
| 2026-05-02 | 807.5142 |
| 2026-05-09 | 801.0708 |
| 2026-05-17 | 805.8318 |
| 2026-05-25 | 804.9451 |
| 2026-06-01 | 807.5022 |
| 2026-06-10 | 799.6389 |
| 2026-06-17 | 799.0540 |
| 2026-06-24 | 805.9872 |
| 2026-07-01 | 811.6414 |
| 2026-07-08 | 807.2681 |
| 2026-07-15 | 811.4410 |
| 2026-07-22 | 811.3434 |
| 2026-07-29 | 803.2451 |
| 2026-08-05 | 802.5318 |
| 2026-08-12 | 800.9052 |
| 2026-08-20 | 792.1955 |
| 2026-08-27 | 790.0644 |
| 2026-09-03 | 781.1019 |
| 2026-09-10 | 778.3737 |
| 2026-09-17 | 782.2272 |
| 2026-09-24 | 780.3605 |
High
900.9993
Low
778.3737
Average
819.4654
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.