Skip to content

PGK to MUR exchange rate API

Kina to Mauritius Rupee · quoted 2026-09-24

10.7887

▼ +0.14% over YTD

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 year to date, PGK/MUR traded between 10.4334 and 10.9472, averaged 10.7467 and fell 0.14%. 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 YTD

PGK/MUR over YTD: show the values
PointPGK/MUR
2025-12-3110.8043
2026-01-0710.8483
2026-01-1410.9472
2026-01-2110.8134
2026-01-2810.6460
2026-02-0410.7318
2026-02-1110.6524
2026-02-1810.6889
2026-02-2510.8094
2026-03-0410.9043
2026-03-1110.6735
2026-03-1810.8187
2026-03-2510.7871
2026-04-0110.9010
2026-04-0810.8643
2026-04-1510.6739
2026-04-2210.6579
2026-04-2910.7709
2026-05-0610.8009
2026-05-1410.8111
2026-05-2110.8732
2026-05-2910.8812
2026-06-0510.8550
2026-06-1410.8788
2026-06-2110.9460
2026-06-2810.7641
2026-07-0510.6640
2026-07-1210.7057
2026-07-1910.7094
2026-07-2610.7489
2026-08-0210.6397
2026-08-0910.6376
2026-08-1610.7517
2026-08-2410.5401
2026-08-3110.4334
2026-09-0710.4869
2026-09-1410.4945
2026-09-2110.7171

High

10.9472

Low

10.4334

Average

10.7467

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.