Skip to content

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

PAB/MGA over 1Y: show the values
PointPAB/MGA
2025-09-254255.77
2025-10-024041.17
2025-10-094467.11
2025-10-164461.76
2025-10-234479.53
2025-10-304508.20
2025-11-064508.70
2025-11-134485.74
2025-11-204502.24
2025-11-274477.20
2025-12-044459.20
2025-12-124436.85
2025-12-194502.84
2025-12-264571.49
2026-01-024591.21
2026-01-094627.50
2026-01-164635.21
2026-01-234540.04
2026-01-304484.80
2026-02-064428.11
2026-02-134421.97
2026-02-204352.86
2026-02-274241.39
2026-03-064140.15
2026-03-134157.61
2026-03-204156.89
2026-03-274167.42
2026-04-034171.28
2026-04-104155.30
2026-04-174152.13
2026-04-244144.68
2026-05-014154.17
2026-05-084152.06
2026-05-164184.43
2026-05-244201.98
2026-05-314194.98
2026-06-094199.92
2026-06-164203.29
2026-06-234228.68
2026-06-304250.81
2026-07-074240.85
2026-07-144282.19
2026-07-214295.99
2026-07-284309.49
2026-08-044271.37
2026-08-114298.82
2026-08-184311.00
2026-08-264274.30
2026-09-024331.33
2026-09-094319.60
2026-09-164337.88
2026-09-234384.90

High

4635.21

Low

4041.17

Average

4330.91

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=MGA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=MGA");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=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&currencies=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.