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: show the values
| Point | ISK/VND |
|---|---|
| 2026-03-31 | 211.6375 |
| 2026-04-07 | 212.3990 |
| 2026-04-14 | 216.7395 |
| 2026-04-21 | 216.4595 |
| 2026-04-28 | 215.6162 |
| 2026-05-05 | 215.2983 |
| 2026-05-12 | 215.6740 |
| 2026-05-19 | 214.3162 |
| 2026-05-26 | 214.2064 |
| 2026-06-02 | 214.3088 |
| 2026-06-10 | 212.5002 |
| 2026-06-17 | 211.9800 |
| 2026-06-24 | 208.3167 |
| 2026-07-01 | 208.9408 |
| 2026-07-08 | 209.8299 |
| 2026-07-15 | 209.5798 |
| 2026-07-22 | 210.3902 |
| 2026-07-29 | 210.8380 |
| 2026-08-05 | 214.7568 |
| 2026-08-12 | 213.4168 |
| 2026-08-19 | 214.4203 |
| 2026-08-26 | 216.4146 |
| 2026-09-02 | 215.4079 |
| 2026-09-09 | 216.0376 |
| 2026-09-16 | 215.2010 |
| 2026-09-23 | 215.7119 |
High
216.7395
Low
208.3167
Average
213.5688
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ISK¤cies=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¤cies=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.