TND to MGA exchange rate API
Tunisian Dinar to Malagasy Ariary · quoted 2026-09-25
1491.87
▲ +1.89% over 1Y
1 TND = 1491.87 MGA · 1 MGA = 0.000670 TND · Get this rate via the API
1 TND buys 1491.87 MGA as of 2026-09-25, so 1 MGA buys 0.000670 TND. Over the last year, TND/MGA traded between 1392.97 and 1600.72, averaged 1486.47 and rose 1.89%. The API holds daily TND/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/MGA over 1Y: show the values
| Point | TND/MGA |
|---|---|
| 2025-09-25 | 1464.20 |
| 2025-10-02 | 1392.97 |
| 2025-10-09 | 1525.61 |
| 2025-10-16 | 1526.57 |
| 2025-10-23 | 1524.80 |
| 2025-10-30 | 1539.31 |
| 2025-11-06 | 1524.28 |
| 2025-11-13 | 1522.35 |
| 2025-11-20 | 1521.61 |
| 2025-11-27 | 1520.58 |
| 2025-12-04 | 1524.00 |
| 2025-12-12 | 1520.01 |
| 2025-12-19 | 1545.81 |
| 2025-12-26 | 1582.77 |
| 2026-01-02 | 1592.22 |
| 2026-01-09 | 1595.24 |
| 2026-01-16 | 1600.72 |
| 2026-01-23 | 1579.86 |
| 2026-01-30 | 1578.33 |
| 2026-02-06 | 1545.72 |
| 2026-02-13 | 1552.10 |
| 2026-02-20 | 1515.04 |
| 2026-02-27 | 1480.21 |
| 2026-03-06 | 1425.45 |
| 2026-03-13 | 1418.05 |
| 2026-03-20 | 1426.08 |
| 2026-03-27 | 1423.69 |
| 2026-04-03 | 1422.43 |
| 2026-04-10 | 1439.10 |
| 2026-04-17 | 1438.90 |
| 2026-04-24 | 1437.99 |
| 2026-05-01 | 1441.70 |
| 2026-05-08 | 1431.39 |
| 2026-05-16 | 1439.54 |
| 2026-05-24 | 1441.95 |
| 2026-05-31 | 1444.39 |
| 2026-06-09 | 1436.62 |
| 2026-06-16 | 1441.01 |
| 2026-06-23 | 1437.98 |
| 2026-06-30 | 1441.47 |
| 2026-07-07 | 1438.59 |
| 2026-07-14 | 1450.23 |
| 2026-07-21 | 1457.68 |
| 2026-07-28 | 1453.66 |
| 2026-08-04 | 1459.70 |
| 2026-08-11 | 1469.27 |
| 2026-08-18 | 1477.87 |
| 2026-08-26 | 1473.94 |
| 2026-09-02 | 1483.75 |
| 2026-09-09 | 1490.07 |
| 2026-09-16 | 1487.76 |
| 2026-09-23 | 1486.21 |
High
1600.72
Low
1392.97
Average
1486.47
Get this rate via the API
One GET request returns the TND/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=TND¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MGA").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/MGA API questions
How do I get the TND/MGA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=MGA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/MGA rate in rates.MGA.
How far back does TND/MGA historical data go?
Daily TND/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 TND/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.