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: show the values
| Point | PGK/MUR |
|---|---|
| 2026-08-25 | 10.4423 |
| 2026-08-26 | 10.5558 |
| 2026-08-27 | 10.6071 |
| 2026-08-28 | 10.5835 |
| 2026-08-29 | 10.7678 |
| 2026-08-30 | 10.6943 |
| 2026-08-31 | 10.4334 |
| 2026-09-01 | 10.6418 |
| 2026-09-02 | 10.6436 |
| 2026-09-03 | 10.5975 |
| 2026-09-04 | 10.4299 |
| 2026-09-05 | 10.3867 |
| 2026-09-06 | 10.3931 |
| 2026-09-07 | 10.4869 |
| 2026-09-08 | 10.5383 |
| 2026-09-09 | 10.5673 |
| 2026-09-10 | 10.4051 |
| 2026-09-11 | 10.4985 |
| 2026-09-12 | 10.8129 |
| 2026-09-13 | 10.6714 |
| 2026-09-14 | 10.4945 |
| 2026-09-15 | 10.5410 |
| 2026-09-16 | 10.5453 |
| 2026-09-17 | 10.6251 |
| 2026-09-18 | 10.6464 |
| 2026-09-19 | 10.7038 |
| 2026-09-20 | 10.7780 |
| 2026-09-21 | 10.7171 |
| 2026-09-22 | 10.7867 |
| 2026-09-23 | 10.6865 |
| 2026-09-24 | 10.7363 |
High
10.8129
Low
10.3867
Average
10.6002
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.