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: show the values
| Point | FJD/VEF |
|---|---|
| 2025-12-31 | 12982104.23 |
| 2026-01-07 | 13605436.94 |
| 2026-01-14 | 14584263.04 |
| 2026-01-21 | 15175871.11 |
| 2026-01-28 | 16215031.21 |
| 2026-02-04 | 16839199.53 |
| 2026-02-11 | 17352482.82 |
| 2026-02-19 | 17974309.02 |
| 2026-02-26 | 18594633.31 |
| 2026-03-05 | 19207954.93 |
| 2026-03-12 | 19870089.85 |
| 2026-03-19 | 20380302.00 |
| 2026-03-26 | 20855978.29 |
| 2026-04-03 | 20967942.90 |
| 2026-05-14 | 23211173.58 |
| 2026-05-24 | 23703384.08 |
| 2026-05-31 | 24762994.41 |
| 2026-06-09 | 25458153.75 |
| 2026-06-16 | 26644493.38 |
| 2026-06-23 | 27576633.37 |
| 2026-06-30 | 27659083.28 |
| 2026-07-08 | 30178791.70 |
| 2026-07-15 | 32315135.69 |
| 2026-07-22 | 32954785.16 |
| 2026-07-29 | 33142689.20 |
| 2026-08-05 | 33937310.86 |
| 2026-08-12 | 34276241.29 |
| 2026-08-20 | 34992938.47 |
| 2026-08-27 | 35649410.07 |
| 2026-09-03 | 36171697.20 |
| 2026-09-10 | 36994821.63 |
| 2026-09-17 | 37909731.10 |
| 2026-09-25 | 37997713.13 |
High
38110404.13
Low
12982104.23
Average
25830976.02
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=VEF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=VEF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.