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: show the values
| Point | LVL/CDF |
|---|---|
| 2025-09-24 | 4591.47 |
| 2025-10-01 | 4352.23 |
| 2025-10-08 | 4090.46 |
| 2025-10-15 | 3714.27 |
| 2025-10-22 | 3619.13 |
| 2025-10-29 | 3787.92 |
| 2025-11-05 | 3561.77 |
| 2025-11-12 | 3605.35 |
| 2025-11-19 | 3746.68 |
| 2025-11-26 | 3752.37 |
| 2025-12-03 | 3787.67 |
| 2025-12-11 | 3813.35 |
| 2025-12-18 | 3847.02 |
| 2025-12-25 | 3816.73 |
| 2026-01-01 | 3810.89 |
| 2026-01-08 | 3818.52 |
| 2026-01-15 | 3773.51 |
| 2026-01-22 | 3638.04 |
| 2026-01-29 | 3905.17 |
| 2026-02-05 | 3825.40 |
| 2026-02-12 | 3678.36 |
| 2026-02-19 | 3877.67 |
| 2026-02-26 | 3578.74 |
| 2026-03-05 | 3803.61 |
| 2026-03-12 | 3730.76 |
| 2026-03-19 | 3778.80 |
| 2026-03-26 | 3811.58 |
| 2026-04-02 | 3801.43 |
| 2026-04-09 | 3804.00 |
| 2026-04-16 | 3810.61 |
| 2026-04-23 | 3820.53 |
| 2026-04-30 | 3835.41 |
| 2026-05-07 | 3828.79 |
| 2026-05-15 | 3711.42 |
| 2026-05-23 | 3735.30 |
| 2026-05-30 | 3804.35 |
| 2026-06-06 | 3792.27 |
| 2026-06-15 | 3815.72 |
| 2026-06-22 | 3761.60 |
| 2026-06-29 | 3748.52 |
| 2026-07-06 | 3753.26 |
| 2026-07-13 | 3725.40 |
| 2026-07-20 | 3756.47 |
| 2026-07-27 | 3742.15 |
| 2026-08-03 | 3756.54 |
| 2026-08-10 | 3763.50 |
| 2026-08-17 | 3777.14 |
| 2026-08-25 | 3804.59 |
| 2026-09-01 | 3789.08 |
| 2026-09-08 | 3815.52 |
| 2026-09-15 | 3788.55 |
| 2026-09-22 | 3770.53 |
High
4591.47
Low
3561.77
Average
3799.43
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=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¤cies=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.