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: show the values
| Point | AZN/NGN |
|---|---|
| 2025-12-31 | 852.9757 |
| 2026-01-07 | 840.9348 |
| 2026-01-14 | 837.6368 |
| 2026-01-21 | 835.0505 |
| 2026-01-28 | 826.8275 |
| 2026-02-04 | 816.2507 |
| 2026-02-11 | 796.6690 |
| 2026-02-18 | 792.7455 |
| 2026-02-25 | 795.0502 |
| 2026-03-04 | 811.0694 |
| 2026-03-11 | 822.6879 |
| 2026-03-18 | 797.8111 |
| 2026-03-25 | 809.2829 |
| 2026-04-01 | 813.5746 |
| 2026-04-08 | 812.7616 |
| 2026-04-15 | 794.5502 |
| 2026-04-22 | 794.0001 |
| 2026-04-29 | 808.5075 |
| 2026-05-06 | 806.4431 |
| 2026-05-14 | 806.8710 |
| 2026-05-21 | 806.6696 |
| 2026-05-29 | 807.8899 |
| 2026-06-05 | 801.0968 |
| 2026-06-14 | 799.8789 |
| 2026-06-21 | 800.0781 |
| 2026-06-28 | 810.1427 |
| 2026-07-05 | 805.7677 |
| 2026-07-12 | 809.7686 |
| 2026-07-19 | 810.2407 |
| 2026-07-26 | 802.9342 |
| 2026-08-02 | 804.0946 |
| 2026-08-09 | 803.6639 |
| 2026-08-16 | 799.2127 |
| 2026-08-24 | 793.8562 |
| 2026-08-31 | 787.3472 |
| 2026-09-07 | 777.6394 |
| 2026-09-14 | 779.5706 |
| 2026-09-21 | 782.7275 |
High
852.9757
Low
777.6394
Average
806.0564
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.