TTD to MZN exchange rate API
Trinidad and Tobago Dollar to Mozambique Metical · quoted 2026-09-26
9.4129
▼ +0.01% over 1Y
1 TTD = 9.4129 MZN · 1 MZN = 0.10624 TTD · Get this rate via the API
1 TTD buys 9.4129 MZN as of 2026-09-26, so 1 MZN buys 0.10624 TTD. Over the last year, TTD/MZN traded between 9.3642 and 9.4608, averaged 9.4129 and fell 0.01%. The API holds daily TTD/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/MZN over 1Y: show the values
| Point | TTD/MZN |
|---|---|
| 2025-09-26 | 9.4139 |
| 2025-10-03 | 9.4227 |
| 2025-10-10 | 9.3995 |
| 2025-10-17 | 9.4311 |
| 2025-10-24 | 9.4232 |
| 2025-10-31 | 9.4608 |
| 2025-11-07 | 9.4298 |
| 2025-11-14 | 9.4334 |
| 2025-11-21 | 9.4103 |
| 2025-11-28 | 9.4060 |
| 2025-12-05 | 9.4413 |
| 2025-12-13 | 9.4185 |
| 2025-12-20 | 9.4053 |
| 2025-12-27 | 9.3642 |
| 2026-01-03 | 9.4013 |
| 2026-01-10 | 9.4088 |
| 2026-01-17 | 9.3992 |
| 2026-01-24 | 9.4029 |
| 2026-01-31 | 9.4110 |
| 2026-02-07 | 9.3888 |
| 2026-02-14 | 9.4182 |
| 2026-02-21 | 9.4175 |
| 2026-02-28 | 9.4597 |
| 2026-03-07 | 9.4105 |
| 2026-03-14 | 9.4491 |
| 2026-03-21 | 9.3726 |
| 2026-03-28 | 9.4111 |
| 2026-04-04 | 9.3728 |
| 2026-04-11 | 9.4280 |
| 2026-04-18 | 9.4164 |
| 2026-04-25 | 9.4261 |
| 2026-05-02 | 9.4123 |
| 2026-05-09 | 9.4310 |
| 2026-05-17 | 9.4340 |
| 2026-05-25 | 9.4090 |
| 2026-06-01 | 9.3966 |
| 2026-06-10 | 9.4164 |
| 2026-06-17 | 9.4022 |
| 2026-06-24 | 9.4059 |
| 2026-07-01 | 9.4130 |
| 2026-07-08 | 9.3902 |
| 2026-07-15 | 9.4164 |
| 2026-07-22 | 9.4014 |
| 2026-07-29 | 9.4026 |
| 2026-08-05 | 9.4141 |
| 2026-08-12 | 9.4218 |
| 2026-08-20 | 9.4403 |
| 2026-08-27 | 9.4182 |
| 2026-09-03 | 9.4286 |
| 2026-09-10 | 9.4019 |
| 2026-09-17 | 9.3789 |
| 2026-09-24 | 9.3813 |
High
9.4608
Low
9.3642
Average
9.4129
Get this rate via the API
One GET request returns the TTD/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=TTD¤cies=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=MZN").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/MZN API questions
How do I get the TTD/MZN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=MZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/MZN rate in rates.MZN.
How far back does TTD/MZN historical data go?
Daily TTD/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 TTD/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.