PAB to MGA exchange rate API
Balboa to Malagasy Ariary · quoted 2026-09-25
4383.61
▲ +3.00% over 1Y
1 PAB = 4383.61 MGA · 1 MGA = 0.000228 PAB · Get this rate via the API
1 PAB buys 4383.61 MGA as of 2026-09-25, so 1 MGA buys 0.000228 PAB. Over the last year, PAB/MGA traded between 4041.17 and 4635.21, averaged 4330.91 and rose 3.00%. The API holds daily PAB/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/MGA over 1Y: show the values
| Point | PAB/MGA |
|---|---|
| 2025-09-25 | 4255.77 |
| 2025-10-02 | 4041.17 |
| 2025-10-09 | 4467.11 |
| 2025-10-16 | 4461.76 |
| 2025-10-23 | 4479.53 |
| 2025-10-30 | 4508.20 |
| 2025-11-06 | 4508.70 |
| 2025-11-13 | 4485.74 |
| 2025-11-20 | 4502.24 |
| 2025-11-27 | 4477.20 |
| 2025-12-04 | 4459.20 |
| 2025-12-12 | 4436.85 |
| 2025-12-19 | 4502.84 |
| 2025-12-26 | 4571.49 |
| 2026-01-02 | 4591.21 |
| 2026-01-09 | 4627.50 |
| 2026-01-16 | 4635.21 |
| 2026-01-23 | 4540.04 |
| 2026-01-30 | 4484.80 |
| 2026-02-06 | 4428.11 |
| 2026-02-13 | 4421.97 |
| 2026-02-20 | 4352.86 |
| 2026-02-27 | 4241.39 |
| 2026-03-06 | 4140.15 |
| 2026-03-13 | 4157.61 |
| 2026-03-20 | 4156.89 |
| 2026-03-27 | 4167.42 |
| 2026-04-03 | 4171.28 |
| 2026-04-10 | 4155.30 |
| 2026-04-17 | 4152.13 |
| 2026-04-24 | 4144.68 |
| 2026-05-01 | 4154.17 |
| 2026-05-08 | 4152.06 |
| 2026-05-16 | 4184.43 |
| 2026-05-24 | 4201.98 |
| 2026-05-31 | 4194.98 |
| 2026-06-09 | 4199.92 |
| 2026-06-16 | 4203.29 |
| 2026-06-23 | 4228.68 |
| 2026-06-30 | 4250.81 |
| 2026-07-07 | 4240.85 |
| 2026-07-14 | 4282.19 |
| 2026-07-21 | 4295.99 |
| 2026-07-28 | 4309.49 |
| 2026-08-04 | 4271.37 |
| 2026-08-11 | 4298.82 |
| 2026-08-18 | 4311.00 |
| 2026-08-26 | 4274.30 |
| 2026-09-02 | 4331.33 |
| 2026-09-09 | 4319.60 |
| 2026-09-16 | 4337.88 |
| 2026-09-23 | 4384.90 |
High
4635.21
Low
4041.17
Average
4330.91
Get this rate via the API
One GET request returns the PAB/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=PAB¤cies=MGA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MGA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MGA").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/MGA API questions
How do I get the PAB/MGA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MGA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/MGA rate in rates.MGA.
How far back does PAB/MGA historical data go?
Daily PAB/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 PAB/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.