Skip to content

TJS to MGA exchange rate API

Somoni to Malagasy Ariary · quoted 2026-09-27

477.7301

▲ +0.14% over 1Y

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 year, TJS/MGA traded between 433.7113 and 496.1251, averaged 466.5959 and rose 0.14%. 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 1Y

TJS/MGA over 1Y: show the values
PointTJS/MGA
2025-09-27477.0857
2025-10-04481.3215
2025-10-11485.4316
2025-10-18488.0164
2025-10-25485.7428
2025-11-01487.7140
2025-11-08487.0375
2025-11-15486.6438
2025-11-22487.4390
2025-11-29486.3140
2025-12-06488.0840
2025-12-14486.6018
2025-12-21494.5311
2025-12-28495.1466
2026-01-04496.1251
2026-01-11492.9513
2026-01-18491.6534
2026-01-25484.4291
2026-02-01473.7402
2026-02-08473.5855
2026-02-15464.9386
2026-02-22457.1366
2026-03-01442.2930
2026-03-08436.0160
2026-03-15433.7113
2026-03-22435.9954
2026-03-29437.1897
2026-04-05436.4833
2026-04-12436.6259
2026-04-19439.8410
2026-04-26442.0467
2026-05-03442.3448
2026-05-10447.7082
2026-05-18446.1394
2026-05-26453.9999
2026-06-02454.2101
2026-06-11449.9544
2026-06-18451.4817
2026-06-25454.4720
2026-07-02463.3643
2026-07-09457.5509
2026-07-16459.5181
2026-07-23461.7068
2026-07-30470.3267
2026-08-06465.2603
2026-08-13465.3678
2026-08-21462.3979
2026-08-28469.1766
2026-09-04466.6802
2026-09-11466.8557
2026-09-18475.9416
2026-09-25475.5246

High

496.1251

Low

433.7113

Average

466.5959

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.