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: show the values
| Point | TTD/MGA |
|---|---|
| 2025-09-27 | 658.4086 |
| 2025-10-04 | 658.6465 |
| 2025-10-11 | 661.4765 |
| 2025-10-18 | 662.9526 |
| 2025-10-25 | 663.8157 |
| 2025-11-01 | 667.4009 |
| 2025-11-08 | 662.4275 |
| 2025-11-15 | 663.3760 |
| 2025-11-22 | 661.6015 |
| 2025-11-29 | 664.7767 |
| 2025-12-06 | 661.0338 |
| 2025-12-14 | 665.2816 |
| 2025-12-21 | 674.0482 |
| 2025-12-28 | 675.7836 |
| 2026-01-04 | 677.0110 |
| 2026-01-11 | 678.1377 |
| 2026-01-18 | 677.9552 |
| 2026-01-25 | 669.3563 |
| 2026-02-01 | 659.3741 |
| 2026-02-08 | 659.5520 |
| 2026-02-15 | 650.5943 |
| 2026-02-22 | 640.7639 |
| 2026-03-01 | 624.0909 |
| 2026-03-08 | 620.9325 |
| 2026-03-15 | 617.4986 |
| 2026-03-22 | 618.1589 |
| 2026-03-29 | 616.8809 |
| 2026-04-05 | 619.0303 |
| 2026-04-12 | 611.5234 |
| 2026-04-19 | 610.6603 |
| 2026-04-26 | 611.8520 |
| 2026-05-03 | 611.2483 |
| 2026-05-10 | 616.3301 |
| 2026-05-18 | 613.2541 |
| 2026-05-26 | 618.8511 |
| 2026-06-02 | 617.8520 |
| 2026-06-11 | 617.9987 |
| 2026-06-18 | 616.4060 |
| 2026-06-25 | 620.7106 |
| 2026-07-02 | 631.3563 |
| 2026-07-09 | 624.6913 |
| 2026-07-16 | 624.4730 |
| 2026-07-23 | 628.5996 |
| 2026-07-30 | 637.9683 |
| 2026-08-06 | 633.9824 |
| 2026-08-13 | 635.0150 |
| 2026-08-21 | 630.5832 |
| 2026-08-28 | 638.7557 |
| 2026-09-04 | 636.6910 |
| 2026-09-11 | 635.2285 |
| 2026-09-18 | 646.6983 |
| 2026-09-25 | 644.6810 |
High
678.1377
Low
610.6603
Average
641.4479
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.