HKD to MUR exchange rate API
Hong Kong Dollar to Mauritius Rupee · quoted 2026-09-25
6.0502
▲ +3.88% over 1Y
1 HKD = 6.0502 MUR · 1 MUR = 0.16528 HKD · Get this rate via the API
1 HKD buys 6.0502 MUR as of 2026-09-25, so 1 MUR buys 0.16528 HKD. Over the last year, HKD/MUR traded between 5.7842 and 6.1064, averaged 5.9537 and rose 3.88%. The API holds daily HKD/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/MUR over 1Y: show the values
| Point | HKD/MUR |
|---|---|
| 2025-09-25 | 5.8242 |
| 2025-10-02 | 5.8556 |
| 2025-10-09 | 5.8745 |
| 2025-10-16 | 5.8364 |
| 2025-10-23 | 5.8485 |
| 2025-10-30 | 5.8535 |
| 2025-11-06 | 5.9196 |
| 2025-11-13 | 5.9022 |
| 2025-11-20 | 5.8978 |
| 2025-11-27 | 5.9328 |
| 2025-12-04 | 5.9192 |
| 2025-12-12 | 5.9158 |
| 2025-12-19 | 5.9139 |
| 2025-12-26 | 5.9109 |
| 2026-01-02 | 5.9275 |
| 2026-01-09 | 5.9704 |
| 2026-01-16 | 5.9222 |
| 2026-01-23 | 5.9101 |
| 2026-01-30 | 5.7842 |
| 2026-02-06 | 5.8909 |
| 2026-02-13 | 5.8675 |
| 2026-02-20 | 5.9102 |
| 2026-02-27 | 5.9188 |
| 2026-03-06 | 6.0517 |
| 2026-03-13 | 5.8630 |
| 2026-03-20 | 5.9339 |
| 2026-03-27 | 5.9461 |
| 2026-04-03 | 5.9879 |
| 2026-04-10 | 5.9469 |
| 2026-04-17 | 5.9009 |
| 2026-04-24 | 5.9656 |
| 2026-05-01 | 6.0044 |
| 2026-05-08 | 5.9682 |
| 2026-05-16 | 6.0227 |
| 2026-05-24 | 6.0443 |
| 2026-05-31 | 6.0427 |
| 2026-06-09 | 6.1064 |
| 2026-06-16 | 6.0311 |
| 2026-06-23 | 6.0968 |
| 2026-06-30 | 6.0230 |
| 2026-07-07 | 6.0016 |
| 2026-07-14 | 6.0277 |
| 2026-07-21 | 6.0098 |
| 2026-07-28 | 6.0364 |
| 2026-08-04 | 5.9836 |
| 2026-08-11 | 5.9888 |
| 2026-08-18 | 5.9834 |
| 2026-08-26 | 5.9667 |
| 2026-09-02 | 6.0026 |
| 2026-09-09 | 5.9751 |
| 2026-09-16 | 6.0041 |
| 2026-09-23 | 6.0747 |
High
6.1064
Low
5.7842
Average
5.9537
Get this rate via the API
One GET request returns the HKD/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=HKD¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MUR").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/MUR API questions
How do I get the HKD/MUR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/MUR rate in rates.MUR.
How far back does HKD/MUR historical data go?
Daily HKD/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 HKD/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.