MVR to PKR exchange rate API
Rufiyaa to Pakistan Rupee · quoted 2026-09-25
18.1799
▲ +0.03% over 30D
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 30 days, MVR/PKR traded between 17.9380 and 18.1902, averaged 18.1103 and rose 0.03%. 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 30D: show the values
| Point | MVR/PKR |
|---|---|
| 2026-08-26 | 18.1748 |
| 2026-08-27 | 18.1442 |
| 2026-08-28 | 18.1524 |
| 2026-08-29 | 17.9452 |
| 2026-08-30 | 17.9429 |
| 2026-08-31 | 18.1376 |
| 2026-09-01 | 18.1479 |
| 2026-09-02 | 18.1593 |
| 2026-09-03 | 18.1572 |
| 2026-09-04 | 18.1585 |
| 2026-09-05 | 17.9567 |
| 2026-09-06 | 17.9502 |
| 2026-09-07 | 18.1348 |
| 2026-09-08 | 18.1578 |
| 2026-09-09 | 18.1634 |
| 2026-09-10 | 18.1626 |
| 2026-09-11 | 18.1632 |
| 2026-09-12 | 17.9728 |
| 2026-09-13 | 17.9380 |
| 2026-09-14 | 18.1633 |
| 2026-09-15 | 18.1690 |
| 2026-09-16 | 18.1770 |
| 2026-09-17 | 18.1902 |
| 2026-09-18 | 18.1692 |
| 2026-09-19 | 17.9841 |
| 2026-09-20 | 17.9670 |
| 2026-09-21 | 18.1709 |
| 2026-09-22 | 18.1586 |
| 2026-09-23 | 18.1590 |
| 2026-09-24 | 18.1607 |
| 2026-09-25 | 18.1605 |
High
18.1902
Low
17.9380
Average
18.1103
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.