Skip to content

ISK to VND exchange rate API

Iceland Krona to Dong · quoted 2026-09-27

215.9603

▲ +2.04% over 6M

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 6 months, ISK/VND traded between 208.3167 and 216.7395, averaged 213.5688 and rose 2.04%. 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 6M

ISK/VND over 6M: show the values
PointISK/VND
2026-03-31211.6375
2026-04-07212.3990
2026-04-14216.7395
2026-04-21216.4595
2026-04-28215.6162
2026-05-05215.2983
2026-05-12215.6740
2026-05-19214.3162
2026-05-26214.2064
2026-06-02214.3088
2026-06-10212.5002
2026-06-17211.9800
2026-06-24208.3167
2026-07-01208.9408
2026-07-08209.8299
2026-07-15209.5798
2026-07-22210.3902
2026-07-29210.8380
2026-08-05214.7568
2026-08-12213.4168
2026-08-19214.4203
2026-08-26216.4146
2026-09-02215.4079
2026-09-09216.0376
2026-09-16215.2010
2026-09-23215.7119

High

216.7395

Low

208.3167

Average

213.5688

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.