Skip to content

MDL to XOF exchange rate API

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

32.7860

▼ +1.49% over YTD

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 year to date, MDL/XOF traded between 31.9919 and 33.3347, averaged 32.6514 and fell 1.49%. 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 YTD

MDL/XOF over YTD: show the values
PointMDL/XOF
2025-12-3133.2834
2026-01-0733.2423
2026-01-1433.3347
2026-01-2132.8615
2026-01-2832.5728
2026-02-0432.9030
2026-02-1132.5735
2026-02-1832.6316
2026-02-2532.5520
2026-03-0432.6260
2026-03-1132.8699
2026-03-1832.7286
2026-03-2532.4456
2026-04-0131.9919
2026-04-0832.3376
2026-04-1532.4695
2026-04-2232.4572
2026-04-2932.4324
2026-05-0632.4246
2026-05-1432.6918
2026-05-2132.4878
2026-05-2932.5532
2026-06-0532.6500
2026-06-1432.4832
2026-06-2132.5500
2026-06-2832.5372
2026-07-0532.5298
2026-07-1232.7518
2026-07-1932.7205
2026-07-2632.7545
2026-08-0232.4764
2026-08-0932.6679
2026-08-1632.7823
2026-08-2432.6049
2026-08-3132.5485
2026-09-0732.7672
2026-09-1432.7567
2026-09-2132.5675

High

33.3347

Low

31.9919

Average

32.6514

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.