Skip to content

FJD to VEF exchange rate API

Fiji Dollar to Bolivar · quoted 2026-09-25

38110404.13

▲ +409.50% over 1Y

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 year, FJD/VEF traded between 7479922.61 and 38228985.02, averaged 21049030.86 and rose 409.50%. 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 1Y

FJD/VEF over 1Y: show the values
PointFJD/VEF
2025-09-257479922.61
2025-10-027898439.44
2025-10-098297033.63
2025-10-168795940.09
2025-10-239130033.65
2025-10-309655432.28
2025-11-069824996.74
2025-11-1310183427.03
2025-11-2010364692.75
2025-11-2710603529.06
2025-12-0410929927.04
2025-12-1211704468.62
2025-12-1912279721.39
2025-12-2612745384.25
2026-01-0213142229.09
2026-01-0913967518.40
2026-01-1614875481.63
2026-01-2315633701.16
2026-01-3016400059.02
2026-02-0617035481.51
2026-02-1417829425.15
2026-02-2118082013.56
2026-02-2819000372.07
2026-03-0719570512.58
2026-03-1419846432.44
2026-03-2120531661.60
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

7479922.61

Average

21049030.86

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.