NIO to ISK exchange rate API
Cordoba Oro to Iceland Krona · quoted 2026-09-27
3.2815
▼ +0.59% over 1Y
1 NIO = 3.2815 ISK · 1 ISK = 0.30473 NIO · Get this rate via the API
1 NIO buys 3.2815 ISK as of 2026-09-27, so 1 ISK buys 0.30473 NIO. Over the last year, NIO/ISK traded between 3.2557 and 3.4827, averaged 3.3715 and fell 0.59%. The API holds daily NIO/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/ISK over 1Y: show the values
| Point | NIO/ISK |
|---|---|
| 2025-09-27 | 3.3009 |
| 2025-10-04 | 3.3006 |
| 2025-10-11 | 3.3287 |
| 2025-10-18 | 3.3041 |
| 2025-10-25 | 3.3654 |
| 2025-11-01 | 3.4148 |
| 2025-11-08 | 3.4418 |
| 2025-11-15 | 3.4499 |
| 2025-11-22 | 3.4792 |
| 2025-11-29 | 3.4818 |
| 2025-12-06 | 3.4827 |
| 2025-12-14 | 3.4399 |
| 2025-12-21 | 3.4188 |
| 2025-12-28 | 3.4217 |
| 2026-01-04 | 3.4275 |
| 2026-01-11 | 3.4415 |
| 2026-01-18 | 3.4287 |
| 2026-01-25 | 3.3589 |
| 2026-02-01 | 3.3325 |
| 2026-02-08 | 3.3418 |
| 2026-02-15 | 3.3241 |
| 2026-02-22 | 3.3444 |
| 2026-03-01 | 3.2999 |
| 2026-03-08 | 3.4057 |
| 2026-03-15 | 3.4334 |
| 2026-03-22 | 3.3857 |
| 2026-03-29 | 3.4026 |
| 2026-04-05 | 3.4145 |
| 2026-04-12 | 3.3256 |
| 2026-04-19 | 3.3118 |
| 2026-04-26 | 3.3382 |
| 2026-05-03 | 3.3418 |
| 2026-05-10 | 3.3245 |
| 2026-05-18 | 3.3388 |
| 2026-05-26 | 3.3582 |
| 2026-06-02 | 3.3529 |
| 2026-06-11 | 3.3918 |
| 2026-06-18 | 3.4232 |
| 2026-06-25 | 3.4535 |
| 2026-07-02 | 3.4511 |
| 2026-07-09 | 3.4104 |
| 2026-07-16 | 3.3973 |
| 2026-07-23 | 3.4229 |
| 2026-07-30 | 3.3806 |
| 2026-08-06 | 3.3459 |
| 2026-08-13 | 3.3496 |
| 2026-08-21 | 3.2871 |
| 2026-08-28 | 3.2894 |
| 2026-09-04 | 3.2931 |
| 2026-09-11 | 3.2770 |
| 2026-09-18 | 3.3172 |
| 2026-09-25 | 3.2557 |
High
3.4827
Low
3.2557
Average
3.3715
Get this rate via the API
One GET request returns the NIO/ISK 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=NIO¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=ISK").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/ISK API questions
How do I get the NIO/ISK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/ISK rate in rates.ISK.
How far back does NIO/ISK historical data go?
Daily NIO/ISK 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 NIO/ISK 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.