Skip to content

VUV to JPY exchange rate API

Vatu to Yen · quoted 2026-09-25

1.3346

▼ +0.85% over 30D

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 30 days, VUV/JPY traded between 1.3001 and 1.3580, averaged 1.3277 and fell 0.85%. 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 30D

VUV/JPY over 30D: show the values
PointVUV/JPY
2026-08-261.3460
2026-08-271.3503
2026-08-281.3535
2026-08-291.3580
2026-08-301.3580
2026-08-311.3517
2026-09-011.3576
2026-09-021.3504
2026-09-031.3204
2026-09-041.3233
2026-09-051.3294
2026-09-061.3244
2026-09-071.3116
2026-09-081.3092
2026-09-091.3001
2026-09-101.3078
2026-09-111.3052
2026-09-121.3085
2026-09-131.3031
2026-09-141.3058
2026-09-151.3097
2026-09-161.3085
2026-09-171.3138
2026-09-181.3321
2026-09-191.3265
2026-09-201.3238
2026-09-211.3261
2026-09-221.3287
2026-09-231.3328
2026-09-241.3399
2026-09-251.3361

High

1.3580

Low

1.3001

Average

1.3277

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.