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: show the values
| Point | TTD/MGA |
|---|---|
| 2025-12-31 | 674.4380 |
| 2026-01-07 | 679.6613 |
| 2026-01-14 | 681.9309 |
| 2026-01-21 | 671.0947 |
| 2026-01-28 | 656.7516 |
| 2026-02-04 | 656.7095 |
| 2026-02-11 | 652.8599 |
| 2026-02-18 | 645.0473 |
| 2026-02-25 | 631.0439 |
| 2026-03-04 | 618.3841 |
| 2026-03-11 | 612.0403 |
| 2026-03-18 | 612.9390 |
| 2026-03-25 | 614.8617 |
| 2026-04-01 | 615.8792 |
| 2026-04-08 | 614.5055 |
| 2026-04-15 | 608.5303 |
| 2026-04-22 | 610.5303 |
| 2026-04-29 | 610.3142 |
| 2026-05-06 | 614.9676 |
| 2026-05-14 | 613.7373 |
| 2026-05-21 | 619.0515 |
| 2026-05-29 | 617.7988 |
| 2026-06-05 | 620.1094 |
| 2026-06-14 | 619.7523 |
| 2026-06-21 | 625.8555 |
| 2026-06-28 | 626.2993 |
| 2026-07-05 | 634.3980 |
| 2026-07-12 | 634.5320 |
| 2026-07-19 | 635.5653 |
| 2026-07-26 | 638.4029 |
| 2026-08-02 | 639.6366 |
| 2026-08-09 | 637.8000 |
| 2026-08-16 | 642.3973 |
| 2026-08-24 | 635.5868 |
| 2026-08-31 | 635.9801 |
| 2026-09-07 | 632.6523 |
| 2026-09-14 | 637.5011 |
| 2026-09-21 | 639.2525 |
High
681.9309
Low
608.5303
Average
633.8400
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.