Skip to content

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

LVL/XOF over YTD: show the values
PointLVL/XOF
2025-12-31933.4470
2026-01-07934.3336
2026-01-14932.7026
2026-01-21934.6453
2026-01-28934.8124
2026-02-04934.1507
2026-02-11934.5962
2026-02-18934.7227
2026-02-25932.9196
2026-03-04931.6493
2026-03-11934.8925
2026-03-18934.6246
2026-03-25934.8100
2026-04-01931.6728
2026-04-08932.5770
2026-04-15919.7156
2026-04-22924.1074
2026-04-29927.1240
2026-05-06923.2712
2026-05-14934.4035
2026-05-21933.7409
2026-05-29932.2705
2026-06-05935.0343
2026-06-14931.5785
2026-06-21933.9637
2026-06-28933.6053
2026-07-05933.4969
2026-07-12934.2096
2026-07-19933.8105
2026-07-26932.3079
2026-08-02932.4411
2026-08-09933.4238
2026-08-16933.3648
2026-08-24933.9553
2026-08-31932.5331
2026-09-07932.5763
2026-09-14934.2372
2026-09-21933.5373

High

935.0343

Low

919.7156

Average

932.5285

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.