Convert JPY to MGA
Japanese Yen → Malagasy Ariary
1 JPY = 27.816526 MGA(1 MGA = 0.0359499 JPY)
Currency converter
1 JPY =
27.8165 MGA
JPY to MGA: last 30 days
Over the last 30 days, 1 JPY traded between 26.9725 and 28.2143 MGA, averaging 27.6857 MGA. The JPY/MGA rate is up 2.51% since 2026-08-28.
- 30-day high
- 28.2143
- 2026-09-13
- 30-day low
- 26.9725
- 2026-09-01
- 30-day average
- 27.6857
- Days with data: 30
- 30-day change
- +2.51%
- since 2026-08-28
28.2143
26.97252026-08-28 → 2026-09-26
| Date | 1 JPY in MGA | Daily change |
|---|---|---|
| 2026-09-26 | 27.8165 | 0.00% |
| 2026-09-25 | 27.8165 | +0.23% |
| 2026-09-24 | 27.7524 | -0.05% |
| 2026-09-23 | 27.767 | -0.37% |
| 2026-09-22 | 27.8709 | +1.01% |
| 2026-09-21 | 27.5929 | -0.31% |
| 2026-09-20 | 27.6796 | +0.75% |
| 2026-09-19 | 27.4732 | -1.19% |
| 2026-09-18 | 27.8042 | -0.85% |
| 2026-09-17 | 28.0423 | +0.23% |
| 2026-09-16 | 27.9773 | +0.09% |
| 2026-09-15 | 27.9521 | -0.19% |
| 2026-09-14 | 28.0042 | -0.74% |
| 2026-09-13 | 28.2143 | +0.37% |
| 2026-09-12 | 28.111 | +0.40% |
| Date | 1 JPY in MGA | Daily change |
|---|---|---|
| 2026-09-11 | 27.9994 | +0.46% |
| 2026-09-10 | 27.8716 | -1.10% |
| 2026-09-09 | 28.1829 | +1.49% |
| 2026-09-08 | 27.7699 | +0.16% |
| 2026-09-07 | 27.7243 | +0.00% |
| 2026-09-06 | 27.7241 | +0.55% |
| 2026-09-05 | 27.5711 | +0.05% |
| 2026-09-04 | 27.5584 | -0.40% |
| 2026-09-03 | 27.6702 | +1.96% |
| 2026-09-02 | 27.1387 | +0.62% |
| 2026-09-01 | 26.9725 | -0.63% |
| 2026-08-31 | 27.1428 | +0.09% |
| 2026-08-30 | 27.1181 | +0.00% |
| 2026-08-29 | 27.1178 | -0.06% |
| 2026-08-28 | 27.1345 | — |
JPY to MGA conversion table
1 JPY27.8165 MGA
5 JPY139.0826 MGA
10 JPY278.1653 MGA
25 JPY695.4132 MGA
50 JPY1,390.8263 MGA
100 JPY2,781.6526 MGA
500 JPY13,908.263 MGA
1,000 JPY27,816.526 MGA
5,000 JPY139,082.63 MGA
10,000 JPY278,165.26 MGA
Get the JPY/MGA rate in your app
One GET request returns the latest JPY → MGA 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/JPY/MGA"fetch('https://rate-api.com/api/v1/pair/JPY/MGA', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} MGA`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/MGA",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} MGA")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/MGA');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} MGA\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "MGA"
},
"rate": 27.8165,
"timestamp": 1790447441,
"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
MGA to JPYMalagasy Ariary → Japanese Yen0.03595Convert JPY to other currencies
Convert other currencies to MGA
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.