Skip to content

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

TND/MUR over 5Y: show the values
PointTND/MUR
2024-08-2415.1223
2024-10-0715.1586
2024-11-0614.8342
2024-12-0614.8181
2025-01-0514.8700
2025-02-0414.7367
2025-03-0614.8144
2025-04-0614.5819
2025-05-0615.1295
2025-06-0715.5054
2025-07-0715.5511
2025-08-0615.7544
2025-09-0515.8258
2025-10-0615.5899
2025-11-0515.5475
2025-12-0515.6772
2026-01-0515.9141
2026-02-0416.0658
2026-03-0616.2926
2026-04-0516.0041
2026-05-0516.2051
2026-06-0616.2351
2026-07-0815.9549
2026-08-0716.0467
2026-09-0716.0652

High

16.2926

Low

14.5819

Average

15.5576

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=MUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=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&currencies=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.