NOK to AZN exchange rate API
Norwegian Krone to Azerbaijanian Manat · quoted 2026-09-26
0.17880
▲ +7.84% over 1Y
1 NOK = 0.17880 AZN · 1 AZN = 5.5929 NOK · Get this rate via the API
1 NOK buys 0.17880 AZN as of 2026-09-26, so 1 AZN buys 5.5929 NOK. Over the last year, NOK/AZN traded between 0.16479 and 0.18503, averaged 0.17523 and rose 7.84%. The API holds daily NOK/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NOK/AZN over 1Y: show the values
| Point | NOK/AZN |
|---|---|
| 2025-09-26 | 0.16580 |
| 2025-10-03 | 0.16720 |
| 2025-10-10 | 0.16479 |
| 2025-10-17 | 0.16930 |
| 2025-10-24 | 0.16990 |
| 2025-10-31 | 0.16874 |
| 2025-11-07 | 0.16684 |
| 2025-11-14 | 0.16883 |
| 2025-11-21 | 0.16605 |
| 2025-11-28 | 0.16713 |
| 2025-12-05 | 0.16841 |
| 2025-12-13 | 0.16769 |
| 2025-12-20 | 0.16767 |
| 2025-12-27 | 0.16979 |
| 2026-01-03 | 0.16890 |
| 2026-01-10 | 0.16836 |
| 2026-01-17 | 0.16848 |
| 2026-01-24 | 0.17407 |
| 2026-01-31 | 0.17619 |
| 2026-02-07 | 0.17567 |
| 2026-02-14 | 0.17892 |
| 2026-02-21 | 0.17848 |
| 2026-02-28 | 0.17885 |
| 2026-03-07 | 0.17740 |
| 2026-03-14 | 0.17402 |
| 2026-03-21 | 0.17771 |
| 2026-03-28 | 0.17561 |
| 2026-04-04 | 0.17399 |
| 2026-04-11 | 0.17890 |
| 2026-04-18 | 0.18188 |
| 2026-04-25 | 0.18289 |
| 2026-05-02 | 0.18328 |
| 2026-05-09 | 0.18503 |
| 2026-05-17 | 0.18263 |
| 2026-05-25 | 0.18385 |
| 2026-06-01 | 0.18351 |
| 2026-06-10 | 0.17911 |
| 2026-06-17 | 0.17900 |
| 2026-06-24 | 0.17279 |
| 2026-07-01 | 0.17106 |
| 2026-07-08 | 0.17409 |
| 2026-07-15 | 0.17475 |
| 2026-07-22 | 0.17716 |
| 2026-07-29 | 0.17590 |
| 2026-08-05 | 0.17883 |
| 2026-08-12 | 0.17947 |
| 2026-08-20 | 0.18213 |
| 2026-08-27 | 0.18200 |
| 2026-09-03 | 0.18272 |
| 2026-09-10 | 0.18346 |
| 2026-09-17 | 0.18030 |
| 2026-09-24 | 0.17910 |
High
0.18503
Low
0.16479
Average
0.17523
Get this rate via the API
One GET request returns the NOK/AZN 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=NOK¤cies=AZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=AZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=AZN").json()Replace YOUR_API_KEY with the key from your dashboard.
NOK/AZN API questions
How do I get the NOK/AZN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=AZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NOK/AZN rate in rates.AZN.
How far back does NOK/AZN historical data go?
Daily NOK/AZN 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 NOK/AZN 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.