Skip to content

TND to MZN exchange rate API

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

21.5996

▼ +2.03% over 1Y

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 last year, TND/MZN traded between 21.5293 and 22.5254, averaged 21.9179 and fell 2.03%. 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 1Y

TND/MZN over 1Y: show the values
PointTND/MZN
2025-09-2422.0466
2025-10-0122.0044
2025-10-0821.8391
2025-10-1521.7926
2025-10-2221.7594
2025-10-2921.8988
2025-11-0521.6396
2025-11-1221.7320
2025-11-1921.6773
2025-11-2621.6572
2025-12-0321.7145
2025-12-1121.8314
2025-12-1821.9417
2025-12-2522.0783
2026-01-0122.0770
2026-01-0822.0619
2026-01-1522.0995
2026-01-2222.1548
2026-01-2922.5254
2026-02-0522.3194
2026-02-1222.1716
2026-02-1922.3116
2026-02-2622.3223
2026-03-0522.0159
2026-03-1221.8003
2026-03-1921.7912
2026-03-2621.8717
2026-04-0221.7843
2026-04-0922.1159
2026-04-1622.0834
2026-04-2321.9040
2026-04-3022.0953
2026-05-0722.2490
2026-05-1522.1295
2026-05-2321.8523
2026-05-3021.9747
2026-06-0621.7997
2026-06-1522.0412
2026-06-2221.8728
2026-06-2921.8069
2026-07-0621.6648
2026-07-1321.5829
2026-07-2021.6275
2026-07-2721.5293
2026-08-0321.7530
2026-08-1021.8529
2026-08-1721.8572
2026-08-2521.9898
2026-09-0121.9209
2026-09-0821.9986
2026-09-1521.7611
2026-09-2221.6674

High

22.5254

Low

21.5293

Average

21.9179

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.