Skip to content

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

TTD/MZN over 1Y: show the values
PointTTD/MZN
2025-09-269.4139
2025-10-039.4227
2025-10-109.3995
2025-10-179.4311
2025-10-249.4232
2025-10-319.4608
2025-11-079.4298
2025-11-149.4334
2025-11-219.4103
2025-11-289.4060
2025-12-059.4413
2025-12-139.4185
2025-12-209.4053
2025-12-279.3642
2026-01-039.4013
2026-01-109.4088
2026-01-179.3992
2026-01-249.4029
2026-01-319.4110
2026-02-079.3888
2026-02-149.4182
2026-02-219.4175
2026-02-289.4597
2026-03-079.4105
2026-03-149.4491
2026-03-219.3726
2026-03-289.4111
2026-04-049.3728
2026-04-119.4280
2026-04-189.4164
2026-04-259.4261
2026-05-029.4123
2026-05-099.4310
2026-05-179.4340
2026-05-259.4090
2026-06-019.3966
2026-06-109.4164
2026-06-179.4022
2026-06-249.4059
2026-07-019.4130
2026-07-089.3902
2026-07-159.4164
2026-07-229.4014
2026-07-299.4026
2026-08-059.4141
2026-08-129.4218
2026-08-209.4403
2026-08-279.4182
2026-09-039.4286
2026-09-109.4019
2026-09-179.3789
2026-09-249.3813

High

9.4608

Low

9.3642

Average

9.4129

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=MZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&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=TTD&currencies=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&currencies=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.