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: show the values
| Point | PGK/MUR |
|---|---|
| 2025-09-24 | 10.9305 |
| 2025-10-01 | 10.9998 |
| 2025-10-08 | 10.8708 |
| 2025-10-15 | 10.8310 |
| 2025-10-22 | 10.8992 |
| 2025-10-29 | 10.8159 |
| 2025-11-05 | 10.9142 |
| 2025-11-12 | 10.8531 |
| 2025-11-19 | 10.8448 |
| 2025-11-26 | 10.9078 |
| 2025-12-03 | 10.7480 |
| 2025-12-11 | 10.8436 |
| 2025-12-18 | 10.8139 |
| 2025-12-25 | 10.6377 |
| 2026-01-01 | 10.8467 |
| 2026-01-08 | 10.8807 |
| 2026-01-15 | 10.8084 |
| 2026-01-22 | 10.7753 |
| 2026-01-29 | 10.5508 |
| 2026-02-05 | 10.7227 |
| 2026-02-12 | 10.6518 |
| 2026-02-19 | 10.7072 |
| 2026-02-26 | 10.7978 |
| 2026-03-05 | 11.0075 |
| 2026-03-12 | 10.6530 |
| 2026-03-19 | 10.7833 |
| 2026-03-26 | 10.7784 |
| 2026-04-02 | 10.8465 |
| 2026-04-09 | 10.7675 |
| 2026-04-16 | 10.6572 |
| 2026-04-23 | 10.7078 |
| 2026-04-30 | 10.7829 |
| 2026-05-07 | 10.7550 |
| 2026-05-15 | 10.7854 |
| 2026-05-23 | 10.9088 |
| 2026-05-30 | 10.8727 |
| 2026-06-06 | 10.8882 |
| 2026-06-15 | 10.7792 |
| 2026-06-22 | 10.9102 |
| 2026-06-29 | 10.7317 |
| 2026-07-06 | 10.6556 |
| 2026-07-13 | 10.6605 |
| 2026-07-20 | 10.6642 |
| 2026-07-27 | 10.7071 |
| 2026-08-03 | 10.5937 |
| 2026-08-10 | 10.6899 |
| 2026-08-17 | 10.5365 |
| 2026-08-25 | 10.4423 |
| 2026-09-01 | 10.6418 |
| 2026-09-08 | 10.5383 |
| 2026-09-15 | 10.5410 |
| 2026-09-22 | 10.7867 |
High
11.0075
Low
10.4423
Average
10.7644
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.