Skip to content

TTD to MGA exchange rate API

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

650.9616

▼ +3.48% over YTD

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 year to date, TTD/MGA traded between 608.5303 and 681.9309, averaged 633.8400 and fell 3.48%. 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 YTD

TTD/MGA over YTD: show the values
PointTTD/MGA
2025-12-31674.4380
2026-01-07679.6613
2026-01-14681.9309
2026-01-21671.0947
2026-01-28656.7516
2026-02-04656.7095
2026-02-11652.8599
2026-02-18645.0473
2026-02-25631.0439
2026-03-04618.3841
2026-03-11612.0403
2026-03-18612.9390
2026-03-25614.8617
2026-04-01615.8792
2026-04-08614.5055
2026-04-15608.5303
2026-04-22610.5303
2026-04-29610.3142
2026-05-06614.9676
2026-05-14613.7373
2026-05-21619.0515
2026-05-29617.7988
2026-06-05620.1094
2026-06-14619.7523
2026-06-21625.8555
2026-06-28626.2993
2026-07-05634.3980
2026-07-12634.5320
2026-07-19635.5653
2026-07-26638.4029
2026-08-02639.6366
2026-08-09637.8000
2026-08-16642.3973
2026-08-24635.5868
2026-08-31635.9801
2026-09-07632.6523
2026-09-14637.5011
2026-09-21639.2525

High

681.9309

Low

608.5303

Average

633.8400

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.