TJS to MGA exchange rate API
Somoni to Malagasy Ariary · quoted 2026-09-27
477.7301
▲ +10.94% over 5Y
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 5 years, TJS/MGA traded between 411.5079 and 496.8584, averaged 446.7046 and rose 10.94%. 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 5Y: show the values
| Point | TJS/MGA |
|---|---|
| 2024-08-24 | 430.6227 |
| 2024-10-07 | 412.8633 |
| 2024-11-06 | 414.0900 |
| 2024-12-06 | 411.5079 |
| 2025-01-05 | 418.0451 |
| 2025-02-04 | 412.3039 |
| 2025-03-06 | 413.6900 |
| 2025-04-06 | 416.8638 |
| 2025-05-06 | 418.0958 |
| 2025-06-07 | 454.3174 |
| 2025-07-07 | 445.3076 |
| 2025-08-06 | 461.8970 |
| 2025-09-05 | 448.2606 |
| 2025-10-06 | 479.9208 |
| 2025-11-05 | 488.5405 |
| 2025-12-05 | 485.2162 |
| 2026-01-05 | 496.8584 |
| 2026-02-04 | 476.6848 |
| 2026-03-06 | 431.9719 |
| 2026-04-05 | 436.4833 |
| 2026-05-05 | 443.7594 |
| 2026-06-06 | 450.1320 |
| 2026-07-08 | 457.9511 |
| 2026-08-07 | 466.0492 |
| 2026-09-07 | 465.1567 |
High
496.8584
Low
411.5079
Average
446.7046
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.