Skip to content

ISK to VND exchange rate API

Iceland Krona to Dong · quoted 2026-09-27

215.9603

▼ +1.30% over 1Y

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 year, ISK/VND traded between 205.4142 and 218.9387, averaged 211.8960 and fell 1.30%. 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 1Y

ISK/VND over 1Y: show the values
PointISK/VND
2025-09-27218.7949
2025-10-04218.9387
2025-10-11215.4962
2025-10-18216.9497
2025-10-25214.6672
2025-11-01209.6363
2025-11-08206.9668
2025-11-15207.4435
2025-11-22205.6909
2025-11-29205.4142
2025-12-06205.9901
2025-12-13208.2047
2025-12-20209.6867
2025-12-27209.9137
2026-01-03209.1757
2026-01-10208.0834
2026-01-17208.3039
2026-01-24212.6281
2026-01-31212.5107
2026-02-07210.4773
2026-02-14211.5622
2026-02-21210.1460
2026-02-28215.1642
2026-03-07208.9348
2026-03-14209.0291
2026-03-21211.7215
2026-03-28211.1047
2026-04-04210.2954
2026-04-11215.5325
2026-04-18215.7362
2026-04-25214.9198
2026-05-02214.8347
2026-05-09215.6210
2026-05-16213.2922
2026-05-23211.7049
2026-05-30214.0080
2026-06-06211.3364
2026-06-14211.5042
2026-06-21210.2103
2026-06-28208.3120
2026-07-05209.3888
2026-07-12209.1188
2026-07-19209.7059
2026-07-26209.7561
2026-08-02213.7538
2026-08-09213.0739
2026-08-16213.1370
2026-08-23215.3141
2026-08-30215.3900
2026-09-06215.5051
2026-09-13215.3732
2026-09-20215.0684

High

218.9387

Low

205.4142

Average

211.8960

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.