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: show the values
| Point | TOP/MUR |
|---|---|
| 2025-09-24 | 19.1963 |
| 2025-10-01 | 19.2917 |
| 2025-10-08 | 19.2483 |
| 2025-10-15 | 19.2950 |
| 2025-10-22 | 19.2459 |
| 2025-10-29 | 19.0556 |
| 2025-11-05 | 19.5293 |
| 2025-11-12 | 19.4564 |
| 2025-11-19 | 19.1583 |
| 2025-11-26 | 19.3193 |
| 2025-12-03 | 19.2403 |
| 2025-12-11 | 19.3180 |
| 2025-12-18 | 19.1748 |
| 2025-12-25 | 19.0758 |
| 2026-01-01 | 19.3300 |
| 2026-01-08 | 19.3932 |
| 2026-01-15 | 19.4280 |
| 2026-01-22 | 19.4447 |
| 2026-01-29 | 19.1928 |
| 2026-02-05 | 19.5571 |
| 2026-02-12 | 19.5578 |
| 2026-02-19 | 19.6427 |
| 2026-02-26 | 19.8331 |
| 2026-03-05 | 20.1722 |
| 2026-03-12 | 19.6413 |
| 2026-03-19 | 19.7991 |
| 2026-03-26 | 19.8864 |
| 2026-04-02 | 19.8875 |
| 2026-04-09 | 19.7609 |
| 2026-04-17 | 19.6734 |
| 2026-04-24 | 19.8882 |
| 2026-05-01 | 20.3890 |
| 2026-05-08 | 19.9263 |
| 2026-05-16 | 19.9538 |
| 2026-05-24 | 20.1281 |
| 2026-05-31 | 20.2508 |
| 2026-06-09 | 20.4984 |
| 2026-06-16 | 20.0876 |
| 2026-06-23 | 20.3293 |
| 2026-06-30 | 19.9406 |
| 2026-07-07 | 19.8824 |
| 2026-07-14 | 19.9745 |
| 2026-07-21 | 20.0280 |
| 2026-07-28 | 20.1954 |
| 2026-08-04 | 20.0488 |
| 2026-08-11 | 19.9012 |
| 2026-08-18 | 20.0513 |
| 2026-08-26 | 20.0183 |
| 2026-09-02 | 20.1491 |
| 2026-09-09 | 20.0691 |
| 2026-09-16 | 19.9934 |
| 2026-09-23 | 20.3815 |
High
20.4984
Low
19.0556
Average
19.7388
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.