Skip to content

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

MVR/PKR over 6M: show the values
PointMVR/PKR
2026-03-2918.1251
2026-04-0518.0575
2026-04-1218.0447
2026-04-1918.0689
2026-04-2618.1119
2026-05-0318.1213
2026-05-1018.0811
2026-05-1818.2504
2026-05-2618.2064
2026-06-0218.2100
2026-06-1118.1901
2026-06-1818.1163
2026-06-2518.1900
2026-07-0218.2003
2026-07-0918.1918
2026-07-1618.1887
2026-07-2318.1884
2026-07-3018.1752
2026-08-0618.1792
2026-08-1318.1777
2026-08-2118.1736
2026-08-2818.1524
2026-09-0418.1585
2026-09-1118.1632
2026-09-1818.1692
2026-09-2518.1605

High

18.2504

Low

18.0447

Average

18.1568

For developers

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