Skip to content

MDL to XAF exchange rate API

Moldovan Leu to CFA Franc BEAC · quoted 2026-09-27

32.5259

▼ +3.08% over 1Y

1 MDL = 32.5259 XAF · 1 XAF = 0.03074 MDL · Get this rate via the API

1 MDL buys 32.5259 XAF as of 2026-09-27, so 1 XAF buys 0.03074 MDL. Over the last year, MDL/XAF traded between 32.2306 and 33.5612, averaged 32.8262 and fell 3.08%. The API holds daily MDL/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/XAF over 1Y

MDL/XAF over 1Y: show the values
PointMDL/XAF
2025-09-2733.5612
2025-10-0433.3957
2025-10-1133.3555
2025-10-1833.3073
2025-10-2533.2887
2025-11-0133.3747
2025-11-0833.2360
2025-11-1533.3075
2025-11-2233.2866
2025-11-2933.2878
2025-12-0633.1380
2025-12-1433.0366
2025-12-2133.1589
2025-12-2833.2163
2026-01-0433.2501
2026-01-1133.4351
2026-01-1833.0986
2026-01-2532.6055
2026-02-0132.9314
2026-02-0832.6773
2026-02-1532.6209
2026-02-2232.5421
2026-03-0132.4784
2026-03-0832.6833
2026-03-1532.9983
2026-03-2232.3607
2026-03-2932.3801
2026-04-0532.3656
2026-04-1232.5037
2026-04-1932.3530
2026-04-2632.2306
2026-05-0332.4973
2026-05-1032.6071
2026-05-1832.5489
2026-05-2632.5216
2026-06-0232.6464
2026-06-1132.6426
2026-06-1832.6742
2026-06-2532.6751
2026-07-0232.5408
2026-07-0932.6894
2026-07-1632.7080
2026-07-2332.6579
2026-07-3032.5515
2026-08-0632.7367
2026-08-1332.8335
2026-08-2132.6436
2026-08-2832.9216
2026-09-0432.6766
2026-09-1132.6998
2026-09-1832.5193
2026-09-2532.8034

High

33.5612

Low

32.2306

Average

32.8262

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/XAF API questions

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

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

How far back does MDL/XAF historical data go?

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