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: show the values
| Point | TJS/MGA |
|---|---|
| 2026-08-28 | 469.1766 |
| 2026-08-29 | 468.3956 |
| 2026-08-30 | 467.7933 |
| 2026-08-31 | 467.6153 |
| 2026-09-01 | 468.2300 |
| 2026-09-02 | 468.8549 |
| 2026-09-03 | 467.7818 |
| 2026-09-04 | 466.6802 |
| 2026-09-05 | 466.5695 |
| 2026-09-06 | 467.9965 |
| 2026-09-07 | 465.1567 |
| 2026-09-08 | 464.2214 |
| 2026-09-09 | 467.7579 |
| 2026-09-10 | 465.2414 |
| 2026-09-11 | 466.8557 |
| 2026-09-12 | 468.3142 |
| 2026-09-13 | 469.7583 |
| 2026-09-14 | 468.2219 |
| 2026-09-15 | 469.0981 |
| 2026-09-16 | 470.1574 |
| 2026-09-17 | 471.3697 |
| 2026-09-18 | 475.9416 |
| 2026-09-19 | 470.0468 |
| 2026-09-20 | 472.9569 |
| 2026-09-21 | 470.3179 |
| 2026-09-22 | 474.2691 |
| 2026-09-23 | 474.6578 |
| 2026-09-24 | 476.1787 |
| 2026-09-25 | 475.5246 |
| 2026-09-26 | 478.2258 |
| 2026-09-27 | 477.7301 |
High
478.2258
Low
464.2214
Average
470.2758
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.