Skip to content

MDL to XPF exchange rate API

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

5.9682

▼ +1.44% over YTD

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 year to date, MDL/XPF traded between 5.8431 and 6.0677, averaged 5.9407 and fell 1.44%. 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 YTD

MDL/XPF over YTD: show the values
PointMDL/XPF
2025-12-316.0552
2026-01-076.0431
2026-01-146.0677
2026-01-215.9883
2026-01-285.9537
2026-02-045.9620
2026-02-115.9188
2026-02-185.9309
2026-02-255.9154
2026-03-045.9160
2026-03-115.9767
2026-03-185.9549
2026-03-255.9087
2026-04-015.8431
2026-04-085.9136
2026-04-155.9211
2026-04-225.9111
2026-04-295.9013
2026-05-065.9134
2026-05-145.9486
2026-05-215.9035
2026-05-295.9292
2026-06-055.9406
2026-06-145.9279
2026-06-215.9123
2026-06-285.9095
2026-07-055.9194
2026-07-125.9516
2026-07-195.9507
2026-07-265.9586
2026-08-025.9183
2026-08-095.9408
2026-08-165.9620
2026-08-245.9284
2026-08-315.9099
2026-09-075.9540
2026-09-145.9366
2026-09-215.9228

High

6.0677

Low

5.8431

Average

5.9407

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.