Skip to content

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

TND/MGA over 1Y: show the values
PointTND/MGA
2025-09-251464.20
2025-10-021392.97
2025-10-091525.61
2025-10-161526.57
2025-10-231524.80
2025-10-301539.31
2025-11-061524.28
2025-11-131522.35
2025-11-201521.61
2025-11-271520.58
2025-12-041524.00
2025-12-121520.01
2025-12-191545.81
2025-12-261582.77
2026-01-021592.22
2026-01-091595.24
2026-01-161600.72
2026-01-231579.86
2026-01-301578.33
2026-02-061545.72
2026-02-131552.10
2026-02-201515.04
2026-02-271480.21
2026-03-061425.45
2026-03-131418.05
2026-03-201426.08
2026-03-271423.69
2026-04-031422.43
2026-04-101439.10
2026-04-171438.90
2026-04-241437.99
2026-05-011441.70
2026-05-081431.39
2026-05-161439.54
2026-05-241441.95
2026-05-311444.39
2026-06-091436.62
2026-06-161441.01
2026-06-231437.98
2026-06-301441.47
2026-07-071438.59
2026-07-141450.23
2026-07-211457.68
2026-07-281453.66
2026-08-041459.70
2026-08-111469.27
2026-08-181477.87
2026-08-261473.94
2026-09-021483.75
2026-09-091490.07
2026-09-161487.76
2026-09-231486.21

High

1600.72

Low

1392.97

Average

1486.47

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=MGA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=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&currencies=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.