Skip to content

TTD to MGA exchange rate API

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

650.9616

▼ +1.13% over 1Y

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 year, TTD/MGA traded between 610.6603 and 678.1377, averaged 641.4479 and fell 1.13%. 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 1Y

TTD/MGA over 1Y: show the values
PointTTD/MGA
2025-09-27658.4086
2025-10-04658.6465
2025-10-11661.4765
2025-10-18662.9526
2025-10-25663.8157
2025-11-01667.4009
2025-11-08662.4275
2025-11-15663.3760
2025-11-22661.6015
2025-11-29664.7767
2025-12-06661.0338
2025-12-14665.2816
2025-12-21674.0482
2025-12-28675.7836
2026-01-04677.0110
2026-01-11678.1377
2026-01-18677.9552
2026-01-25669.3563
2026-02-01659.3741
2026-02-08659.5520
2026-02-15650.5943
2026-02-22640.7639
2026-03-01624.0909
2026-03-08620.9325
2026-03-15617.4986
2026-03-22618.1589
2026-03-29616.8809
2026-04-05619.0303
2026-04-12611.5234
2026-04-19610.6603
2026-04-26611.8520
2026-05-03611.2483
2026-05-10616.3301
2026-05-18613.2541
2026-05-26618.8511
2026-06-02617.8520
2026-06-11617.9987
2026-06-18616.4060
2026-06-25620.7106
2026-07-02631.3563
2026-07-09624.6913
2026-07-16624.4730
2026-07-23628.5996
2026-07-30637.9683
2026-08-06633.9824
2026-08-13635.0150
2026-08-21630.5832
2026-08-28638.7557
2026-09-04636.6910
2026-09-11635.2285
2026-09-18646.6983
2026-09-25644.6810

High

678.1377

Low

610.6603

Average

641.4479

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.