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: show the values
| Point | VUV/JPY |
|---|---|
| 2025-09-25 | 1.2740 |
| 2025-10-02 | 1.2247 |
| 2025-10-09 | 1.2581 |
| 2025-10-16 | 1.2361 |
| 2025-10-23 | 1.2508 |
| 2025-10-30 | 1.2696 |
| 2025-11-06 | 1.2586 |
| 2025-11-13 | 1.2672 |
| 2025-11-20 | 1.2910 |
| 2025-11-27 | 1.2757 |
| 2025-12-04 | 1.2668 |
| 2025-12-11 | 1.2797 |
| 2025-12-18 | 1.2810 |
| 2025-12-25 | 1.2877 |
| 2026-01-01 | 1.2954 |
| 2026-01-08 | 1.2943 |
| 2026-01-15 | 1.3067 |
| 2026-01-22 | 1.3170 |
| 2026-01-29 | 1.2813 |
| 2026-02-05 | 1.3094 |
| 2026-02-12 | 1.2896 |
| 2026-02-19 | 1.3059 |
| 2026-02-26 | 1.3136 |
| 2026-03-05 | 1.3230 |
| 2026-03-12 | 1.3333 |
| 2026-03-19 | 1.3329 |
| 2026-03-26 | 1.3320 |
| 2026-04-02 | 1.3331 |
| 2026-04-09 | 1.3275 |
| 2026-04-16 | 1.3447 |
| 2026-04-23 | 1.3489 |
| 2026-04-30 | 1.3208 |
| 2026-05-07 | 1.3283 |
| 2026-05-14 | 1.3386 |
| 2026-05-21 | 1.3439 |
| 2026-05-28 | 1.3472 |
| 2026-06-04 | 1.3515 |
| 2026-06-11 | 1.3472 |
| 2026-06-18 | 1.3525 |
| 2026-06-25 | 1.3528 |
| 2026-07-02 | 1.3435 |
| 2026-07-09 | 1.3509 |
| 2026-07-16 | 1.3589 |
| 2026-07-23 | 1.3707 |
| 2026-07-30 | 1.3620 |
| 2026-08-06 | 1.3246 |
| 2026-08-13 | 1.3423 |
| 2026-08-20 | 1.3421 |
| 2026-08-27 | 1.3503 |
| 2026-09-03 | 1.3204 |
| 2026-09-10 | 1.3078 |
| 2026-09-17 | 1.3138 |
| 2026-09-24 | 1.3399 |
High
1.3707
Low
1.2247
Average
1.3140
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=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¤cies=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.