Skip to content

LVL to CDF exchange rate API

Latvian Lats to Congolese Franc · quoted 2026-09-24

3739.78

▼ +18.55% over 1Y

1 LVL = 3739.78 CDF · 1 CDF = 0.000267 LVL · Get this rate via the API

1 LVL buys 3739.78 CDF as of 2026-09-24, so 1 CDF buys 0.000267 LVL. Over the last year, LVL/CDF traded between 3561.77 and 4591.47, averaged 3799.43 and fell 18.55%. The API holds daily LVL/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LVL/CDF over 1Y

LVL/CDF over 1Y: show the values
PointLVL/CDF
2025-09-244591.47
2025-10-014352.23
2025-10-084090.46
2025-10-153714.27
2025-10-223619.13
2025-10-293787.92
2025-11-053561.77
2025-11-123605.35
2025-11-193746.68
2025-11-263752.37
2025-12-033787.67
2025-12-113813.35
2025-12-183847.02
2025-12-253816.73
2026-01-013810.89
2026-01-083818.52
2026-01-153773.51
2026-01-223638.04
2026-01-293905.17
2026-02-053825.40
2026-02-123678.36
2026-02-193877.67
2026-02-263578.74
2026-03-053803.61
2026-03-123730.76
2026-03-193778.80
2026-03-263811.58
2026-04-023801.43
2026-04-093804.00
2026-04-163810.61
2026-04-233820.53
2026-04-303835.41
2026-05-073828.79
2026-05-153711.42
2026-05-233735.30
2026-05-303804.35
2026-06-063792.27
2026-06-153815.72
2026-06-223761.60
2026-06-293748.52
2026-07-063753.26
2026-07-133725.40
2026-07-203756.47
2026-07-273742.15
2026-08-033756.54
2026-08-103763.50
2026-08-173777.14
2026-08-253804.59
2026-09-013789.08
2026-09-083815.52
2026-09-153788.55
2026-09-223770.53

High

4591.47

Low

3561.77

Average

3799.43

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=CDF").json()

Replace YOUR_API_KEY with the key from your dashboard.

LVL/CDF API questions

How do I get the LVL/CDF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LVL/CDF rate in rates.CDF.

How far back does LVL/CDF historical data go?

Daily LVL/CDF 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 LVL/CDF 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.