Skip to content

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

MVR/PKR over 1Y: show the values
PointMVR/PKR
2025-09-2518.0789
2025-10-0218.0958
2025-10-0918.2833
2025-10-1618.3203
2025-10-2318.3684
2025-10-3018.3407
2025-11-0618.3082
2025-11-1318.2965
2025-11-2018.2651
2025-11-2718.2778
2025-12-0418.3904
2025-12-1218.1615
2025-12-1918.4450
2025-12-2618.1230
2026-01-0218.3553
2026-01-0918.1585
2026-01-1618.1399
2026-01-2318.1430
2026-01-3018.1351
2026-02-0618.1361
2026-02-1318.1427
2026-02-2018.1628
2026-02-2718.1487
2026-03-0618.1671
2026-03-1318.1586
2026-03-2018.1487
2026-03-2718.1923
2026-04-0318.1998
2026-04-1018.2041
2026-04-1718.2006
2026-04-2418.1904
2026-05-0118.2048
2026-05-0818.1982
2026-05-1618.0813
2026-05-2418.1168
2026-05-3118.1572
2026-06-0918.1929
2026-06-1618.1890
2026-06-2318.1896
2026-06-3018.1899
2026-07-0718.1891
2026-07-1418.1906
2026-07-2118.1888
2026-07-2818.1767
2026-08-0418.1250
2026-08-1118.1800
2026-08-1818.1762
2026-08-2618.1748
2026-09-0218.1593
2026-09-0918.1634
2026-09-1618.1770
2026-09-2318.1590

High

18.4450

Low

18.0789

Average

18.1981

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.