FJD to VUV exchange rate API
Fiji Dollar to Vatu · quoted 2026-09-24
52.9601
▼ +1.33% over 5Y
1 FJD = 52.9601 VUV · 1 VUV = 0.01888 FJD · Get this rate via the API
1 FJD buys 52.9601 VUV as of 2026-09-24, so 1 VUV buys 0.01888 FJD. Over the last 5 years, FJD/VUV traded between 51.3355 and 53.9729, averaged 52.7621 and fell 1.33%. The API holds daily FJD/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/VUV over 5Y: show the values
| Point | FJD/VUV |
|---|---|
| 2024-08-24 | 53.6734 |
| 2024-10-05 | 52.5543 |
| 2024-11-04 | 52.0156 |
| 2024-12-04 | 52.5547 |
| 2025-01-03 | 51.5571 |
| 2025-02-02 | 52.5184 |
| 2025-03-04 | 51.5264 |
| 2025-04-04 | 51.4472 |
| 2025-05-04 | 52.1481 |
| 2025-06-04 | 52.0458 |
| 2025-07-04 | 51.7180 |
| 2025-08-03 | 51.7506 |
| 2025-09-02 | 51.3355 |
| 2025-10-03 | 53.1058 |
| 2025-11-02 | 53.0892 |
| 2025-12-02 | 53.5275 |
| 2026-01-01 | 53.2016 |
| 2026-01-31 | 53.8725 |
| 2026-03-02 | 53.5683 |
| 2026-04-01 | 53.6588 |
| 2026-05-01 | 53.9729 |
| 2026-05-31 | 53.4077 |
| 2026-06-30 | 53.4139 |
| 2026-07-30 | 53.5717 |
| 2026-08-29 | 53.6182 |
High
53.9729
Low
51.3355
Average
52.7621
Get this rate via the API
One GET request returns the FJD/VUV 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=FJD¤cies=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/VUV API questions
How do I get the FJD/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/VUV rate in rates.VUV.
How far back does FJD/VUV historical data go?
Daily FJD/VUV 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 FJD/VUV 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.