Skip to content

USD to MUR exchange rate API

US Dollar to Mauritius Rupee · quoted 2026-09-25

47.8664

▲ +5.66% over 1Y

1 USD = 47.8664 MUR · 1 MUR = 0.02089 USD · Get this rate via the API

1 USD buys 47.8664 MUR as of 2026-09-25, so 1 MUR buys 0.02089 USD. Over the last year, USD/MUR traded between 45.1649 and 47.8664, averaged 46.5455 and rose 5.66%. The API holds daily USD/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/MUR over 1Y

USD/MUR over 1Y: show the values
PointUSD/MUR
2025-09-2545.3010
2025-10-0245.5627
2025-10-0945.7034
2025-10-1645.3650
2025-10-2345.4500
2025-10-3045.4716
2025-11-0646.0253
2025-11-1345.8646
2025-11-2045.9182
2025-11-2746.1467
2025-12-0446.0712
2025-12-1246.0574
2025-12-1946.0154
2025-12-2645.9418
2026-01-0246.1869
2026-01-0946.5464
2026-01-1646.1934
2026-01-2346.0856
2026-01-3045.1649
2026-02-0646.0284
2026-02-1345.8659
2026-02-2046.1889
2026-02-2746.3068
2026-03-0647.3208
2026-03-1345.8922
2026-03-2046.4978
2026-03-2746.5813
2026-04-0346.9288
2026-04-1046.5804
2026-04-1746.2097
2026-04-2446.7399
2026-05-0147.0402
2026-05-0846.7200
2026-05-1647.1620
2026-05-2447.3601
2026-05-3147.3549
2026-06-0947.8525
2026-06-1647.2442
2026-06-2347.7984
2026-06-3047.2315
2026-07-0747.0665
2026-07-1447.2419
2026-07-2147.1207
2026-07-2847.3349
2026-08-0446.9312
2026-08-1146.9898
2026-08-1846.9321
2026-08-2646.7679
2026-09-0247.0759
2026-09-0946.8581
2026-09-1647.1016
2026-09-2347.6487

High

47.8664

Low

45.1649

Average

46.5455

For developers

Get this rate via the API

One GET request returns the USD/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=USD&currencies=MUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=MUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/MUR API questions

How do I get the USD/MUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=MUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/MUR rate in rates.MUR.

How far back does USD/MUR historical data go?

Daily USD/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 USD/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.