FJD to VEF exchange rate API
Fiji Dollar to Bolivar · quoted 2026-09-25
38110404.13
▲ +7.27% over 30D
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 30 days, FJD/VEF traded between 35526352.26 and 38252911.18, averaged 37004185.57 and rose 7.27%. 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 30D: show the values
| Point | FJD/VEF |
|---|---|
| 2026-08-26 | 35526352.26 |
| 2026-08-27 | 35649410.07 |
| 2026-08-28 | 35795452.60 |
| 2026-08-29 | 35961911.51 |
| 2026-08-30 | 35731893.86 |
| 2026-08-31 | 35779992.25 |
| 2026-09-01 | 35970910.00 |
| 2026-09-02 | 36074670.95 |
| 2026-09-03 | 36171697.20 |
| 2026-09-04 | 36345983.10 |
| 2026-09-05 | 36595982.67 |
| 2026-09-06 | 36386409.89 |
| 2026-09-07 | 36627196.02 |
| 2026-09-08 | 36661221.45 |
| 2026-09-09 | 36918769.74 |
| 2026-09-10 | 36994821.63 |
| 2026-09-11 | 37019185.97 |
| 2026-09-12 | 37750936.29 |
| 2026-09-13 | 37381411.92 |
| 2026-09-14 | 37325851.66 |
| 2026-09-15 | 37762360.27 |
| 2026-09-16 | 37763719.58 |
| 2026-09-17 | 37909731.10 |
| 2026-09-19 | 38252911.18 |
| 2026-09-20 | 38228985.02 |
| 2026-09-21 | 38084169.58 |
| 2026-09-22 | 38091865.89 |
| 2026-09-23 | 38177138.53 |
| 2026-09-24 | 38080693.33 |
| 2026-09-25 | 37997713.13 |
High
38252911.18
Low
35526352.26
Average
37004185.57
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.