Skip to content

CDF to VEF exchange rate API

Congolese Franc to Bolivar · quoted 2026-09-25

36936.25

▲ +185.19% over YTD

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 year to date, CDF/VEF traded between 12951.42 and 36936.25, averaged 24784.37 and rose 185.19%. 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 YTD

CDF/VEF over YTD: show the values
PointCDF/VEF
2025-12-3112951.42
2026-01-0713452.04
2026-01-1415586.83
2026-01-2116082.56
2026-01-2815711.86
2026-02-0416388.86
2026-02-1116728.66
2026-02-1917175.00
2026-02-2619244.73
2026-03-0518481.63
2026-03-1219304.89
2026-03-1919504.35
2026-03-2620023.07
2026-04-0320421.16
2026-05-1422319.10
2026-05-2423394.40
2026-05-3124124.64
2026-06-0924428.71
2026-06-1625550.36
2026-06-2326856.22
2026-06-3026901.19
2026-07-0829418.32
2026-07-1531394.59
2026-07-2232005.82
2026-07-2932115.21
2026-08-0532931.38
2026-08-1233284.94
2026-08-2033786.79
2026-08-2734300.15
2026-09-0334929.90
2026-09-1035459.73
2026-09-1736689.32

High

36936.25

Low

12951.42

Average

24784.37

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=VEF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=VEF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=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&currencies=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.