Skip to content

NIO to VND exchange rate API

Cordoba Oro to Dong · quoted 2026-09-26

706.6251

▼ +0.33% over 1Y

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 year, NIO/VND traded between 703.9050 and 720.4707, averaged 715.0378 and fell 0.33%. 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 1Y

NIO/VND over 1Y: show the values
PointNIO/VND
2025-09-26708.9857
2025-10-03710.2150
2025-10-10717.3904
2025-10-17719.7616
2025-10-24718.6205
2025-10-31717.3967
2025-11-07717.6659
2025-11-14718.6043
2025-11-21718.9191
2025-11-28719.1244
2025-12-05719.4298
2025-12-13716.3467
2025-12-20715.8842
2025-12-27716.8636
2026-01-03716.8083
2026-01-10715.9822
2026-01-17715.4430
2026-01-24714.5126
2026-01-31707.3253
2026-02-07703.9050
2026-02-14704.1282
2026-02-21704.0933
2026-02-28711.8496
2026-03-07710.4629
2026-03-14718.5288
2026-03-21716.7299
2026-03-28717.2448
2026-04-04718.2413
2026-04-11717.0087
2026-04-18717.1767
2026-04-25717.4486
2026-05-02717.9441
2026-05-09716.5456
2026-05-17720.4707
2026-05-25720.0001
2026-06-01717.4860
2026-06-10717.7133
2026-06-17718.4603
2026-06-24717.3745
2026-07-01717.4842
2026-07-08717.2140
2026-07-15717.1815
2026-07-22717.6267
2026-07-29719.1537
2026-08-05716.7625
2026-08-12712.5453
2026-08-20714.5455
2026-08-27711.5957
2026-09-03711.9750
2026-09-10707.2889
2026-09-17711.1444
2026-09-24707.7678

High

720.4707

Low

703.9050

Average

715.0378

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.