Skip to content

JPY to VND exchange rate API

Yen to Dong · quoted 2026-09-27

165.0797

▼ +1.97% over YTD

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 year to date, JPY/VND traded between 161.5254 and 171.5073, averaged 166.0672 and fell 1.97%. 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 YTD

JPY/VND over YTD: show the values
PointJPY/VND
2025-12-31168.3941
2026-01-07168.4359
2026-01-14166.2203
2026-01-21167.0454
2026-01-28171.5073
2026-02-04166.4831
2026-02-11169.9378
2026-02-18169.5309
2026-02-25167.2802
2026-03-04167.3711
2026-03-11166.0957
2026-03-18165.3865
2026-03-25166.3241
2026-04-01166.9044
2026-04-08167.0622
2026-04-15166.0813
2026-04-22165.8956
2026-04-29165.4669
2026-05-06169.0803
2026-05-13167.6091
2026-05-20166.3157
2026-05-27165.7428
2026-06-03165.3545
2026-06-11164.5209
2026-06-18164.1430
2026-06-25163.1992
2026-07-02163.2655
2026-07-09162.4556
2026-07-16162.4327
2026-07-23161.5254
2026-07-30161.9167
2026-08-06166.8652
2026-08-13164.1168
2026-08-20165.1413
2026-08-27164.2465
2026-09-03167.8117
2026-09-10168.6583
2026-09-17167.5752
2026-09-24164.2087

High

171.5073

Low

161.5254

Average

166.0672

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.