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: show the values
| Point | TJS/MGA |
|---|---|
| 2025-12-31 | 495.0737 |
| 2026-01-07 | 498.5824 |
| 2026-01-14 | 495.4015 |
| 2026-01-21 | 487.4437 |
| 2026-01-28 | 479.5565 |
| 2026-02-04 | 476.6848 |
| 2026-02-11 | 471.6183 |
| 2026-02-18 | 462.7351 |
| 2026-02-25 | 452.1724 |
| 2026-03-04 | 438.7718 |
| 2026-03-11 | 433.5703 |
| 2026-03-18 | 434.3556 |
| 2026-03-25 | 435.6202 |
| 2026-04-01 | 435.9997 |
| 2026-04-08 | 441.2432 |
| 2026-04-15 | 436.6431 |
| 2026-04-22 | 441.0409 |
| 2026-04-29 | 442.4134 |
| 2026-05-06 | 445.8496 |
| 2026-05-14 | 446.0888 |
| 2026-05-21 | 451.4773 |
| 2026-05-29 | 454.9963 |
| 2026-06-05 | 451.6016 |
| 2026-06-14 | 450.8092 |
| 2026-06-21 | 453.0583 |
| 2026-06-28 | 458.0331 |
| 2026-07-05 | 459.0119 |
| 2026-07-12 | 464.1117 |
| 2026-07-19 | 464.6231 |
| 2026-07-26 | 465.6207 |
| 2026-08-02 | 466.3619 |
| 2026-08-09 | 466.1776 |
| 2026-08-16 | 467.1877 |
| 2026-08-24 | 467.1064 |
| 2026-08-31 | 467.6153 |
| 2026-09-07 | 465.1567 |
| 2026-09-14 | 468.2219 |
| 2026-09-21 | 470.3179 |
High
498.5824
Low
433.5703
Average
460.0022
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.