Skip to content

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

TND/MUR over 1Y: show the values
PointTND/MUR
2025-09-2515.5858
2025-10-0215.7052
2025-10-0915.6086
2025-10-1615.5214
2025-10-2315.4709
2025-10-3015.5261
2025-11-0615.5600
2025-11-1315.5653
2025-11-2015.5188
2025-11-2715.6726
2025-12-0415.7456
2025-12-1215.7787
2025-12-1915.7970
2025-12-2615.9062
2026-01-0216.0175
2026-01-0916.0459
2026-01-1615.9524
2026-01-2316.0370
2026-01-3015.8948
2026-02-0616.0672
2026-02-1316.0988
2026-02-2016.0763
2026-02-2716.1607
2026-03-0616.2926
2026-03-1315.6527
2026-03-2015.9517
2026-03-2715.9133
2026-04-0316.0030
2026-04-1016.1527
2026-04-1716.0145
2026-04-2416.2151
2026-05-0116.3220
2026-05-0816.0541
2026-05-1616.2248
2026-05-2416.2521
2026-05-3116.3050
2026-06-0916.3684
2026-06-1616.1967
2026-06-2316.2541
2026-06-3016.0165
2026-07-0715.9660
2026-07-1415.9992
2026-07-2115.9887
2026-07-2815.9669
2026-08-0416.0384
2026-08-1116.0604
2026-08-1816.0890
2026-08-2616.1273
2026-09-0216.1264
2026-09-0916.1640
2026-09-1616.1544
2026-09-2316.1500

High

16.3684

Low

15.4709

Average

15.9723

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.