Skip to content

MVR to PKR exchange rate API

Rufiyaa to Pakistan Rupee · quoted 2026-09-25

18.1799

▲ +0.26% over YTD

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 year to date, MVR/PKR traded between 17.9666 and 18.2171, averaged 18.1307 and rose 0.26%. 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 YTD

MVR/PKR over YTD: show the values
PointMVR/PKR
2025-12-3118.1331
2026-01-0718.1575
2026-01-1418.1407
2026-01-2118.1376
2026-01-2818.1367
2026-02-0418.1307
2026-02-1118.1369
2026-02-1818.1670
2026-02-2518.1506
2026-03-0418.1642
2026-03-1118.1565
2026-03-1818.1563
2026-03-2518.1929
2026-04-0118.1929
2026-04-0818.1990
2026-04-1518.1912
2026-04-2218.1918
2026-04-2918.2009
2026-05-0618.1955
2026-05-1418.2171
2026-05-2118.2080
2026-05-2918.2082
2026-06-0518.1977
2026-06-1418.0196
2026-06-2118.1009
2026-06-2818.0148
2026-07-0518.0056
2026-07-1217.9981
2026-07-1917.9843
2026-07-2617.9963
2026-08-0218.1137
2026-08-0917.9732
2026-08-1617.9666
2026-08-2418.1760
2026-08-3118.1376
2026-09-0718.1348
2026-09-1418.1633
2026-09-2118.1709

High

18.2171

Low

17.9666

Average

18.1307

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.