Skip to content

TOP to VND exchange rate API

Pa’anga to Dong · quoted 2026-09-25

11015.44

▼ +1.41% over 1Y

1 TOP = 11015.44 VND · 1 VND = 0.000091 TOP · Get this rate via the API

1 TOP buys 11015.44 VND as of 2026-09-25, so 1 VND buys 0.000091 TOP. Over the last year, TOP/VND traded between 10817.16 and 11491.36, averaged 11119.16 and fell 1.41%. The API holds daily TOP/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/VND over 1Y

TOP/VND over 1Y: show the values
PointTOP/VND
2025-09-2511172.96
2025-10-0211042.38
2025-10-0911175.82
2025-10-1611203.02
2025-10-2311202.86
2025-10-3011127.76
2025-11-0611195.72
2025-11-1311221.24
2025-11-2011051.86
2025-11-2711034.10
2025-12-0411073.77
2025-12-1111072.47
2025-12-1811005.92
2025-12-2510938.77
2026-01-0111038.56
2026-01-0811013.69
2026-01-1511098.51
2026-01-2211137.56
2026-01-2911113.15
2026-02-0511111.80
2026-02-1211153.22
2026-02-1911117.60
2026-02-2611195.07
2026-03-0511205.35
2026-03-1211278.83
2026-03-1911236.13
2026-03-2611317.77
2026-04-0211237.29
2026-04-0911219.44
2026-04-1711248.68
2026-04-2411243.30
2026-05-0111464.29
2026-05-0811258.57
2026-05-1511491.36
2026-05-2211327.05
2026-05-2911413.45
2026-06-0511313.01
2026-06-1311088.40
2026-06-2011089.78
2026-06-2710984.92
2026-07-0410948.09
2026-07-1110896.19
2026-07-1810994.98
2026-07-2511039.49
2026-08-0110973.37
2026-08-0810947.89
2026-08-1510886.54
2026-08-2210817.16
2026-08-2911073.40
2026-09-0511044.23
2026-09-1210915.03
2026-09-1910848.19

High

11491.36

Low

10817.16

Average

11119.16

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/VND API questions

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

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

How far back does TOP/VND historical data go?

Daily TOP/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 TOP/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.