Skip to content

TOP to MUR exchange rate API

Pa’anga to Mauritius Rupee · quoted 2026-09-24

20.2643

▲ +5.56% over 1Y

1 TOP = 20.2643 MUR · 1 MUR = 0.04935 TOP · Get this rate via the API

1 TOP buys 20.2643 MUR as of 2026-09-24, so 1 MUR buys 0.04935 TOP. Over the last year, TOP/MUR traded between 19.0556 and 20.4984, averaged 19.7388 and rose 5.56%. The API holds daily TOP/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/MUR over 1Y

TOP/MUR over 1Y: show the values
PointTOP/MUR
2025-09-2419.1963
2025-10-0119.2917
2025-10-0819.2483
2025-10-1519.2950
2025-10-2219.2459
2025-10-2919.0556
2025-11-0519.5293
2025-11-1219.4564
2025-11-1919.1583
2025-11-2619.3193
2025-12-0319.2403
2025-12-1119.3180
2025-12-1819.1748
2025-12-2519.0758
2026-01-0119.3300
2026-01-0819.3932
2026-01-1519.4280
2026-01-2219.4447
2026-01-2919.1928
2026-02-0519.5571
2026-02-1219.5578
2026-02-1919.6427
2026-02-2619.8331
2026-03-0520.1722
2026-03-1219.6413
2026-03-1919.7991
2026-03-2619.8864
2026-04-0219.8875
2026-04-0919.7609
2026-04-1719.6734
2026-04-2419.8882
2026-05-0120.3890
2026-05-0819.9263
2026-05-1619.9538
2026-05-2420.1281
2026-05-3120.2508
2026-06-0920.4984
2026-06-1620.0876
2026-06-2320.3293
2026-06-3019.9406
2026-07-0719.8824
2026-07-1419.9745
2026-07-2120.0280
2026-07-2820.1954
2026-08-0420.0488
2026-08-1119.9012
2026-08-1820.0513
2026-08-2620.0183
2026-09-0220.1491
2026-09-0920.0691
2026-09-1619.9934
2026-09-2320.3815

High

20.4984

Low

19.0556

Average

19.7388

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/MUR API questions

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

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

How far back does TOP/MUR historical data go?

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