MGA to TJS exchange rate API
Malagasy Ariary to Somoni · quoted 2026-09-27
0.002093
▼ +0.14% over 1Y
1 MGA = 0.002093 TJS · 1 TJS = 477.7831 MGA · Get this rate via the API
1 MGA buys 0.002093 TJS as of 2026-09-27, so 1 TJS buys 477.7831 MGA. Over the last year, MGA/TJS traded between 0.002015 and 0.002305, averaged 0.002146 and fell 0.14%. The API holds daily MGA/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MGA/TJS over 1Y: show the values
| Point | MGA/TJS |
|---|---|
| 2025-09-27 | 0.002096 |
| 2025-10-04 | 0.002077 |
| 2025-10-11 | 0.002060 |
| 2025-10-18 | 0.002049 |
| 2025-10-25 | 0.002058 |
| 2025-11-01 | 0.002050 |
| 2025-11-08 | 0.002053 |
| 2025-11-15 | 0.002054 |
| 2025-11-22 | 0.002051 |
| 2025-11-29 | 0.002056 |
| 2025-12-06 | 0.002048 |
| 2025-12-14 | 0.002055 |
| 2025-12-21 | 0.002022 |
| 2025-12-28 | 0.002019 |
| 2026-01-04 | 0.002015 |
| 2026-01-11 | 0.002028 |
| 2026-01-18 | 0.002033 |
| 2026-01-25 | 0.002064 |
| 2026-02-01 | 0.002110 |
| 2026-02-08 | 0.002111 |
| 2026-02-15 | 0.002150 |
| 2026-02-22 | 0.002187 |
| 2026-03-01 | 0.002260 |
| 2026-03-08 | 0.002293 |
| 2026-03-15 | 0.002305 |
| 2026-03-22 | 0.002293 |
| 2026-03-29 | 0.002287 |
| 2026-04-05 | 0.002291 |
| 2026-04-12 | 0.002290 |
| 2026-04-19 | 0.002273 |
| 2026-04-26 | 0.002262 |
| 2026-05-03 | 0.002260 |
| 2026-05-10 | 0.002233 |
| 2026-05-18 | 0.002241 |
| 2026-05-26 | 0.002202 |
| 2026-06-02 | 0.002201 |
| 2026-06-11 | 0.002222 |
| 2026-06-18 | 0.002214 |
| 2026-06-25 | 0.002200 |
| 2026-07-02 | 0.002158 |
| 2026-07-09 | 0.002185 |
| 2026-07-16 | 0.002176 |
| 2026-07-23 | 0.002165 |
| 2026-07-30 | 0.002126 |
| 2026-08-06 | 0.002149 |
| 2026-08-13 | 0.002148 |
| 2026-08-21 | 0.002162 |
| 2026-08-28 | 0.002131 |
| 2026-09-04 | 0.002142 |
| 2026-09-11 | 0.002141 |
| 2026-09-18 | 0.002101 |
| 2026-09-25 | 0.002102 |
High
0.002305
Low
0.002015
Average
0.002146
Get this rate via the API
One GET request returns the MGA/TJS 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=MGA¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MGA¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MGA¤cies=TJS").json()Replace YOUR_API_KEY with the key from your dashboard.
MGA/TJS API questions
How do I get the MGA/TJS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MGA¤cies=TJS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MGA/TJS rate in rates.TJS.
How far back does MGA/TJS historical data go?
Daily MGA/TJS 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 MGA/TJS 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.