Skip to content

FJD to VEF exchange rate API

Fiji Dollar to Bolivar · quoted 2026-09-25

38110404.13

▲ +193.56% over YTD

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 year to date, FJD/VEF traded between 12982104.23 and 38110404.13, averaged 25830976.02 and rose 193.56%. 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 YTD

FJD/VEF over YTD: show the values
PointFJD/VEF
2025-12-3112982104.23
2026-01-0713605436.94
2026-01-1414584263.04
2026-01-2115175871.11
2026-01-2816215031.21
2026-02-0416839199.53
2026-02-1117352482.82
2026-02-1917974309.02
2026-02-2618594633.31
2026-03-0519207954.93
2026-03-1219870089.85
2026-03-1920380302.00
2026-03-2620855978.29
2026-04-0320967942.90
2026-05-1423211173.58
2026-05-2423703384.08
2026-05-3124762994.41
2026-06-0925458153.75
2026-06-1626644493.38
2026-06-2327576633.37
2026-06-3027659083.28
2026-07-0830178791.70
2026-07-1532315135.69
2026-07-2232954785.16
2026-07-2933142689.20
2026-08-0533937310.86
2026-08-1234276241.29
2026-08-2034992938.47
2026-08-2735649410.07
2026-09-0336171697.20
2026-09-1036994821.63
2026-09-1737909731.10
2026-09-2537997713.13

High

38110404.13

Low

12982104.23

Average

25830976.02

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.