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: show the values
| Point | JPY/VND |
|---|---|
| 2025-09-27 | 177.3543 |
| 2025-10-04 | 179.5657 |
| 2025-10-11 | 173.6748 |
| 2025-10-18 | 175.1344 |
| 2025-10-25 | 172.9586 |
| 2025-11-01 | 170.8331 |
| 2025-11-08 | 170.7465 |
| 2025-11-15 | 170.2570 |
| 2025-11-22 | 167.9198 |
| 2025-11-29 | 168.2832 |
| 2025-12-06 | 169.7408 |
| 2025-12-13 | 168.8635 |
| 2025-12-20 | 166.9909 |
| 2025-12-27 | 168.5040 |
| 2026-01-03 | 167.6668 |
| 2026-01-10 | 166.6755 |
| 2026-01-17 | 165.9750 |
| 2026-01-24 | 168.3982 |
| 2026-01-31 | 167.9070 |
| 2026-02-07 | 164.3013 |
| 2026-02-14 | 169.2303 |
| 2026-02-21 | 166.6722 |
| 2026-02-28 | 167.4637 |
| 2026-03-07 | 165.4094 |
| 2026-03-14 | 165.0771 |
| 2026-03-21 | 165.2640 |
| 2026-03-28 | 164.3023 |
| 2026-04-04 | 165.1313 |
| 2026-04-11 | 165.3700 |
| 2026-04-18 | 165.9995 |
| 2026-04-25 | 165.4064 |
| 2026-05-02 | 167.7945 |
| 2026-05-09 | 167.9284 |
| 2026-05-16 | 165.9745 |
| 2026-05-23 | 164.5619 |
| 2026-05-30 | 165.1904 |
| 2026-06-06 | 164.2790 |
| 2026-06-14 | 164.7751 |
| 2026-06-21 | 163.5834 |
| 2026-06-28 | 162.8721 |
| 2026-07-05 | 163.3427 |
| 2026-07-12 | 162.2838 |
| 2026-07-19 | 161.8127 |
| 2026-07-26 | 161.1272 |
| 2026-08-02 | 167.2928 |
| 2026-08-09 | 166.5454 |
| 2026-08-16 | 164.4281 |
| 2026-08-23 | 164.2076 |
| 2026-08-30 | 163.2881 |
| 2026-09-06 | 167.2403 |
| 2026-09-13 | 168.8381 |
| 2026-09-20 | 166.2359 |
High
179.5657
Low
161.1272
Average
167.0898
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.