Skip to content

TJS to MGA exchange rate API

Somoni to Malagasy Ariary · quoted 2026-09-27

477.7301

▲ +10.94% over 5Y

1 TJS = 477.7301 MGA · 1 MGA = 0.002093 TJS · Get this rate via the API

1 TJS buys 477.7301 MGA as of 2026-09-27, so 1 MGA buys 0.002093 TJS. Over the last 5 years, TJS/MGA traded between 411.5079 and 496.8584, averaged 446.7046 and rose 10.94%. The API holds daily TJS/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/MGA over 5Y

TJS/MGA over 5Y: show the values
PointTJS/MGA
2024-08-24430.6227
2024-10-07412.8633
2024-11-06414.0900
2024-12-06411.5079
2025-01-05418.0451
2025-02-04412.3039
2025-03-06413.6900
2025-04-06416.8638
2025-05-06418.0958
2025-06-07454.3174
2025-07-07445.3076
2025-08-06461.8970
2025-09-05448.2606
2025-10-06479.9208
2025-11-05488.5405
2025-12-05485.2162
2026-01-05496.8584
2026-02-04476.6848
2026-03-06431.9719
2026-04-05436.4833
2026-05-05443.7594
2026-06-06450.1320
2026-07-08457.9511
2026-08-07466.0492
2026-09-07465.1567

High

496.8584

Low

411.5079

Average

446.7046

For developers

Get this rate via the API

One GET request returns the TJS/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=TJS&currencies=MGA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&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=TJS&currencies=MGA").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/MGA API questions

How do I get the TJS/MGA exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=MGA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/MGA rate in rates.MGA.

How far back does TJS/MGA historical data go?

Daily TJS/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 TJS/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.