Skip to content

ISK to VND exchange rate API

Iceland Krona to Dong · quoted 2026-09-27

215.9603

▲ +2.55% over YTD

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 year to date, ISK/VND traded between 208.0450 and 217.1353, averaged 213.1881 and rose 2.55%. 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 YTD

ISK/VND over YTD: show the values
PointISK/VND
2025-12-31210.5955
2026-01-07209.2976
2026-01-14209.8418
2026-01-21211.6404
2026-01-28216.1702
2026-02-04212.5816
2026-02-11214.0172
2026-02-18212.9256
2026-02-25215.3077
2026-03-04211.6950
2026-03-11210.3458
2026-03-18211.3285
2026-03-25213.7276
2026-04-01212.9538
2026-04-08215.0780
2026-04-15216.1479
2026-04-22215.5143
2026-04-29215.5333
2026-05-06216.3428
2026-05-13215.7326
2026-05-20213.9603
2026-05-27214.4254
2026-06-03214.0845
2026-06-11211.8979
2026-06-18209.6574
2026-06-25208.0450
2026-07-02208.8325
2026-07-09210.3993
2026-07-16211.2648
2026-07-23209.7690
2026-07-30212.3198
2026-08-06214.0692
2026-08-13212.0939
2026-08-20215.6722
2026-08-27217.1353
2026-09-03216.2813
2026-09-10215.7501
2026-09-17214.2638
2026-09-24214.8635

High

217.1353

Low

208.0450

Average

213.1881

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.