Skip to content

PGK to MUR exchange rate API

Kina to Mauritius Rupee · quoted 2026-09-24

10.7887

▼ +1.30% over 1Y

1 PGK = 10.7887 MUR · 1 MUR = 0.09269 PGK · Get this rate via the API

1 PGK buys 10.7887 MUR as of 2026-09-24, so 1 MUR buys 0.09269 PGK. Over the last year, PGK/MUR traded between 10.4423 and 11.0075, averaged 10.7644 and fell 1.30%. The API holds daily PGK/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/MUR over 1Y

PGK/MUR over 1Y: show the values
PointPGK/MUR
2025-09-2410.9305
2025-10-0110.9998
2025-10-0810.8708
2025-10-1510.8310
2025-10-2210.8992
2025-10-2910.8159
2025-11-0510.9142
2025-11-1210.8531
2025-11-1910.8448
2025-11-2610.9078
2025-12-0310.7480
2025-12-1110.8436
2025-12-1810.8139
2025-12-2510.6377
2026-01-0110.8467
2026-01-0810.8807
2026-01-1510.8084
2026-01-2210.7753
2026-01-2910.5508
2026-02-0510.7227
2026-02-1210.6518
2026-02-1910.7072
2026-02-2610.7978
2026-03-0511.0075
2026-03-1210.6530
2026-03-1910.7833
2026-03-2610.7784
2026-04-0210.8465
2026-04-0910.7675
2026-04-1610.6572
2026-04-2310.7078
2026-04-3010.7829
2026-05-0710.7550
2026-05-1510.7854
2026-05-2310.9088
2026-05-3010.8727
2026-06-0610.8882
2026-06-1510.7792
2026-06-2210.9102
2026-06-2910.7317
2026-07-0610.6556
2026-07-1310.6605
2026-07-2010.6642
2026-07-2710.7071
2026-08-0310.5937
2026-08-1010.6899
2026-08-1710.5365
2026-08-2510.4423
2026-09-0110.6418
2026-09-0810.5383
2026-09-1510.5410
2026-09-2210.7867

High

11.0075

Low

10.4423

Average

10.7644

For developers

Get this rate via the API

One GET request returns the PGK/MUR 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=PGK&currencies=MUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=MUR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=MUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/MUR API questions

How do I get the PGK/MUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=MUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/MUR rate in rates.MUR.

How far back does PGK/MUR historical data go?

Daily PGK/MUR 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 PGK/MUR 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.