Skip to content

JPY to VND exchange rate API

Yen to Dong · quoted 2026-09-27

165.0797

▼ +6.92% over 1Y

1 JPY = 165.0797 VND · 1 VND = 0.006058 JPY · Get this rate via the API

1 JPY buys 165.0797 VND as of 2026-09-27, so 1 VND buys 0.006058 JPY. Over the last year, JPY/VND traded between 161.1272 and 179.5657, averaged 167.0898 and fell 6.92%. The API holds daily JPY/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.

JPY/VND over 1Y

JPY/VND over 1Y: show the values
PointJPY/VND
2025-09-27177.3543
2025-10-04179.5657
2025-10-11173.6748
2025-10-18175.1344
2025-10-25172.9586
2025-11-01170.8331
2025-11-08170.7465
2025-11-15170.2570
2025-11-22167.9198
2025-11-29168.2832
2025-12-06169.7408
2025-12-13168.8635
2025-12-20166.9909
2025-12-27168.5040
2026-01-03167.6668
2026-01-10166.6755
2026-01-17165.9750
2026-01-24168.3982
2026-01-31167.9070
2026-02-07164.3013
2026-02-14169.2303
2026-02-21166.6722
2026-02-28167.4637
2026-03-07165.4094
2026-03-14165.0771
2026-03-21165.2640
2026-03-28164.3023
2026-04-04165.1313
2026-04-11165.3700
2026-04-18165.9995
2026-04-25165.4064
2026-05-02167.7945
2026-05-09167.9284
2026-05-16165.9745
2026-05-23164.5619
2026-05-30165.1904
2026-06-06164.2790
2026-06-14164.7751
2026-06-21163.5834
2026-06-28162.8721
2026-07-05163.3427
2026-07-12162.2838
2026-07-19161.8127
2026-07-26161.1272
2026-08-02167.2928
2026-08-09166.5454
2026-08-16164.4281
2026-08-23164.2076
2026-08-30163.2881
2026-09-06167.2403
2026-09-13168.8381
2026-09-20166.2359

High

179.5657

Low

161.1272

Average

167.0898

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JPY/VND API questions

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

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

How far back does JPY/VND historical data go?

Daily JPY/VND rates are available from 2021-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

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