TND to MUR exchange rate API
Tunisian Dinar to Mauritius Rupee · quoted 2026-09-25
16.1980
▲ +7.11% over 5Y
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 5 years, TND/MUR traded between 14.5819 and 16.2926, averaged 15.5576 and rose 7.11%. 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 5Y: show the values
| Point | TND/MUR |
|---|---|
| 2024-08-24 | 15.1223 |
| 2024-10-07 | 15.1586 |
| 2024-11-06 | 14.8342 |
| 2024-12-06 | 14.8181 |
| 2025-01-05 | 14.8700 |
| 2025-02-04 | 14.7367 |
| 2025-03-06 | 14.8144 |
| 2025-04-06 | 14.5819 |
| 2025-05-06 | 15.1295 |
| 2025-06-07 | 15.5054 |
| 2025-07-07 | 15.5511 |
| 2025-08-06 | 15.7544 |
| 2025-09-05 | 15.8258 |
| 2025-10-06 | 15.5899 |
| 2025-11-05 | 15.5475 |
| 2025-12-05 | 15.6772 |
| 2026-01-05 | 15.9141 |
| 2026-02-04 | 16.0658 |
| 2026-03-06 | 16.2926 |
| 2026-04-05 | 16.0041 |
| 2026-05-05 | 16.2051 |
| 2026-06-06 | 16.2351 |
| 2026-07-08 | 15.9549 |
| 2026-08-07 | 16.0467 |
| 2026-09-07 | 16.0652 |
High
16.2926
Low
14.5819
Average
15.5576
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.