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: show the values
| Point | TND/MZN |
|---|---|
| 2025-09-24 | 22.0466 |
| 2025-10-01 | 22.0044 |
| 2025-10-08 | 21.8391 |
| 2025-10-15 | 21.7926 |
| 2025-10-22 | 21.7594 |
| 2025-10-29 | 21.8988 |
| 2025-11-05 | 21.6396 |
| 2025-11-12 | 21.7320 |
| 2025-11-19 | 21.6773 |
| 2025-11-26 | 21.6572 |
| 2025-12-03 | 21.7145 |
| 2025-12-11 | 21.8314 |
| 2025-12-18 | 21.9417 |
| 2025-12-25 | 22.0783 |
| 2026-01-01 | 22.0770 |
| 2026-01-08 | 22.0619 |
| 2026-01-15 | 22.0995 |
| 2026-01-22 | 22.1548 |
| 2026-01-29 | 22.5254 |
| 2026-02-05 | 22.3194 |
| 2026-02-12 | 22.1716 |
| 2026-02-19 | 22.3116 |
| 2026-02-26 | 22.3223 |
| 2026-03-05 | 22.0159 |
| 2026-03-12 | 21.8003 |
| 2026-03-19 | 21.7912 |
| 2026-03-26 | 21.8717 |
| 2026-04-02 | 21.7843 |
| 2026-04-09 | 22.1159 |
| 2026-04-16 | 22.0834 |
| 2026-04-23 | 21.9040 |
| 2026-04-30 | 22.0953 |
| 2026-05-07 | 22.2490 |
| 2026-05-15 | 22.1295 |
| 2026-05-23 | 21.8523 |
| 2026-05-30 | 21.9747 |
| 2026-06-06 | 21.7997 |
| 2026-06-15 | 22.0412 |
| 2026-06-22 | 21.8728 |
| 2026-06-29 | 21.8069 |
| 2026-07-06 | 21.6648 |
| 2026-07-13 | 21.5829 |
| 2026-07-20 | 21.6275 |
| 2026-07-27 | 21.5293 |
| 2026-08-03 | 21.7530 |
| 2026-08-10 | 21.8529 |
| 2026-08-17 | 21.8572 |
| 2026-08-25 | 21.9898 |
| 2026-09-01 | 21.9209 |
| 2026-09-08 | 21.9986 |
| 2026-09-15 | 21.7611 |
| 2026-09-22 | 21.6674 |
High
22.5254
Low
21.5293
Average
21.9179
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.