Skip to content

PGK to MUR exchange rate API

Kina to Mauritius Rupee · quoted 2026-09-24

10.7887

▲ +3.32% over 30D

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 30 days, PGK/MUR traded between 10.3867 and 10.8129, averaged 10.6002 and rose 3.32%. 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 30D

PGK/MUR over 30D: show the values
PointPGK/MUR
2026-08-2510.4423
2026-08-2610.5558
2026-08-2710.6071
2026-08-2810.5835
2026-08-2910.7678
2026-08-3010.6943
2026-08-3110.4334
2026-09-0110.6418
2026-09-0210.6436
2026-09-0310.5975
2026-09-0410.4299
2026-09-0510.3867
2026-09-0610.3931
2026-09-0710.4869
2026-09-0810.5383
2026-09-0910.5673
2026-09-1010.4051
2026-09-1110.4985
2026-09-1210.8129
2026-09-1310.6714
2026-09-1410.4945
2026-09-1510.5410
2026-09-1610.5453
2026-09-1710.6251
2026-09-1810.6464
2026-09-1910.7038
2026-09-2010.7780
2026-09-2110.7171
2026-09-2210.7867
2026-09-2310.6865
2026-09-2410.7363

High

10.8129

Low

10.3867

Average

10.6002

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.