Skip to content

NIO to VND exchange rate API

Cordoba Oro to Dong · quoted 2026-09-26

706.6251

▼ +1.63% over 6M

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 last 6 months, NIO/VND traded between 706.2982 and 720.0180, averaged 715.3701 and fell 1.63%. 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 6M

NIO/VND over 6M: show the values
PointNIO/VND
2026-03-30718.3667
2026-04-06718.6216
2026-04-13719.3545
2026-04-20715.7006
2026-04-27719.5849
2026-05-04720.0180
2026-05-11719.6708
2026-05-19719.5329
2026-05-27719.2441
2026-06-03719.9093
2026-06-12719.2435
2026-06-19719.5600
2026-06-26718.0238
2026-07-03719.2057
2026-07-10716.9042
2026-07-17716.0758
2026-07-24717.5311
2026-07-31718.1852
2026-08-07714.0819
2026-08-14712.5178
2026-08-22710.0210
2026-08-29709.0063
2026-09-05708.4542
2026-09-12706.2982
2026-09-19706.6312
2026-09-26706.6251

High

720.0180

Low

706.2982

Average

715.3701

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.