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: show the values
| Point | JPY/VND |
|---|---|
| 2025-12-31 | 168.3941 |
| 2026-01-07 | 168.4359 |
| 2026-01-14 | 166.2203 |
| 2026-01-21 | 167.0454 |
| 2026-01-28 | 171.5073 |
| 2026-02-04 | 166.4831 |
| 2026-02-11 | 169.9378 |
| 2026-02-18 | 169.5309 |
| 2026-02-25 | 167.2802 |
| 2026-03-04 | 167.3711 |
| 2026-03-11 | 166.0957 |
| 2026-03-18 | 165.3865 |
| 2026-03-25 | 166.3241 |
| 2026-04-01 | 166.9044 |
| 2026-04-08 | 167.0622 |
| 2026-04-15 | 166.0813 |
| 2026-04-22 | 165.8956 |
| 2026-04-29 | 165.4669 |
| 2026-05-06 | 169.0803 |
| 2026-05-13 | 167.6091 |
| 2026-05-20 | 166.3157 |
| 2026-05-27 | 165.7428 |
| 2026-06-03 | 165.3545 |
| 2026-06-11 | 164.5209 |
| 2026-06-18 | 164.1430 |
| 2026-06-25 | 163.1992 |
| 2026-07-02 | 163.2655 |
| 2026-07-09 | 162.4556 |
| 2026-07-16 | 162.4327 |
| 2026-07-23 | 161.5254 |
| 2026-07-30 | 161.9167 |
| 2026-08-06 | 166.8652 |
| 2026-08-13 | 164.1168 |
| 2026-08-20 | 165.1413 |
| 2026-08-27 | 164.2465 |
| 2026-09-03 | 167.8117 |
| 2026-09-10 | 168.6583 |
| 2026-09-17 | 167.5752 |
| 2026-09-24 | 164.2087 |
High
171.5073
Low
161.5254
Average
166.0672
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=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¤cies=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.