CDF to VEF exchange rate API
Congolese Franc to Bolivar · quoted 2026-09-25
36936.25
▲ +7.98% over 30D
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 30 days, CDF/VEF traded between 34205.62 and 37080.06, averaged 35686.60 and rose 7.98%. 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 30D: show the values
| Point | CDF/VEF |
|---|---|
| 2026-08-26 | 34205.62 |
| 2026-08-27 | 34300.15 |
| 2026-08-28 | 34437.34 |
| 2026-08-29 | 34519.55 |
| 2026-08-30 | 34715.25 |
| 2026-08-31 | 34832.24 |
| 2026-09-01 | 34689.21 |
| 2026-09-02 | 34862.11 |
| 2026-09-03 | 34929.90 |
| 2026-09-04 | 34893.95 |
| 2026-09-05 | 35377.81 |
| 2026-09-06 | 35552.79 |
| 2026-09-07 | 35146.76 |
| 2026-09-08 | 35085.04 |
| 2026-09-09 | 35371.35 |
| 2026-09-10 | 35459.73 |
| 2026-09-11 | 35557.09 |
| 2026-09-12 | 36819.03 |
| 2026-09-13 | 36627.05 |
| 2026-09-14 | 35818.88 |
| 2026-09-15 | 36285.45 |
| 2026-09-16 | 36283.93 |
| 2026-09-17 | 36689.32 |
| 2026-09-19 | 36807.56 |
| 2026-09-20 | 37080.06 |
| 2026-09-21 | 36703.91 |
| 2026-09-22 | 36829.84 |
| 2026-09-23 | 36867.98 |
| 2026-09-24 | 36912.90 |
High
37080.06
Low
34205.62
Average
35686.60
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.