Skip to content

LVL to XOF exchange rate API

Latvian Lats to CFA Franc BCEAO · quoted 2026-09-27

933.3480

▼ +0.00% over 5Y

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 last 5 years, LVL/XOF traded between 912.3059 and 934.7259, averaged 927.5734 and fell 0.00%. 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 5Y

LVL/XOF over 5Y: show the values
PointLVL/XOF
2024-08-24933.3480
2024-10-07924.9796
2024-11-06927.9285
2024-12-06918.6765
2025-01-05924.3409
2025-02-04915.7450
2025-03-06918.8291
2025-04-06933.3480
2025-05-06912.3059
2025-06-07933.3480
2025-07-07926.1947
2025-08-06917.0955
2025-09-05914.3387
2025-10-06921.1447
2025-11-05933.7789
2025-12-05933.7289
2026-01-05932.9904
2026-02-04934.1507
2026-03-06934.7259
2026-04-05933.4169
2026-05-05927.4608
2026-06-06933.3480
2026-07-08933.5530
2026-08-07932.2065
2026-09-07932.5763

High

934.7259

Low

912.3059

Average

927.5734

For developers

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