Skip to content

TTD to MGA exchange rate API

Trinidad and Tobago Dollar to Malagasy Ariary · quoted 2026-09-27

650.9616

▲ +1.91% over 30D

1 TTD = 650.9616 MGA · 1 MGA = 0.001536 TTD · Get this rate via the API

1 TTD buys 650.9616 MGA as of 2026-09-27, so 1 MGA buys 0.001536 TTD. Over the last 30 days, TTD/MGA traded between 632.6523 and 650.9616, averaged 640.7443 and rose 1.91%. The API holds daily TTD/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/MGA over 30D

TTD/MGA over 30D: show the values
PointTTD/MGA
2026-08-28638.7557
2026-08-29640.6654
2026-08-30641.7419
2026-08-31635.9801
2026-09-01639.5459
2026-09-02638.9064
2026-09-03638.1021
2026-09-04636.6910
2026-09-05635.3296
2026-09-06642.0110
2026-09-07632.6523
2026-09-08632.7306
2026-09-09637.7635
2026-09-10633.0509
2026-09-11635.2285
2026-09-12638.0710
2026-09-13643.2985
2026-09-14637.5011
2026-09-15638.5397
2026-09-16639.6407
2026-09-17642.0980
2026-09-18646.6983
2026-09-19638.5477
2026-09-20646.3831
2026-09-21639.2525
2026-09-22644.8655
2026-09-23645.2303
2026-09-24647.9563
2026-09-25644.6810
2026-09-26649.9772
2026-09-27650.9616

High

650.9616

Low

632.6523

Average

640.7443

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/MGA API questions

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

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

How far back does TTD/MGA historical data go?

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