Convert MGA to JPY
Malagasy Ariary → Japanese Yen
1 MGA = 0.0359499 JPY(1 JPY = 27.816526 MGA)
Currency converter
1 MGA =
0.03595 JPY
MGA to JPY: last 30 days
Over the last 30 days, 1 MGA traded between 0.035443 and 0.037075 JPY, averaging 0.036125 JPY. The MGA/JPY rate is down 2.45% since 2026-08-28.
- 30-day high
- 0.037075
- 2026-09-01
- 30-day low
- 0.035443
- 2026-09-13
- 30-day average
- 0.036125
- Days with data: 30
- 30-day change
- -2.45%
- since 2026-08-28
0.037075
0.0354432026-08-28 → 2026-09-26
| Date | 1 MGA in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.03595 | 0.00% |
| 2026-09-25 | 0.03595 | -0.23% |
| 2026-09-24 | 0.036033 | +0.05% |
| 2026-09-23 | 0.036014 | +0.37% |
| 2026-09-22 | 0.03588 | -1.00% |
| 2026-09-21 | 0.036241 | +0.31% |
| 2026-09-20 | 0.036128 | -0.75% |
| 2026-09-19 | 0.036399 | +1.20% |
| 2026-09-18 | 0.035966 | +0.86% |
| 2026-09-17 | 0.03566 | -0.23% |
| 2026-09-16 | 0.035743 | -0.09% |
| 2026-09-15 | 0.035775 | +0.19% |
| 2026-09-14 | 0.035709 | +0.75% |
| 2026-09-13 | 0.035443 | -0.37% |
| 2026-09-12 | 0.035573 | -0.40% |
| Date | 1 MGA in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.035715 | -0.46% |
| 2026-09-10 | 0.035879 | +1.12% |
| 2026-09-09 | 0.035482 | -1.47% |
| 2026-09-08 | 0.03601 | -0.16% |
| 2026-09-07 | 0.036069 | -0.00% |
| 2026-09-06 | 0.03607 | -0.55% |
| 2026-09-05 | 0.03627 | -0.05% |
| 2026-09-04 | 0.036287 | +0.41% |
| 2026-09-03 | 0.03614 | -1.92% |
| 2026-09-02 | 0.036848 | -0.61% |
| 2026-09-01 | 0.037075 | +0.63% |
| 2026-08-31 | 0.036842 | -0.09% |
| 2026-08-30 | 0.036876 | -0.00% |
| 2026-08-29 | 0.036876 | +0.06% |
| 2026-08-28 | 0.036853 | — |
MGA to JPY conversion table
1 MGA0.03595 JPY
5 MGA0.17975 JPY
10 MGA0.3595 JPY
25 MGA0.89875 JPY
50 MGA1.7975 JPY
100 MGA3.595 JPY
500 MGA17.9749 JPY
1,000 MGA35.9499 JPY
5,000 MGA179.7493 JPY
10,000 MGA359.4985 JPY
Get the MGA/JPY rate in your app
One GET request returns the latest MGA → JPY rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/MGA/JPY"fetch('https://rate-api.com/api/v1/pair/MGA/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MGA = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MGA/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MGA = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MGA/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MGA = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "MGA",
"to": "JPY"
},
"rate": 0.0359,
"timestamp": 1790435111,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
JPY to MGAJapanese Yen → Malagasy Ariary27.8165Convert MGA to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.