JPY to VND exchange rate API
Yen to Dong · quoted 2026-09-27
165.0797
▼ +19.17% over 5Y
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 5 years, JPY/VND traded between 159.7542 and 204.2280, averaged 172.2242 and fell 19.17%. 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 5Y: show the values
| Point | JPY/VND |
|---|---|
| 2021-09-28 | 204.2280 |
| 2021-11-09 | 200.2402 |
| 2021-12-21 | 201.5708 |
| 2022-02-02 | 198.1936 |
| 2022-03-16 | 193.1967 |
| 2022-05-02 | 176.7390 |
| 2022-06-16 | 174.7264 |
| 2022-07-28 | 172.1087 |
| 2022-09-08 | 164.0330 |
| 2022-10-20 | 163.8121 |
| 2022-12-01 | 179.8414 |
| 2023-01-13 | 182.2934 |
| 2023-02-24 | 175.1481 |
| 2023-04-12 | 175.3222 |
| 2023-05-30 | 168.0636 |
| 2023-07-11 | 168.7120 |
| 2023-08-22 | 164.2237 |
| 2023-10-03 | 162.7985 |
| 2023-11-14 | 160.6807 |
| 2023-12-28 | 172.0875 |
| 2024-02-09 | 163.5138 |
| 2024-03-22 | 163.8515 |
| 2024-05-10 | 163.6217 |
| 2024-06-25 | 159.7566 |
| 2024-08-06 | 173.4860 |
| 2024-09-15 | 172.7863 |
| 2024-10-17 | 165.7360 |
| 2024-11-16 | 164.4458 |
| 2024-12-16 | 162.9129 |
| 2025-01-15 | 159.7542 |
| 2025-02-14 | 164.1678 |
| 2025-03-16 | 169.8953 |
| 2025-04-15 | 178.8015 |
| 2025-05-15 | 175.7013 |
| 2025-06-14 | 182.0924 |
| 2025-07-14 | 175.2767 |
| 2025-08-13 | 176.4548 |
| 2025-09-12 | 176.3002 |
| 2025-10-12 | 174.1020 |
| 2025-11-11 | 171.2082 |
| 2025-12-11 | 169.8521 |
| 2026-01-10 | 166.6755 |
| 2026-02-09 | 166.5825 |
| 2026-03-11 | 166.0957 |
| 2026-04-10 | 165.9669 |
| 2026-05-10 | 168.2403 |
| 2026-06-10 | 164.5474 |
| 2026-07-10 | 162.8884 |
| 2026-08-09 | 166.5454 |
| 2026-09-08 | 169.0748 |
High
204.2280
Low
159.7542
Average
172.2242
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.