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: show the values
| Point | FJD/VEF |
|---|---|
| 2025-09-25 | 7479922.61 |
| 2025-10-02 | 7898439.44 |
| 2025-10-09 | 8297033.63 |
| 2025-10-16 | 8795940.09 |
| 2025-10-23 | 9130033.65 |
| 2025-10-30 | 9655432.28 |
| 2025-11-06 | 9824996.74 |
| 2025-11-13 | 10183427.03 |
| 2025-11-20 | 10364692.75 |
| 2025-11-27 | 10603529.06 |
| 2025-12-04 | 10929927.04 |
| 2025-12-12 | 11704468.62 |
| 2025-12-19 | 12279721.39 |
| 2025-12-26 | 12745384.25 |
| 2026-01-02 | 13142229.09 |
| 2026-01-09 | 13967518.40 |
| 2026-01-16 | 14875481.63 |
| 2026-01-23 | 15633701.16 |
| 2026-01-30 | 16400059.02 |
| 2026-02-06 | 17035481.51 |
| 2026-02-14 | 17829425.15 |
| 2026-02-21 | 18082013.56 |
| 2026-02-28 | 19000372.07 |
| 2026-03-07 | 19570512.58 |
| 2026-03-14 | 19846432.44 |
| 2026-03-21 | 20531661.60 |
| 2026-03-29 | 20758435.43 |
| 2026-04-05 | 21091761.42 |
| 2026-05-17 | 23234449.88 |
| 2026-05-26 | 24140921.13 |
| 2026-06-02 | 25262546.20 |
| 2026-06-11 | 25340994.84 |
| 2026-06-18 | 26834051.72 |
| 2026-06-25 | 27659533.05 |
| 2026-07-03 | 28769895.87 |
| 2026-07-10 | 31221397.76 |
| 2026-07-17 | 32427913.61 |
| 2026-07-24 | 32935682.06 |
| 2026-07-31 | 33276596.87 |
| 2026-08-07 | 33893650.31 |
| 2026-08-14 | 34504814.13 |
| 2026-08-22 | 35495749.95 |
| 2026-08-29 | 35961911.51 |
| 2026-09-05 | 36595982.67 |
| 2026-09-12 | 37750936.29 |
| 2026-09-20 | 38228985.02 |
High
38228985.02
Low
7479922.61
Average
21049030.86
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.