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: show the values
| Point | TJS/MGA |
|---|---|
| 2026-03-31 | 437.3098 |
| 2026-04-07 | 436.2831 |
| 2026-04-14 | 436.6153 |
| 2026-04-21 | 436.5389 |
| 2026-04-28 | 442.5065 |
| 2026-05-05 | 443.7594 |
| 2026-05-12 | 444.9362 |
| 2026-05-20 | 451.0745 |
| 2026-05-28 | 454.8401 |
| 2026-06-04 | 453.0923 |
| 2026-06-13 | 450.7081 |
| 2026-06-20 | 453.1071 |
| 2026-06-27 | 459.1565 |
| 2026-07-04 | 457.3440 |
| 2026-07-11 | 464.0252 |
| 2026-07-18 | 460.4931 |
| 2026-07-25 | 466.1310 |
| 2026-08-01 | 462.8341 |
| 2026-08-08 | 467.3912 |
| 2026-08-15 | 465.6904 |
| 2026-08-23 | 467.4309 |
| 2026-08-30 | 467.7933 |
| 2026-09-06 | 467.9965 |
| 2026-09-13 | 469.7583 |
| 2026-09-20 | 472.9569 |
| 2026-09-27 | 477.7301 |
High
477.7301
Low
436.2831
Average
457.2308
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.