Skip to content

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

HKD/MUR over 1Y: show the values
PointHKD/MUR
2025-09-255.8242
2025-10-025.8556
2025-10-095.8745
2025-10-165.8364
2025-10-235.8485
2025-10-305.8535
2025-11-065.9196
2025-11-135.9022
2025-11-205.8978
2025-11-275.9328
2025-12-045.9192
2025-12-125.9158
2025-12-195.9139
2025-12-265.9109
2026-01-025.9275
2026-01-095.9704
2026-01-165.9222
2026-01-235.9101
2026-01-305.7842
2026-02-065.8909
2026-02-135.8675
2026-02-205.9102
2026-02-275.9188
2026-03-066.0517
2026-03-135.8630
2026-03-205.9339
2026-03-275.9461
2026-04-035.9879
2026-04-105.9469
2026-04-175.9009
2026-04-245.9656
2026-05-016.0044
2026-05-085.9682
2026-05-166.0227
2026-05-246.0443
2026-05-316.0427
2026-06-096.1064
2026-06-166.0311
2026-06-236.0968
2026-06-306.0230
2026-07-076.0016
2026-07-146.0277
2026-07-216.0098
2026-07-286.0364
2026-08-045.9836
2026-08-115.9888
2026-08-185.9834
2026-08-265.9667
2026-09-026.0026
2026-09-095.9751
2026-09-166.0041
2026-09-236.0747

High

6.1064

Low

5.7842

Average

5.9537

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=MUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&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=HKD&currencies=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&currencies=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.