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: show the values
| Point | TND/MZN |
|---|---|
| 2025-12-31 | 22.1249 |
| 2026-01-07 | 22.1201 |
| 2026-01-14 | 22.0258 |
| 2026-01-21 | 22.1846 |
| 2026-01-28 | 22.5307 |
| 2026-02-04 | 22.3558 |
| 2026-02-11 | 22.4746 |
| 2026-02-18 | 22.4136 |
| 2026-02-25 | 22.2372 |
| 2026-03-04 | 22.0184 |
| 2026-03-11 | 21.8652 |
| 2026-03-18 | 21.7594 |
| 2026-03-25 | 21.9443 |
| 2026-04-01 | 21.8081 |
| 2026-04-08 | 21.9354 |
| 2026-04-15 | 22.0144 |
| 2026-04-22 | 22.3137 |
| 2026-04-29 | 22.1621 |
| 2026-05-06 | 22.1140 |
| 2026-05-14 | 22.0979 |
| 2026-05-21 | 21.9755 |
| 2026-05-29 | 22.0203 |
| 2026-06-05 | 21.9497 |
| 2026-06-14 | 21.8629 |
| 2026-06-21 | 21.6280 |
| 2026-06-28 | 21.5765 |
| 2026-07-05 | 21.6120 |
| 2026-07-12 | 21.6221 |
| 2026-07-19 | 21.6483 |
| 2026-07-26 | 21.5295 |
| 2026-08-02 | 21.7540 |
| 2026-08-09 | 21.8633 |
| 2026-08-16 | 21.8715 |
| 2026-08-24 | 22.0792 |
| 2026-08-31 | 22.1428 |
| 2026-09-07 | 21.8786 |
| 2026-09-14 | 22.0261 |
| 2026-09-21 | 21.6708 |
High
22.5307
Low
21.5295
Average
21.9695
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.