CDF to VEF exchange rate API
Congolese Franc to Bolivar · quoted 2026-09-25
36936.25
▲ +492.36% over 1Y
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 year, CDF/VEF traded between 6235.43 and 37080.06, averaged 20541.96 and rose 492.36%. 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 1Y: show the values
| Point | CDF/VEF |
|---|---|
| 2025-09-25 | 6235.43 |
| 2025-10-02 | 7020.87 |
| 2025-10-09 | 7819.14 |
| 2025-10-16 | 9516.19 |
| 2025-10-23 | 9218.03 |
| 2025-10-30 | 9633.99 |
| 2025-11-06 | 10274.82 |
| 2025-11-13 | 10904.34 |
| 2025-11-20 | 10474.81 |
| 2025-11-27 | 10664.95 |
| 2025-12-04 | 10912.54 |
| 2025-12-12 | 11621.02 |
| 2025-12-19 | 12176.25 |
| 2025-12-26 | 12718.23 |
| 2026-01-02 | 13200.93 |
| 2026-01-09 | 13803.72 |
| 2026-01-16 | 14934.05 |
| 2026-01-23 | 16294.06 |
| 2026-01-30 | 15741.84 |
| 2026-02-06 | 16517.95 |
| 2026-02-14 | 17152.93 |
| 2026-02-21 | 17389.96 |
| 2026-02-28 | 18800.93 |
| 2026-03-07 | 18994.41 |
| 2026-03-14 | 19634.35 |
| 2026-03-21 | 19669.44 |
| 2026-03-29 | 20415.36 |
| 2026-04-05 | 20534.27 |
| 2026-05-17 | 22962.95 |
| 2026-05-26 | 23151.14 |
| 2026-06-02 | 24273.72 |
| 2026-06-11 | 24472.08 |
| 2026-06-18 | 25744.03 |
| 2026-06-25 | 26995.49 |
| 2026-07-03 | 28190.90 |
| 2026-07-10 | 30293.66 |
| 2026-07-17 | 31390.72 |
| 2026-07-24 | 32066.97 |
| 2026-07-31 | 32496.89 |
| 2026-08-07 | 32952.12 |
| 2026-08-14 | 33542.10 |
| 2026-08-22 | 33931.78 |
| 2026-08-29 | 34519.55 |
| 2026-09-05 | 35377.81 |
| 2026-09-12 | 36819.03 |
| 2026-09-20 | 37080.06 |
High
37080.06
Low
6235.43
Average
20541.96
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.