CDF to VEF exchange rate API
Congolese Franc to Bolivar · quoted 2026-09-25
36936.25
▲ +2726.43% over 5Y
1 CDF = 36936.25 VEF · 1 VEF = 0.000027 CDF · Get this rate via the API
1 CDF buys 36936.25 VEF as of 2026-09-25, so 1 VEF buys 0.000027 CDF. Over the last 5 years, CDF/VEF traded between 1291.68 and 36936.25, averaged 12195.93 and rose 2726.43%. The API holds daily CDF/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CDF/VEF over 5Y: show the values
| Point | CDF/VEF |
|---|---|
| 2024-08-24 | 1306.81 |
| 2024-10-07 | 1291.68 |
| 2024-11-06 | 1517.80 |
| 2024-12-06 | 1688.84 |
| 2025-01-05 | 1864.44 |
| 2025-02-04 | 2046.54 |
| 2025-03-07 | 2247.97 |
| 2025-04-11 | 2655.37 |
| 2025-05-12 | 3197.06 |
| 2025-06-12 | 3439.32 |
| 2025-07-12 | 3988.31 |
| 2025-08-11 | 4497.28 |
| 2025-09-10 | 5332.46 |
| 2025-10-11 | 8154.93 |
| 2025-11-10 | 10496.63 |
| 2025-12-11 | 11387.05 |
| 2026-01-10 | 15131.89 |
| 2026-02-09 | 16633.63 |
| 2026-03-12 | 19304.89 |
| 2026-05-17 | 22962.95 |
| 2026-06-20 | 26453.95 |
| 2026-07-21 | 31848.79 |
| 2026-08-21 | 33809.54 |
| 2026-09-21 | 36703.91 |
High
36936.25
Low
1291.68
Average
12195.93
Get this rate via the API
One GET request returns the CDF/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=CDF¤cies=VEF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=VEF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=VEF").json()Replace YOUR_API_KEY with the key from your dashboard.
CDF/VEF API questions
How do I get the CDF/VEF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF¤cies=VEF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CDF/VEF rate in rates.VEF.
How far back does CDF/VEF historical data go?
Daily CDF/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 CDF/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.