Skip to content

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

FJD/VUV over 5Y: show the values
PointFJD/VUV
2024-08-2453.6734
2024-10-0552.5543
2024-11-0452.0156
2024-12-0452.5547
2025-01-0351.5571
2025-02-0252.5184
2025-03-0451.5264
2025-04-0451.4472
2025-05-0452.1481
2025-06-0452.0458
2025-07-0451.7180
2025-08-0351.7506
2025-09-0251.3355
2025-10-0353.1058
2025-11-0253.0892
2025-12-0253.5275
2026-01-0153.2016
2026-01-3153.8725
2026-03-0253.5683
2026-04-0153.6588
2026-05-0153.9729
2026-05-3153.4077
2026-06-3053.4139
2026-07-3053.5717
2026-08-2953.6182

High

53.9729

Low

51.3355

Average

52.7621

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=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&currencies=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.