Skip to content

ISK to VND exchange rate API

Iceland Krona to Dong · quoted 2026-09-27

215.9603

▲ +21.61% over 5Y

1 ISK = 215.9603 VND · 1 VND = 0.004630 ISK · Get this rate via the API

1 ISK buys 215.9603 VND as of 2026-09-27, so 1 VND buys 0.004630 ISK. Over the last 5 years, ISK/VND traded between 164.2413 and 216.9497, averaged 189.3714 and rose 21.61%. The API holds daily ISK/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.

ISK/VND over 5Y

ISK/VND over 5Y: show the values
PointISK/VND
2021-09-28177.5842
2021-11-09174.2782
2021-12-21176.3607
2022-02-02179.0524
2022-03-16175.0888
2022-05-02176.0047
2022-06-16175.6668
2022-07-28170.3218
2022-09-08167.9497
2022-10-20170.6502
2022-12-01172.3188
2023-01-13164.2413
2023-02-24164.6530
2023-04-12171.7828
2023-05-30168.8628
2023-07-11177.1763
2023-08-22181.3660
2023-10-03175.1953
2023-11-14170.0581
2023-12-28179.2664
2024-02-09177.7564
2024-03-22180.1816
2024-05-10182.7490
2024-06-25183.0504
2024-08-06182.2236
2024-09-16177.0587
2024-10-23180.3884
2024-11-22179.6556
2024-12-22181.1807
2025-01-21177.2985
2025-02-20180.8745
2025-03-22192.1084
2025-04-21202.4334
2025-05-21201.0704
2025-06-20208.0662
2025-07-20211.9813
2025-08-19211.9705
2025-09-18214.9780
2025-10-18216.9497
2025-11-17208.2183
2025-12-17209.3197
2026-01-16209.1353
2026-02-15212.9012
2026-03-17211.7996
2026-04-16215.8684
2026-05-16213.2922
2026-06-16211.8426
2026-07-16211.2648
2026-08-15213.3526
2026-09-14215.1327

High

216.9497

Low

164.2413

Average

189.3714

For developers

Get this rate via the API

One GET request returns the ISK/VND 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=ISK&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK&currencies=VND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK&currencies=VND").json()

Replace YOUR_API_KEY with the key from your dashboard.

ISK/VND API questions

How do I get the ISK/VND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK&currencies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ISK/VND rate in rates.VND.

How far back does ISK/VND historical data go?

Daily ISK/VND rates are available from 2021-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free ISK/VND 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.