Skip to content

FJD to VEF exchange rate API

Fiji Dollar to Bolivar · quoted 2026-09-25

38110404.13

▼ +0.37% over 7D

1 FJD = 38110404.13 VEF · 1 VEF = 0.000000 FJD · Get this rate via the API

1 FJD buys 38110404.13 VEF as of 2026-09-25, so 1 VEF buys 0.000000 FJD. Over the last 7 days, FJD/VEF traded between 37997713.13 and 38252911.18, averaged 38127985.10 and fell 0.37%. The API holds daily FJD/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/VEF over 7D

FJD/VEF over 7D: show the values
PointFJD/VEF
2026-09-1938252911.18
2026-09-2038228985.02
2026-09-2138084169.58
2026-09-2238091865.89
2026-09-2338177138.53
2026-09-2438080693.33
2026-09-2537997713.13

High

38252911.18

Low

37997713.13

Average

38127985.10

For developers

Get this rate via the API

One GET request returns the FJD/VEF 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=VEF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=VEF");
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=VEF").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/VEF API questions

How do I get the FJD/VEF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=VEF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/VEF rate in rates.VEF.

How far back does FJD/VEF historical data go?

Daily FJD/VEF 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/VEF 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.