Skip to content

TND to MZN exchange rate API

Tunisian Dinar to Mozambique Metical · quoted 2026-09-24

21.5996

▼ +2.37% over YTD

1 TND = 21.5996 MZN · 1 MZN = 0.04630 TND · Get this rate via the API

1 TND buys 21.5996 MZN as of 2026-09-24, so 1 MZN buys 0.04630 TND. Over the year to date, TND/MZN traded between 21.5295 and 22.5307, averaged 21.9695 and fell 2.37%. The API holds daily TND/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/MZN over YTD

TND/MZN over YTD: show the values
PointTND/MZN
2025-12-3122.1249
2026-01-0722.1201
2026-01-1422.0258
2026-01-2122.1846
2026-01-2822.5307
2026-02-0422.3558
2026-02-1122.4746
2026-02-1822.4136
2026-02-2522.2372
2026-03-0422.0184
2026-03-1121.8652
2026-03-1821.7594
2026-03-2521.9443
2026-04-0121.8081
2026-04-0821.9354
2026-04-1522.0144
2026-04-2222.3137
2026-04-2922.1621
2026-05-0622.1140
2026-05-1422.0979
2026-05-2121.9755
2026-05-2922.0203
2026-06-0521.9497
2026-06-1421.8629
2026-06-2121.6280
2026-06-2821.5765
2026-07-0521.6120
2026-07-1221.6221
2026-07-1921.6483
2026-07-2621.5295
2026-08-0221.7540
2026-08-0921.8633
2026-08-1621.8715
2026-08-2422.0792
2026-08-3122.1428
2026-09-0721.8786
2026-09-1422.0261
2026-09-2121.6708

High

22.5307

Low

21.5295

Average

21.9695

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/MZN API questions

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

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

How far back does TND/MZN historical data go?

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