TND to MUR exchange rate API
Tunisian Dinar to Mauritius Rupee · quoted 2026-09-25
16.1980
▲ +1.58% over YTD
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 year to date, TND/MUR traded between 15.7514 and 16.3627, averaged 16.1074 and rose 1.58%. 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 YTD: show the values
| Point | TND/MUR |
|---|---|
| 2025-12-31 | 15.9464 |
| 2026-01-07 | 16.0234 |
| 2026-01-14 | 16.1121 |
| 2026-01-21 | 16.0302 |
| 2026-01-28 | 16.0955 |
| 2026-02-04 | 16.0658 |
| 2026-02-11 | 16.0912 |
| 2026-02-18 | 16.1126 |
| 2026-02-25 | 16.1980 |
| 2026-03-04 | 16.1691 |
| 2026-03-11 | 15.7514 |
| 2026-03-18 | 15.8910 |
| 2026-03-25 | 15.9942 |
| 2026-04-01 | 16.0955 |
| 2026-04-08 | 16.1671 |
| 2026-04-15 | 15.9337 |
| 2026-04-22 | 16.1765 |
| 2026-04-29 | 16.2254 |
| 2026-05-06 | 16.2485 |
| 2026-05-14 | 16.1940 |
| 2026-05-21 | 16.3038 |
| 2026-05-29 | 16.3627 |
| 2026-06-05 | 16.3489 |
| 2026-06-14 | 16.1739 |
| 2026-06-21 | 16.2585 |
| 2026-06-28 | 15.9591 |
| 2026-07-05 | 15.9566 |
| 2026-07-12 | 15.9372 |
| 2026-07-19 | 15.9800 |
| 2026-07-26 | 15.9880 |
| 2026-08-02 | 16.0246 |
| 2026-08-09 | 16.1116 |
| 2026-08-16 | 16.1758 |
| 2026-08-24 | 16.1765 |
| 2026-08-31 | 16.3122 |
| 2026-09-07 | 16.0652 |
| 2026-09-14 | 16.1779 |
| 2026-09-21 | 16.1553 |
High
16.3627
Low
15.7514
Average
16.1074
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.