Skip to content

MDL to XPF exchange rate API

Moldovan Leu to CFP Franc · quoted 2026-09-25

5.9682

▼ +0.97% over 1Y

1 MDL = 5.9682 XPF · 1 XPF = 0.16756 MDL · Get this rate via the API

1 MDL buys 5.9682 XPF as of 2026-09-25, so 1 XPF buys 0.16756 MDL. Over the last year, MDL/XPF traded between 5.8836 and 6.1375, averaged 5.9722 and fell 0.97%. The API holds daily MDL/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/XPF over 1Y

MDL/XPF over 1Y: show the values
PointMDL/XPF
2025-09-256.0265
2025-10-026.1049
2025-10-096.1375
2025-10-166.0697
2025-10-236.0591
2025-10-306.0613
2025-11-066.0579
2025-11-136.0741
2025-11-206.0915
2025-11-276.0162
2025-12-046.0402
2025-12-125.9896
2025-12-196.0413
2025-12-266.0355
2026-01-026.0441
2026-01-096.0987
2026-01-166.0172
2026-01-235.9839
2026-01-305.9528
2026-02-065.9371
2026-02-135.9309
2026-02-205.9069
2026-02-275.9016
2026-03-065.9293
2026-03-135.9627
2026-03-205.9002
2026-03-275.9066
2026-04-035.9169
2026-04-105.9434
2026-04-175.9372
2026-04-245.8836
2026-05-015.9102
2026-05-085.8951
2026-05-165.9328
2026-05-245.9133
2026-05-315.9126
2026-06-095.9324
2026-06-165.9363
2026-06-235.9231
2026-06-305.9231
2026-07-075.9318
2026-07-145.9400
2026-07-215.9383
2026-07-285.9452
2026-08-045.9316
2026-08-115.9400
2026-08-185.9783
2026-08-265.9272
2026-09-025.9541
2026-09-095.9471
2026-09-165.9512
2026-09-235.9354

High

6.1375

Low

5.8836

Average

5.9722

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/XPF API questions

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

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

How far back does MDL/XPF historical data go?

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