TND to MUR exchange rate API
Tunisian Dinar to Mauritius Rupee · quoted 2026-09-25
16.1980
▲ +3.93% over 1Y
1 TND = 16.1980 MUR · 1 MUR = 0.06174 TND · Get this rate via the API
1 TND buys 16.1980 MUR as of 2026-09-25, so 1 MUR buys 0.06174 TND. Over the last year, TND/MUR traded between 15.4709 and 16.3684, averaged 15.9723 and rose 3.93%. The API holds daily TND/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/MUR over 1Y: show the values
| Point | TND/MUR |
|---|---|
| 2025-09-25 | 15.5858 |
| 2025-10-02 | 15.7052 |
| 2025-10-09 | 15.6086 |
| 2025-10-16 | 15.5214 |
| 2025-10-23 | 15.4709 |
| 2025-10-30 | 15.5261 |
| 2025-11-06 | 15.5600 |
| 2025-11-13 | 15.5653 |
| 2025-11-20 | 15.5188 |
| 2025-11-27 | 15.6726 |
| 2025-12-04 | 15.7456 |
| 2025-12-12 | 15.7787 |
| 2025-12-19 | 15.7970 |
| 2025-12-26 | 15.9062 |
| 2026-01-02 | 16.0175 |
| 2026-01-09 | 16.0459 |
| 2026-01-16 | 15.9524 |
| 2026-01-23 | 16.0370 |
| 2026-01-30 | 15.8948 |
| 2026-02-06 | 16.0672 |
| 2026-02-13 | 16.0988 |
| 2026-02-20 | 16.0763 |
| 2026-02-27 | 16.1607 |
| 2026-03-06 | 16.2926 |
| 2026-03-13 | 15.6527 |
| 2026-03-20 | 15.9517 |
| 2026-03-27 | 15.9133 |
| 2026-04-03 | 16.0030 |
| 2026-04-10 | 16.1527 |
| 2026-04-17 | 16.0145 |
| 2026-04-24 | 16.2151 |
| 2026-05-01 | 16.3220 |
| 2026-05-08 | 16.0541 |
| 2026-05-16 | 16.2248 |
| 2026-05-24 | 16.2521 |
| 2026-05-31 | 16.3050 |
| 2026-06-09 | 16.3684 |
| 2026-06-16 | 16.1967 |
| 2026-06-23 | 16.2541 |
| 2026-06-30 | 16.0165 |
| 2026-07-07 | 15.9660 |
| 2026-07-14 | 15.9992 |
| 2026-07-21 | 15.9887 |
| 2026-07-28 | 15.9669 |
| 2026-08-04 | 16.0384 |
| 2026-08-11 | 16.0604 |
| 2026-08-18 | 16.0890 |
| 2026-08-26 | 16.1273 |
| 2026-09-02 | 16.1264 |
| 2026-09-09 | 16.1640 |
| 2026-09-16 | 16.1544 |
| 2026-09-23 | 16.1500 |
High
16.3684
Low
15.4709
Average
15.9723
Get this rate via the API
One GET request returns the TND/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=TND¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MUR").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/MUR API questions
How do I get the TND/MUR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/MUR rate in rates.MUR.
How far back does TND/MUR historical data go?
Daily TND/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 TND/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.