LVL to XOF exchange rate API
Latvian Lats to CFA Franc BCEAO · quoted 2026-09-27
933.3480
▼ +0.01% over YTD
1 LVL = 933.3480 XOF · 1 XOF = 0.001071 LVL · Get this rate via the API
1 LVL buys 933.3480 XOF as of 2026-09-27, so 1 XOF buys 0.001071 LVL. Over the year to date, LVL/XOF traded between 919.7156 and 935.0343, averaged 932.5285 and fell 0.01%. The API holds daily LVL/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LVL/XOF over YTD: show the values
| Point | LVL/XOF |
|---|---|
| 2025-12-31 | 933.4470 |
| 2026-01-07 | 934.3336 |
| 2026-01-14 | 932.7026 |
| 2026-01-21 | 934.6453 |
| 2026-01-28 | 934.8124 |
| 2026-02-04 | 934.1507 |
| 2026-02-11 | 934.5962 |
| 2026-02-18 | 934.7227 |
| 2026-02-25 | 932.9196 |
| 2026-03-04 | 931.6493 |
| 2026-03-11 | 934.8925 |
| 2026-03-18 | 934.6246 |
| 2026-03-25 | 934.8100 |
| 2026-04-01 | 931.6728 |
| 2026-04-08 | 932.5770 |
| 2026-04-15 | 919.7156 |
| 2026-04-22 | 924.1074 |
| 2026-04-29 | 927.1240 |
| 2026-05-06 | 923.2712 |
| 2026-05-14 | 934.4035 |
| 2026-05-21 | 933.7409 |
| 2026-05-29 | 932.2705 |
| 2026-06-05 | 935.0343 |
| 2026-06-14 | 931.5785 |
| 2026-06-21 | 933.9637 |
| 2026-06-28 | 933.6053 |
| 2026-07-05 | 933.4969 |
| 2026-07-12 | 934.2096 |
| 2026-07-19 | 933.8105 |
| 2026-07-26 | 932.3079 |
| 2026-08-02 | 932.4411 |
| 2026-08-09 | 933.4238 |
| 2026-08-16 | 933.3648 |
| 2026-08-24 | 933.9553 |
| 2026-08-31 | 932.5331 |
| 2026-09-07 | 932.5763 |
| 2026-09-14 | 934.2372 |
| 2026-09-21 | 933.5373 |
High
935.0343
Low
919.7156
Average
932.5285
Get this rate via the API
One GET request returns the LVL/XOF 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=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
LVL/XOF API questions
How do I get the LVL/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LVL/XOF rate in rates.XOF.
How far back does LVL/XOF historical data go?
Daily LVL/XOF 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/XOF 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.