Skip to content

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

MVR/PKR over 30D: show the values
PointMVR/PKR
2026-08-2618.1748
2026-08-2718.1442
2026-08-2818.1524
2026-08-2917.9452
2026-08-3017.9429
2026-08-3118.1376
2026-09-0118.1479
2026-09-0218.1593
2026-09-0318.1572
2026-09-0418.1585
2026-09-0517.9567
2026-09-0617.9502
2026-09-0718.1348
2026-09-0818.1578
2026-09-0918.1634
2026-09-1018.1626
2026-09-1118.1632
2026-09-1217.9728
2026-09-1317.9380
2026-09-1418.1633
2026-09-1518.1690
2026-09-1618.1770
2026-09-1718.1902
2026-09-1818.1692
2026-09-1917.9841
2026-09-2017.9670
2026-09-2118.1709
2026-09-2218.1586
2026-09-2318.1590
2026-09-2418.1607
2026-09-2518.1605

High

18.1902

Low

17.9380

Average

18.1103

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.