Skip to content

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

MDL/PKR over 1Y: show the values
PointMDL/PKR
2025-09-2516.7352
2025-10-0216.7213
2025-10-0916.8556
2025-10-1616.7081
2025-10-2316.6550
2025-10-3016.6328
2025-11-0616.5329
2025-11-1316.6620
2025-11-2016.6062
2025-11-2716.4932
2025-12-0416.7218
2025-12-1216.5099
2025-12-1916.9062
2025-12-2616.6677
2026-01-0216.8844
2026-01-0916.7316
2026-01-1616.4177
2026-01-2316.4846
2026-01-3016.6612
2026-02-0616.4858
2026-02-1316.5372
2026-02-2016.3743
2026-02-2716.3739
2026-03-0616.2458
2026-03-1316.1143
2026-03-2016.0173
2026-03-2716.0498
2026-04-0316.0276
2026-04-1016.3058
2026-04-1716.4548
2026-04-2416.2074
2026-05-0116.3260
2026-05-0816.2944
2026-05-1616.1033
2026-05-2416.1186
2026-05-3116.1590
2026-06-0916.1578
2026-06-1616.1698
2026-06-2315.9548
2026-06-3015.9293
2026-07-0715.9778
2026-07-1415.9953
2026-07-2115.9752
2026-07-2815.9619
2026-08-0416.0363
2026-08-1116.1563
2026-08-1816.3133
2026-08-2616.2774
2026-09-0216.2211
2026-09-0916.3021
2026-09-1616.1510
2026-09-2315.9624

High

16.9062

Low

15.9293

Average

16.3453

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=PKR");
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=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&currencies=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.