Skip to content

MDL to XOF exchange rate API

Moldovan Leu to CFA Franc BCEAO · quoted 2026-09-24

32.7860

▼ +2.39% over 5Y

1 MDL = 32.7860 XOF · 1 XOF = 0.03050 MDL · Get this rate via the API

1 MDL buys 32.7860 XOF as of 2026-09-24, so 1 XOF buys 0.03050 MDL. Over the last 5 years, MDL/XOF traded between 32.2132 and 34.1849, averaged 33.0923 and fell 2.39%. The API holds daily MDL/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/XOF over 5Y

MDL/XOF over 5Y: show the values
PointMDL/XOF
2024-08-2433.5873
2024-10-0733.8494
2024-11-0633.6847
2024-12-0633.3700
2025-01-0534.1849
2025-02-0433.3952
2025-03-0632.2132
2025-04-0634.1384
2025-05-0632.9714
2025-06-0733.3830
2025-07-0732.8407
2025-08-0632.7195
2025-09-0533.0293
2025-10-0632.9185
2025-11-0533.4777
2025-12-0533.1463
2026-01-0533.2521
2026-02-0432.9030
2026-03-0632.7028
2026-04-0532.3680
2026-05-0532.5781
2026-06-0632.9216
2026-07-0832.5924
2026-08-0732.6190
2026-09-0732.7672

High

34.1849

Low

32.2132

Average

33.0923

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/XOF API questions

How do I get the MDL/XOF exchange rate from an API?

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

How far back does MDL/XOF historical data go?

Daily MDL/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 MDL/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.