Skip to content

TTD to MXN exchange rate API

Trinidad and Tobago Dollar to Mexican Peso · quoted 2026-09-26

2.6072

▼ +4.26% over 1Y

1 TTD = 2.6072 MXN · 1 MXN = 0.38355 TTD · Get this rate via the API

1 TTD buys 2.6072 MXN as of 2026-09-26, so 1 MXN buys 0.38355 TTD. Over the last year, TTD/MXN traded between 2.4960 and 2.7493, averaged 2.6046 and fell 4.26%. The API holds daily TTD/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/MXN over 1Y

TTD/MXN over 1Y: show the values
PointTTD/MXN
2025-09-262.7233
2025-10-032.7161
2025-10-102.7030
2025-10-172.7172
2025-10-242.7141
2025-10-312.7493
2025-11-072.7392
2025-11-142.7124
2025-11-212.7172
2025-11-282.7001
2025-12-052.6914
2025-12-132.6546
2025-12-202.6547
2025-12-272.6337
2026-01-032.6336
2026-01-102.6467
2026-01-172.5974
2026-01-242.5547
2026-01-312.5779
2026-02-072.5485
2026-02-142.5314
2026-02-212.5264
2026-02-282.5492
2026-03-072.6260
2026-03-142.6608
2026-03-212.6381
2026-03-282.6667
2026-04-042.6361
2026-04-112.5503
2026-04-182.5488
2026-04-252.5633
2026-05-022.5712
2026-05-092.5348
2026-05-172.5632
2026-05-252.5461
2026-06-012.5519
2026-06-102.5771
2026-06-172.5337
2026-06-242.5960
2026-07-012.5842
2026-07-082.5859
2026-07-152.5717
2026-07-222.5695
2026-07-292.5744
2026-08-052.5383
2026-08-122.5188
2026-08-202.5135
2026-08-272.4993
2026-09-032.5146
2026-09-102.4960
2026-09-172.5279
2026-09-242.5844

High

2.7493

Low

2.4960

Average

2.6046

For developers

Get this rate via the API

One GET request returns the TTD/MXN 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=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=MXN");
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=MXN").json()

Replace YOUR_API_KEY with the key from your dashboard.

TTD/MXN API questions

How do I get the TTD/MXN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/MXN rate in rates.MXN.

How far back does TTD/MXN historical data go?

Daily TTD/MXN 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/MXN 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.