Skip to content

VUV to JPY exchange rate API

Vatu to Yen · quoted 2026-09-25

1.3346

▼ +0.19% over 6M

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 6 months, VUV/JPY traded between 1.3031 and 1.3723, averaged 1.3410 and fell 0.19%. 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 6M

VUV/JPY over 6M: show the values
PointVUV/JPY
2026-03-291.3371
2026-04-051.3362
2026-04-121.3393
2026-04-191.3486
2026-04-261.3488
2026-05-031.3208
2026-05-101.3278
2026-05-171.3453
2026-05-241.3425
2026-05-311.3471
2026-06-071.3548
2026-06-141.3416
2026-06-211.3572
2026-06-281.3529
2026-07-051.3471
2026-07-121.3501
2026-07-191.3633
2026-07-261.3723
2026-08-021.3229
2026-08-091.3245
2026-08-161.3420
2026-08-231.3420
2026-08-301.3580
2026-09-061.3244
2026-09-131.3031
2026-09-201.3238

High

1.3723

Low

1.3031

Average

1.3410

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.