MVR to PKR exchange rate API
Rufiyaa to Pakistan Rupee · quoted 2026-09-25
18.1799
▲ +0.30% over 6M
1 MVR = 18.1799 PKR · 1 PKR = 0.05501 MVR · Get this rate via the API
1 MVR buys 18.1799 PKR as of 2026-09-25, so 1 PKR buys 0.05501 MVR. Over the last 6 months, MVR/PKR traded between 18.0447 and 18.2504, averaged 18.1568 and rose 0.30%. The API holds daily MVR/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/PKR over 6M: show the values
| Point | MVR/PKR |
|---|---|
| 2026-03-29 | 18.1251 |
| 2026-04-05 | 18.0575 |
| 2026-04-12 | 18.0447 |
| 2026-04-19 | 18.0689 |
| 2026-04-26 | 18.1119 |
| 2026-05-03 | 18.1213 |
| 2026-05-10 | 18.0811 |
| 2026-05-18 | 18.2504 |
| 2026-05-26 | 18.2064 |
| 2026-06-02 | 18.2100 |
| 2026-06-11 | 18.1901 |
| 2026-06-18 | 18.1163 |
| 2026-06-25 | 18.1900 |
| 2026-07-02 | 18.2003 |
| 2026-07-09 | 18.1918 |
| 2026-07-16 | 18.1887 |
| 2026-07-23 | 18.1884 |
| 2026-07-30 | 18.1752 |
| 2026-08-06 | 18.1792 |
| 2026-08-13 | 18.1777 |
| 2026-08-21 | 18.1736 |
| 2026-08-28 | 18.1524 |
| 2026-09-04 | 18.1585 |
| 2026-09-11 | 18.1632 |
| 2026-09-18 | 18.1692 |
| 2026-09-25 | 18.1605 |
High
18.2504
Low
18.0447
Average
18.1568
Get this rate via the API
One GET request returns the MVR/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=MVR¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=PKR").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/PKR API questions
How do I get the MVR/PKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/PKR rate in rates.PKR.
How far back does MVR/PKR historical data go?
Daily MVR/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 MVR/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.