Skip to content

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

TND/MUR over YTD: show the values
PointTND/MUR
2025-12-3115.9464
2026-01-0716.0234
2026-01-1416.1121
2026-01-2116.0302
2026-01-2816.0955
2026-02-0416.0658
2026-02-1116.0912
2026-02-1816.1126
2026-02-2516.1980
2026-03-0416.1691
2026-03-1115.7514
2026-03-1815.8910
2026-03-2515.9942
2026-04-0116.0955
2026-04-0816.1671
2026-04-1515.9337
2026-04-2216.1765
2026-04-2916.2254
2026-05-0616.2485
2026-05-1416.1940
2026-05-2116.3038
2026-05-2916.3627
2026-06-0516.3489
2026-06-1416.1739
2026-06-2116.2585
2026-06-2815.9591
2026-07-0515.9566
2026-07-1215.9372
2026-07-1915.9800
2026-07-2615.9880
2026-08-0216.0246
2026-08-0916.1116
2026-08-1616.1758
2026-08-2416.1765
2026-08-3116.3122
2026-09-0716.0652
2026-09-1416.1779
2026-09-2116.1553

High

16.3627

Low

15.7514

Average

16.1074

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.