Skip to content

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

AZN/NOK over 1Y: show the values
PointAZN/NOK
2025-09-266.0312
2025-10-035.9809
2025-10-106.0683
2025-10-175.9067
2025-10-245.8857
2025-10-315.9263
2025-11-075.9938
2025-11-145.9230
2025-11-216.0223
2025-11-285.9833
2025-12-055.9379
2025-12-135.9632
2025-12-205.9640
2025-12-275.8896
2026-01-035.9208
2026-01-105.9397
2026-01-175.9354
2026-01-245.7448
2026-01-315.6755
2026-02-075.6924
2026-02-145.5890
2026-02-215.6030
2026-02-285.5912
2026-03-075.6371
2026-03-145.7463
2026-03-215.6271
2026-03-285.6943
2026-04-045.7475
2026-04-115.5898
2026-04-185.4982
2026-04-255.4678
2026-05-025.4561
2026-05-095.4046
2026-05-175.4754
2026-05-255.4393
2026-06-015.4492
2026-06-105.5831
2026-06-175.5865
2026-06-245.7874
2026-07-015.8459
2026-07-085.7441
2026-07-155.7225
2026-07-225.6446
2026-07-295.6849
2026-08-055.5919
2026-08-125.5721
2026-08-205.4904
2026-08-275.4945
2026-09-035.4727
2026-09-105.4506
2026-09-175.5462
2026-09-245.5834

High

6.0683

Low

5.4046

Average

5.7131

For developers

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

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