AZN to NOK exchange rate API
Azerbaijanian Manat to Norwegian Krone · quoted 2026-09-26
5.5929
▼ +7.27% over 1Y
1 AZN = 5.5929 NOK · 1 NOK = 0.17880 AZN · Get this rate via the API
1 AZN buys 5.5929 NOK as of 2026-09-26, so 1 NOK buys 0.17880 AZN. Over the last year, AZN/NOK traded between 5.4046 and 6.0683, averaged 5.7131 and fell 7.27%. The API holds daily AZN/NOK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/NOK over 1Y: show the values
| Point | AZN/NOK |
|---|---|
| 2025-09-26 | 6.0312 |
| 2025-10-03 | 5.9809 |
| 2025-10-10 | 6.0683 |
| 2025-10-17 | 5.9067 |
| 2025-10-24 | 5.8857 |
| 2025-10-31 | 5.9263 |
| 2025-11-07 | 5.9938 |
| 2025-11-14 | 5.9230 |
| 2025-11-21 | 6.0223 |
| 2025-11-28 | 5.9833 |
| 2025-12-05 | 5.9379 |
| 2025-12-13 | 5.9632 |
| 2025-12-20 | 5.9640 |
| 2025-12-27 | 5.8896 |
| 2026-01-03 | 5.9208 |
| 2026-01-10 | 5.9397 |
| 2026-01-17 | 5.9354 |
| 2026-01-24 | 5.7448 |
| 2026-01-31 | 5.6755 |
| 2026-02-07 | 5.6924 |
| 2026-02-14 | 5.5890 |
| 2026-02-21 | 5.6030 |
| 2026-02-28 | 5.5912 |
| 2026-03-07 | 5.6371 |
| 2026-03-14 | 5.7463 |
| 2026-03-21 | 5.6271 |
| 2026-03-28 | 5.6943 |
| 2026-04-04 | 5.7475 |
| 2026-04-11 | 5.5898 |
| 2026-04-18 | 5.4982 |
| 2026-04-25 | 5.4678 |
| 2026-05-02 | 5.4561 |
| 2026-05-09 | 5.4046 |
| 2026-05-17 | 5.4754 |
| 2026-05-25 | 5.4393 |
| 2026-06-01 | 5.4492 |
| 2026-06-10 | 5.5831 |
| 2026-06-17 | 5.5865 |
| 2026-06-24 | 5.7874 |
| 2026-07-01 | 5.8459 |
| 2026-07-08 | 5.7441 |
| 2026-07-15 | 5.7225 |
| 2026-07-22 | 5.6446 |
| 2026-07-29 | 5.6849 |
| 2026-08-05 | 5.5919 |
| 2026-08-12 | 5.5721 |
| 2026-08-20 | 5.4904 |
| 2026-08-27 | 5.4945 |
| 2026-09-03 | 5.4727 |
| 2026-09-10 | 5.4506 |
| 2026-09-17 | 5.5462 |
| 2026-09-24 | 5.5834 |
High
6.0683
Low
5.4046
Average
5.7131
Get this rate via the API
One GET request returns the AZN/NOK 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=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NOK").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/NOK API questions
How do I get the AZN/NOK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/NOK rate in rates.NOK.
How far back does AZN/NOK historical data go?
Daily AZN/NOK 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/NOK 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.