Skip to content

TTD to MGA exchange rate API

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

650.9616

▲ +5.67% over 6M

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 6 months, TTD/MGA traded between 609.5051 and 650.9616, averaged 627.6628 and rose 5.67%. 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 6M

TTD/MGA over 6M: show the values
PointTTD/MGA
2026-03-31616.0144
2026-04-07615.7264
2026-04-14609.5051
2026-04-21609.6645
2026-04-28612.0941
2026-05-05611.5507
2026-05-12613.6143
2026-05-20618.4959
2026-05-28617.6317
2026-06-04619.0987
2026-06-13618.9612
2026-06-20619.6042
2026-06-27625.1542
2026-07-04625.5112
2026-07-11631.9588
2026-07-18627.9774
2026-07-25638.5381
2026-08-01629.3382
2026-08-08635.7902
2026-08-15634.9503
2026-08-23640.3589
2026-08-30641.7419
2026-09-06642.0110
2026-09-13643.2985
2026-09-20646.3831
2026-09-27650.9616

High

650.9616

Low

609.5051

Average

627.6628

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.