FJD to VEF exchange rate API
Fiji Dollar to Bolivar · quoted 2026-09-25
38110404.13
▲ +2200.24% over 5Y
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 5 years, FJD/VEF traded between 1686.69 and 38110404.13, averaged 12653733.58 and rose 2200.24%. 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 5Y: show the values
| Point | FJD/VEF |
|---|---|
| 2024-08-24 | 1656801.74 |
| 2024-10-07 | 1663863.44 |
| 2024-11-06 | 1914905.72 |
| 2024-12-06 | 2119373.12 |
| 2025-01-05 | 2281405.33 |
| 2025-02-04 | 2511885.73 |
| 2025-03-07 | 2796394.07 |
| 2025-04-11 | 3391082.64 |
| 2025-05-12 | 1686.69 |
| 2025-06-12 | 4428989.56 |
| 2025-07-12 | 5134208.99 |
| 2025-08-11 | 5811396.62 |
| 2025-09-10 | 6917327.39 |
| 2025-10-11 | 8471549.18 |
| 2025-11-10 | 9998568.10 |
| 2025-12-11 | 11474251.65 |
| 2026-01-10 | 14279959.95 |
| 2026-02-09 | 17193790.53 |
| 2026-03-12 | 19870089.85 |
| 2026-05-17 | 23234449.88 |
| 2026-06-20 | 27124024.33 |
| 2026-07-21 | 32875171.92 |
| 2026-08-21 | 34997589.38 |
| 2026-09-21 | 38084169.58 |
High
38110404.13
Low
1686.69
Average
12653733.58
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.