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: show the values
| Point | MDL/XOF |
|---|---|
| 2025-12-31 | 33.2834 |
| 2026-01-07 | 33.2423 |
| 2026-01-14 | 33.3347 |
| 2026-01-21 | 32.8615 |
| 2026-01-28 | 32.5728 |
| 2026-02-04 | 32.9030 |
| 2026-02-11 | 32.5735 |
| 2026-02-18 | 32.6316 |
| 2026-02-25 | 32.5520 |
| 2026-03-04 | 32.6260 |
| 2026-03-11 | 32.8699 |
| 2026-03-18 | 32.7286 |
| 2026-03-25 | 32.4456 |
| 2026-04-01 | 31.9919 |
| 2026-04-08 | 32.3376 |
| 2026-04-15 | 32.4695 |
| 2026-04-22 | 32.4572 |
| 2026-04-29 | 32.4324 |
| 2026-05-06 | 32.4246 |
| 2026-05-14 | 32.6918 |
| 2026-05-21 | 32.4878 |
| 2026-05-29 | 32.5532 |
| 2026-06-05 | 32.6500 |
| 2026-06-14 | 32.4832 |
| 2026-06-21 | 32.5500 |
| 2026-06-28 | 32.5372 |
| 2026-07-05 | 32.5298 |
| 2026-07-12 | 32.7518 |
| 2026-07-19 | 32.7205 |
| 2026-07-26 | 32.7545 |
| 2026-08-02 | 32.4764 |
| 2026-08-09 | 32.6679 |
| 2026-08-16 | 32.7823 |
| 2026-08-24 | 32.6049 |
| 2026-08-31 | 32.5485 |
| 2026-09-07 | 32.7672 |
| 2026-09-14 | 32.7567 |
| 2026-09-21 | 32.5675 |
High
33.3347
Low
31.9919
Average
32.6514
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.