Skip to content

TJS to MGA exchange rate API

Somoni to Malagasy Ariary · quoted 2026-09-27

477.7301

▲ +9.24% over 6M

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 6 months, TJS/MGA traded between 436.2831 and 477.7301, averaged 457.2308 and rose 9.24%. 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 6M

TJS/MGA over 6M: show the values
PointTJS/MGA
2026-03-31437.3098
2026-04-07436.2831
2026-04-14436.6153
2026-04-21436.5389
2026-04-28442.5065
2026-05-05443.7594
2026-05-12444.9362
2026-05-20451.0745
2026-05-28454.8401
2026-06-04453.0923
2026-06-13450.7081
2026-06-20453.1071
2026-06-27459.1565
2026-07-04457.3440
2026-07-11464.0252
2026-07-18460.4931
2026-07-25466.1310
2026-08-01462.8341
2026-08-08467.3912
2026-08-15465.6904
2026-08-23467.4309
2026-08-30467.7933
2026-09-06467.9965
2026-09-13469.7583
2026-09-20472.9569
2026-09-27477.7301

High

477.7301

Low

436.2831

Average

457.2308

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.