Skip to content

NIO to VND exchange rate API

Cordoba Oro to Dong · quoted 2026-09-26

706.6251

▼ +1.56% over YTD

1 NIO = 706.6251 VND · 1 VND = 0.001415 NIO · Get this rate via the API

1 NIO buys 706.6251 VND as of 2026-09-26, so 1 VND buys 0.001415 NIO. Over the year to date, NIO/VND traded between 706.6251 and 720.1394, averaged 715.5160 and fell 1.56%. The API holds daily NIO/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/VND over YTD

NIO/VND over YTD: show the values
PointNIO/VND
2025-12-31717.7952
2026-01-07717.2963
2026-01-14716.6774
2026-01-21716.2420
2026-01-28712.2319
2026-02-04709.6472
2026-02-11707.9551
2026-02-18708.2254
2026-02-25712.4985
2026-03-04714.4592
2026-03-11715.2808
2026-03-18717.6565
2026-03-25719.4050
2026-04-01718.6943
2026-04-08718.3231
2026-04-15717.6468
2026-04-22716.8447
2026-04-29720.1394
2026-05-06719.4988
2026-05-14719.4775
2026-05-21718.4573
2026-05-29719.3774
2026-06-05718.9194
2026-06-14718.0109
2026-06-21719.9125
2026-06-28717.0988
2026-07-05718.9116
2026-07-12715.7289
2026-07-19716.5948
2026-07-26718.9379
2026-08-02718.2311
2026-08-09715.1828
2026-08-16713.3928
2026-08-24713.5191
2026-08-31710.3868
2026-09-07710.3651
2026-09-14709.0903
2026-09-21710.3880

High

720.1394

Low

706.6251

Average

715.5160

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/VND API questions

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

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

How far back does NIO/VND historical data go?

Daily NIO/VND rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

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