Skip to content

TJS to MGA exchange rate API

Somoni to Malagasy Ariary · quoted 2026-09-27

477.7301

▲ +1.82% over 30D

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 30 days, TJS/MGA traded between 464.2214 and 478.2258, averaged 470.2758 and rose 1.82%. 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 30D

TJS/MGA over 30D: show the values
PointTJS/MGA
2026-08-28469.1766
2026-08-29468.3956
2026-08-30467.7933
2026-08-31467.6153
2026-09-01468.2300
2026-09-02468.8549
2026-09-03467.7818
2026-09-04466.6802
2026-09-05466.5695
2026-09-06467.9965
2026-09-07465.1567
2026-09-08464.2214
2026-09-09467.7579
2026-09-10465.2414
2026-09-11466.8557
2026-09-12468.3142
2026-09-13469.7583
2026-09-14468.2219
2026-09-15469.0981
2026-09-16470.1574
2026-09-17471.3697
2026-09-18475.9416
2026-09-19470.0468
2026-09-20472.9569
2026-09-21470.3179
2026-09-22474.2691
2026-09-23474.6578
2026-09-24476.1787
2026-09-25475.5246
2026-09-26478.2258
2026-09-27477.7301

High

478.2258

Low

464.2214

Average

470.2758

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.