MVR to PKR exchange rate API
Rufiyaa to Pakistan Rupee · quoted 2026-09-25
18.1799
▲ +0.56% over 1Y
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 year, MVR/PKR traded between 18.0789 and 18.4450, averaged 18.1981 and rose 0.56%. 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 1Y: show the values
| Point | MVR/PKR |
|---|---|
| 2025-09-25 | 18.0789 |
| 2025-10-02 | 18.0958 |
| 2025-10-09 | 18.2833 |
| 2025-10-16 | 18.3203 |
| 2025-10-23 | 18.3684 |
| 2025-10-30 | 18.3407 |
| 2025-11-06 | 18.3082 |
| 2025-11-13 | 18.2965 |
| 2025-11-20 | 18.2651 |
| 2025-11-27 | 18.2778 |
| 2025-12-04 | 18.3904 |
| 2025-12-12 | 18.1615 |
| 2025-12-19 | 18.4450 |
| 2025-12-26 | 18.1230 |
| 2026-01-02 | 18.3553 |
| 2026-01-09 | 18.1585 |
| 2026-01-16 | 18.1399 |
| 2026-01-23 | 18.1430 |
| 2026-01-30 | 18.1351 |
| 2026-02-06 | 18.1361 |
| 2026-02-13 | 18.1427 |
| 2026-02-20 | 18.1628 |
| 2026-02-27 | 18.1487 |
| 2026-03-06 | 18.1671 |
| 2026-03-13 | 18.1586 |
| 2026-03-20 | 18.1487 |
| 2026-03-27 | 18.1923 |
| 2026-04-03 | 18.1998 |
| 2026-04-10 | 18.2041 |
| 2026-04-17 | 18.2006 |
| 2026-04-24 | 18.1904 |
| 2026-05-01 | 18.2048 |
| 2026-05-08 | 18.1982 |
| 2026-05-16 | 18.0813 |
| 2026-05-24 | 18.1168 |
| 2026-05-31 | 18.1572 |
| 2026-06-09 | 18.1929 |
| 2026-06-16 | 18.1890 |
| 2026-06-23 | 18.1896 |
| 2026-06-30 | 18.1899 |
| 2026-07-07 | 18.1891 |
| 2026-07-14 | 18.1906 |
| 2026-07-21 | 18.1888 |
| 2026-07-28 | 18.1767 |
| 2026-08-04 | 18.1250 |
| 2026-08-11 | 18.1800 |
| 2026-08-18 | 18.1762 |
| 2026-08-26 | 18.1748 |
| 2026-09-02 | 18.1593 |
| 2026-09-09 | 18.1634 |
| 2026-09-16 | 18.1770 |
| 2026-09-23 | 18.1590 |
High
18.4450
Low
18.0789
Average
18.1981
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.