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: show the values
| Point | MDL/XPF |
|---|---|
| 2025-09-25 | 6.0265 |
| 2025-10-02 | 6.1049 |
| 2025-10-09 | 6.1375 |
| 2025-10-16 | 6.0697 |
| 2025-10-23 | 6.0591 |
| 2025-10-30 | 6.0613 |
| 2025-11-06 | 6.0579 |
| 2025-11-13 | 6.0741 |
| 2025-11-20 | 6.0915 |
| 2025-11-27 | 6.0162 |
| 2025-12-04 | 6.0402 |
| 2025-12-12 | 5.9896 |
| 2025-12-19 | 6.0413 |
| 2025-12-26 | 6.0355 |
| 2026-01-02 | 6.0441 |
| 2026-01-09 | 6.0987 |
| 2026-01-16 | 6.0172 |
| 2026-01-23 | 5.9839 |
| 2026-01-30 | 5.9528 |
| 2026-02-06 | 5.9371 |
| 2026-02-13 | 5.9309 |
| 2026-02-20 | 5.9069 |
| 2026-02-27 | 5.9016 |
| 2026-03-06 | 5.9293 |
| 2026-03-13 | 5.9627 |
| 2026-03-20 | 5.9002 |
| 2026-03-27 | 5.9066 |
| 2026-04-03 | 5.9169 |
| 2026-04-10 | 5.9434 |
| 2026-04-17 | 5.9372 |
| 2026-04-24 | 5.8836 |
| 2026-05-01 | 5.9102 |
| 2026-05-08 | 5.8951 |
| 2026-05-16 | 5.9328 |
| 2026-05-24 | 5.9133 |
| 2026-05-31 | 5.9126 |
| 2026-06-09 | 5.9324 |
| 2026-06-16 | 5.9363 |
| 2026-06-23 | 5.9231 |
| 2026-06-30 | 5.9231 |
| 2026-07-07 | 5.9318 |
| 2026-07-14 | 5.9400 |
| 2026-07-21 | 5.9383 |
| 2026-07-28 | 5.9452 |
| 2026-08-04 | 5.9316 |
| 2026-08-11 | 5.9400 |
| 2026-08-18 | 5.9783 |
| 2026-08-26 | 5.9272 |
| 2026-09-02 | 5.9541 |
| 2026-09-09 | 5.9471 |
| 2026-09-16 | 5.9512 |
| 2026-09-23 | 5.9354 |
High
6.1375
Low
5.8836
Average
5.9722
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.