Skip to content

VUV to JPY exchange rate API

Vatu to Yen · quoted 2026-09-25

1.3346

▲ +4.75% over 1Y

1 VUV = 1.3346 JPY · 1 JPY = 0.74931 VUV · Get this rate via the API

1 VUV buys 1.3346 JPY as of 2026-09-25, so 1 JPY buys 0.74931 VUV. Over the last year, VUV/JPY traded between 1.2247 and 1.3707, averaged 1.3140 and rose 4.75%. The API holds daily VUV/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

VUV/JPY over 1Y

VUV/JPY over 1Y: show the values
PointVUV/JPY
2025-09-251.2740
2025-10-021.2247
2025-10-091.2581
2025-10-161.2361
2025-10-231.2508
2025-10-301.2696
2025-11-061.2586
2025-11-131.2672
2025-11-201.2910
2025-11-271.2757
2025-12-041.2668
2025-12-111.2797
2025-12-181.2810
2025-12-251.2877
2026-01-011.2954
2026-01-081.2943
2026-01-151.3067
2026-01-221.3170
2026-01-291.2813
2026-02-051.3094
2026-02-121.2896
2026-02-191.3059
2026-02-261.3136
2026-03-051.3230
2026-03-121.3333
2026-03-191.3329
2026-03-261.3320
2026-04-021.3331
2026-04-091.3275
2026-04-161.3447
2026-04-231.3489
2026-04-301.3208
2026-05-071.3283
2026-05-141.3386
2026-05-211.3439
2026-05-281.3472
2026-06-041.3515
2026-06-111.3472
2026-06-181.3525
2026-06-251.3528
2026-07-021.3435
2026-07-091.3509
2026-07-161.3589
2026-07-231.3707
2026-07-301.3620
2026-08-061.3246
2026-08-131.3423
2026-08-201.3421
2026-08-271.3503
2026-09-031.3204
2026-09-101.3078
2026-09-171.3138
2026-09-241.3399

High

1.3707

Low

1.2247

Average

1.3140

For developers

Get this rate via the API

One GET request returns the VUV/JPY 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=VUV&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=JPY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

VUV/JPY API questions

How do I get the VUV/JPY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest VUV/JPY rate in rates.JPY.

How far back does VUV/JPY historical data go?

Daily VUV/JPY rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free VUV/JPY 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.