Skip to content

TJS to MGA exchange rate API

Somoni to Malagasy Ariary · quoted 2026-09-27

477.7301

▼ +3.50% over YTD

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 year to date, TJS/MGA traded between 433.5703 and 498.5824, averaged 460.0022 and fell 3.50%. 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 YTD

TJS/MGA over YTD: show the values
PointTJS/MGA
2025-12-31495.0737
2026-01-07498.5824
2026-01-14495.4015
2026-01-21487.4437
2026-01-28479.5565
2026-02-04476.6848
2026-02-11471.6183
2026-02-18462.7351
2026-02-25452.1724
2026-03-04438.7718
2026-03-11433.5703
2026-03-18434.3556
2026-03-25435.6202
2026-04-01435.9997
2026-04-08441.2432
2026-04-15436.6431
2026-04-22441.0409
2026-04-29442.4134
2026-05-06445.8496
2026-05-14446.0888
2026-05-21451.4773
2026-05-29454.9963
2026-06-05451.6016
2026-06-14450.8092
2026-06-21453.0583
2026-06-28458.0331
2026-07-05459.0119
2026-07-12464.1117
2026-07-19464.6231
2026-07-26465.6207
2026-08-02466.3619
2026-08-09466.1776
2026-08-16467.1877
2026-08-24467.1064
2026-08-31467.6153
2026-09-07465.1567
2026-09-14468.2219
2026-09-21470.3179

High

498.5824

Low

433.5703

Average

460.0022

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.