Skip to content

FJD to VEF exchange rate API

Fiji Dollar to Bolivar · quoted 2026-09-25

38110404.13

▲ +83.59% over 6M

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 6 months, FJD/VEF traded between 20758435.43 and 38228985.02, averaged 30642695.90 and rose 83.59%. 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 6M

FJD/VEF over 6M: show the values
PointFJD/VEF
2026-03-2920758435.43
2026-04-0521091761.42
2026-05-1723234449.88
2026-05-2624140921.13
2026-06-0225262546.20
2026-06-1125340994.84
2026-06-1826834051.72
2026-06-2527659533.05
2026-07-0328769895.87
2026-07-1031221397.76
2026-07-1732427913.61
2026-07-2432935682.06
2026-07-3133276596.87
2026-08-0733893650.31
2026-08-1434504814.13
2026-08-2235495749.95
2026-08-2935961911.51
2026-09-0536595982.67
2026-09-1237750936.29
2026-09-2038228985.02

High

38228985.02

Low

20758435.43

Average

30642695.90

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.