AUD to NOK exchange rate API
Australian Dollar to Norwegian Krone · quoted 2026-09-25
6.6760
▲ +1.85% over 1Y
1 AUD = 6.6760 NOK · 1 NOK = 0.14979 AUD · Get this rate via the API
1 AUD buys 6.6760 NOK as of 2026-09-25, so 1 NOK buys 0.14979 AUD. Over the last year, AUD/NOK traded between 6.4981 and 6.8916, averaged 6.6928 and rose 1.85%. The API holds daily AUD/NOK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
AUD/NOK over 1Y: show the values
| Point | AUD/NOK |
|---|---|
| 2025-09-25 | 6.5551 |
| 2025-10-02 | 6.5642 |
| 2025-10-09 | 6.6045 |
| 2025-10-16 | 6.5458 |
| 2025-10-23 | 6.4981 |
| 2025-10-30 | 6.6007 |
| 2025-11-06 | 6.6263 |
| 2025-11-13 | 6.5873 |
| 2025-11-20 | 6.6058 |
| 2025-11-27 | 6.6485 |
| 2025-12-04 | 6.6727 |
| 2025-12-11 | 6.7184 |
| 2025-12-18 | 6.7410 |
| 2025-12-25 | 6.7118 |
| 2026-01-01 | 6.7290 |
| 2026-01-08 | 6.7650 |
| 2026-01-15 | 6.7426 |
| 2026-01-22 | 6.7314 |
| 2026-01-29 | 6.7423 |
| 2026-02-05 | 6.7805 |
| 2026-02-12 | 6.7475 |
| 2026-02-19 | 6.7391 |
| 2026-02-26 | 6.8063 |
| 2026-03-05 | 6.8005 |
| 2026-03-12 | 6.8916 |
| 2026-03-19 | 6.7037 |
| 2026-03-26 | 6.6654 |
| 2026-04-02 | 6.6952 |
| 2026-04-09 | 6.7055 |
| 2026-04-16 | 6.7263 |
| 2026-04-23 | 6.6758 |
| 2026-04-30 | 6.6656 |
| 2026-05-07 | 6.7005 |
| 2026-05-14 | 6.6811 |
| 2026-05-21 | 6.5799 |
| 2026-05-28 | 6.6148 |
| 2026-06-04 | 6.6543 |
| 2026-06-11 | 6.6656 |
| 2026-06-18 | 6.7871 |
| 2026-06-25 | 6.8175 |
| 2026-07-02 | 6.8225 |
| 2026-07-09 | 6.7548 |
| 2026-07-16 | 6.7620 |
| 2026-07-23 | 6.7230 |
| 2026-07-30 | 6.6767 |
| 2026-08-06 | 6.7116 |
| 2026-08-13 | 6.7168 |
| 2026-08-20 | 6.6325 |
| 2026-08-27 | 6.7159 |
| 2026-09-03 | 6.6925 |
| 2026-09-10 | 6.6577 |
| 2026-09-17 | 6.7074 |
| 2026-09-24 | 6.6697 |
High
6.8916
Low
6.4981
Average
6.6928
Get this rate via the API
One GET request returns the AUD/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=AUD¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=NOK").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/NOK API questions
How do I get the AUD/NOK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/NOK rate in rates.NOK.
How far back does AUD/NOK historical data go?
Daily AUD/NOK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AUD/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.