Skip to content

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

JPY/VND over 5Y: show the values
PointJPY/VND
2021-09-28204.2280
2021-11-09200.2402
2021-12-21201.5708
2022-02-02198.1936
2022-03-16193.1967
2022-05-02176.7390
2022-06-16174.7264
2022-07-28172.1087
2022-09-08164.0330
2022-10-20163.8121
2022-12-01179.8414
2023-01-13182.2934
2023-02-24175.1481
2023-04-12175.3222
2023-05-30168.0636
2023-07-11168.7120
2023-08-22164.2237
2023-10-03162.7985
2023-11-14160.6807
2023-12-28172.0875
2024-02-09163.5138
2024-03-22163.8515
2024-05-10163.6217
2024-06-25159.7566
2024-08-06173.4860
2024-09-15172.7863
2024-10-17165.7360
2024-11-16164.4458
2024-12-16162.9129
2025-01-15159.7542
2025-02-14164.1678
2025-03-16169.8953
2025-04-15178.8015
2025-05-15175.7013
2025-06-14182.0924
2025-07-14175.2767
2025-08-13176.4548
2025-09-12176.3002
2025-10-12174.1020
2025-11-11171.2082
2025-12-11169.8521
2026-01-10166.6755
2026-02-09166.5825
2026-03-11166.0957
2026-04-10165.9669
2026-05-10168.2403
2026-06-10164.5474
2026-07-10162.8884
2026-08-09166.5454
2026-09-08169.0748

High

204.2280

Low

159.7542

Average

172.2242

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.