Skip to content

MDL to XPF exchange rate API

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

5.9682

▲ +0.69% over 30D

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 30 days, MDL/XPF traded between 5.9068 and 5.9909, averaged 5.9422 and rose 0.69%. 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 30D

MDL/XPF over 30D: show the values
PointMDL/XPF
2026-08-265.9272
2026-08-275.9229
2026-08-285.9909
2026-08-295.9587
2026-08-305.9481
2026-08-315.9099
2026-09-015.9867
2026-09-025.9541
2026-09-035.9367
2026-09-045.9316
2026-09-055.9668
2026-09-065.9442
2026-09-075.9540
2026-09-085.9391
2026-09-095.9471
2026-09-105.9269
2026-09-115.9324
2026-09-125.9457
2026-09-135.9569
2026-09-145.9366
2026-09-155.9419
2026-09-165.9512
2026-09-175.9313
2026-09-185.9077
2026-09-195.9144
2026-09-205.9283
2026-09-215.9228
2026-09-225.9068
2026-09-235.9354
2026-09-245.9608
2026-09-255.9659

High

5.9909

Low

5.9068

Average

5.9422

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.