Skip to content

NIO to VND exchange rate API

Cordoba Oro to Dong · quoted 2026-09-26

706.6251

▼ +0.70% over 30D

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 30 days, NIO/VND traded between 706.2982 and 712.6214, averaged 709.5658 and fell 0.70%. 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 30D

NIO/VND over 30D: show the values
PointNIO/VND
2026-08-27711.5957
2026-08-28711.7402
2026-08-29709.0063
2026-08-30712.6214
2026-08-31710.3868
2026-09-01710.9806
2026-09-02711.7035
2026-09-03711.9750
2026-09-04711.3457
2026-09-05708.4542
2026-09-06711.6387
2026-09-07710.3651
2026-09-08708.9026
2026-09-09708.1387
2026-09-10707.2889
2026-09-11707.7121
2026-09-12706.2982
2026-09-13707.4245
2026-09-14709.0903
2026-09-15710.0292
2026-09-16710.3560
2026-09-17711.1444
2026-09-18711.8543
2026-09-19706.6312
2026-09-20710.1030
2026-09-21710.3880
2026-09-22710.9785
2026-09-23708.4393
2026-09-24707.7678
2026-09-25708.4952
2026-09-26706.6251

High

712.6214

Low

706.2982

Average

709.5658

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.