Skip to content

TND to MXN exchange rate API

Tunisian Dinar to Mexican Peso · quoted 2026-09-25

5.9883

▼ +5.63% over 1Y

1 TND = 5.9883 MXN · 1 MXN = 0.16699 TND · Get this rate via the API

1 TND buys 5.9883 MXN as of 2026-09-25, so 1 MXN buys 0.16699 TND. Over the last year, TND/MXN traded between 5.8238 and 6.3507, averaged 6.0577 and fell 5.63%. The API holds daily TND/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/MXN over 1Y

TND/MXN over 1Y: show the values
PointTND/MXN
2025-09-256.3456
2025-10-026.3322
2025-10-096.2558
2025-10-166.3075
2025-10-236.2700
2025-10-306.3507
2025-11-066.2790
2025-11-136.1996
2025-11-206.2089
2025-11-276.2310
2025-12-046.2444
2025-12-126.1794
2025-12-196.1845
2025-12-266.2064
2026-01-026.2215
2026-01-096.2147
2026-01-166.1040
2026-01-236.0699
2026-01-306.0819
2026-02-066.0611
2026-02-136.0443
2026-02-205.9868
2026-02-276.0069
2026-03-066.1237
2026-03-136.0784
2026-03-206.1123
2026-03-276.1690
2026-04-036.0934
2026-04-106.0164
2026-04-175.9678
2026-04-246.0322
2026-05-016.0568
2026-05-085.9228
2026-05-165.9663
2026-05-245.9386
2026-05-315.9737
2026-06-095.9455
2026-06-165.8976
2026-06-235.9462
2026-06-305.9235
2026-07-075.9105
2026-07-145.9266
2026-07-215.9021
2026-07-285.8943
2026-08-045.9080
2026-08-115.8521
2026-08-185.8462
2026-08-265.8384
2026-09-025.8238
2026-09-095.8306
2026-09-165.8779
2026-09-235.9108

High

6.3507

Low

5.8238

Average

6.0577

For developers

Get this rate via the API

One GET request returns the TND/MXN 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=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=MXN");
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=MXN").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/MXN API questions

How do I get the TND/MXN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/MXN rate in rates.MXN.

How far back does TND/MXN historical data go?

Daily TND/MXN 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/MXN 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.