MDL to PKR exchange rate API
Moldovan Leu to Pakistan Rupee · quoted 2026-09-25
15.9771
▼ +4.53% over 1Y
1 MDL = 15.9771 PKR · 1 PKR = 0.06259 MDL · Get this rate via the API
1 MDL buys 15.9771 PKR as of 2026-09-25, so 1 PKR buys 0.06259 MDL. Over the last year, MDL/PKR traded between 15.9293 and 16.9062, averaged 16.3453 and fell 4.53%. The API holds daily MDL/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/PKR over 1Y: show the values
| Point | MDL/PKR |
|---|---|
| 2025-09-25 | 16.7352 |
| 2025-10-02 | 16.7213 |
| 2025-10-09 | 16.8556 |
| 2025-10-16 | 16.7081 |
| 2025-10-23 | 16.6550 |
| 2025-10-30 | 16.6328 |
| 2025-11-06 | 16.5329 |
| 2025-11-13 | 16.6620 |
| 2025-11-20 | 16.6062 |
| 2025-11-27 | 16.4932 |
| 2025-12-04 | 16.7218 |
| 2025-12-12 | 16.5099 |
| 2025-12-19 | 16.9062 |
| 2025-12-26 | 16.6677 |
| 2026-01-02 | 16.8844 |
| 2026-01-09 | 16.7316 |
| 2026-01-16 | 16.4177 |
| 2026-01-23 | 16.4846 |
| 2026-01-30 | 16.6612 |
| 2026-02-06 | 16.4858 |
| 2026-02-13 | 16.5372 |
| 2026-02-20 | 16.3743 |
| 2026-02-27 | 16.3739 |
| 2026-03-06 | 16.2458 |
| 2026-03-13 | 16.1143 |
| 2026-03-20 | 16.0173 |
| 2026-03-27 | 16.0498 |
| 2026-04-03 | 16.0276 |
| 2026-04-10 | 16.3058 |
| 2026-04-17 | 16.4548 |
| 2026-04-24 | 16.2074 |
| 2026-05-01 | 16.3260 |
| 2026-05-08 | 16.2944 |
| 2026-05-16 | 16.1033 |
| 2026-05-24 | 16.1186 |
| 2026-05-31 | 16.1590 |
| 2026-06-09 | 16.1578 |
| 2026-06-16 | 16.1698 |
| 2026-06-23 | 15.9548 |
| 2026-06-30 | 15.9293 |
| 2026-07-07 | 15.9778 |
| 2026-07-14 | 15.9953 |
| 2026-07-21 | 15.9752 |
| 2026-07-28 | 15.9619 |
| 2026-08-04 | 16.0363 |
| 2026-08-11 | 16.1563 |
| 2026-08-18 | 16.3133 |
| 2026-08-26 | 16.2774 |
| 2026-09-02 | 16.2211 |
| 2026-09-09 | 16.3021 |
| 2026-09-16 | 16.1510 |
| 2026-09-23 | 15.9624 |
High
16.9062
Low
15.9293
Average
16.3453
Get this rate via the API
One GET request returns the MDL/PKR 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=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=PKR").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/PKR API questions
How do I get the MDL/PKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/PKR rate in rates.PKR.
How far back does MDL/PKR historical data go?
Daily MDL/PKR 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/PKR 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.