Skip to content

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

NOK/AZN over 1Y: show the values
PointNOK/AZN
2025-09-260.16580
2025-10-030.16720
2025-10-100.16479
2025-10-170.16930
2025-10-240.16990
2025-10-310.16874
2025-11-070.16684
2025-11-140.16883
2025-11-210.16605
2025-11-280.16713
2025-12-050.16841
2025-12-130.16769
2025-12-200.16767
2025-12-270.16979
2026-01-030.16890
2026-01-100.16836
2026-01-170.16848
2026-01-240.17407
2026-01-310.17619
2026-02-070.17567
2026-02-140.17892
2026-02-210.17848
2026-02-280.17885
2026-03-070.17740
2026-03-140.17402
2026-03-210.17771
2026-03-280.17561
2026-04-040.17399
2026-04-110.17890
2026-04-180.18188
2026-04-250.18289
2026-05-020.18328
2026-05-090.18503
2026-05-170.18263
2026-05-250.18385
2026-06-010.18351
2026-06-100.17911
2026-06-170.17900
2026-06-240.17279
2026-07-010.17106
2026-07-080.17409
2026-07-150.17475
2026-07-220.17716
2026-07-290.17590
2026-08-050.17883
2026-08-120.17947
2026-08-200.18213
2026-08-270.18200
2026-09-030.18272
2026-09-100.18346
2026-09-170.18030
2026-09-240.17910

High

0.18503

Low

0.16479

Average

0.17523

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=AZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=AZN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=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&currencies=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.