Skip to content

MDL to XPF exchange rate API

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

5.9682

▼ +2.32% over 5Y

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 5 years, MDL/XPF traded between 5.8680 and 6.2347, averaged 6.0191 and fell 2.32%. 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 5Y

MDL/XPF over 5Y: show the values
PointMDL/XPF
2024-08-246.1102
2024-10-076.1197
2024-11-066.1199
2024-12-066.0717
2025-01-056.2347
2025-02-046.0799
2025-03-065.8680
2025-04-066.1626
2025-05-066.0185
2025-06-076.0730
2025-07-075.9420
2025-08-065.9400
2025-09-056.0190
2025-10-066.0763
2025-11-056.0848
2025-12-056.0422
2026-01-056.0448
2026-02-045.9620
2026-03-065.9293
2026-04-055.8960
2026-05-055.9302
2026-06-065.9891
2026-07-085.9287
2026-08-075.9324
2026-09-075.9540

High

6.2347

Low

5.8680

Average

6.0191

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.