Skip to content

PAB to MAD exchange rate API

Balboa to Moroccan Dirham · quoted 2026-09-25

9.6248

▲ +6.09% over 1Y

1 PAB = 9.6248 MAD · 1 MAD = 0.10390 PAB · Get this rate via the API

1 PAB buys 9.6248 MAD as of 2026-09-25, so 1 MAD buys 0.10390 PAB. Over the last year, PAB/MAD traded between 9.0727 and 9.6248, averaged 9.2736 and rose 6.09%. The API holds daily PAB/MAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/MAD over 1Y

PAB/MAD over 1Y: show the values
PointPAB/MAD
2025-09-259.0727
2025-10-029.1179
2025-10-099.1425
2025-10-169.1944
2025-10-239.2545
2025-10-309.2661
2025-11-069.3082
2025-11-139.2757
2025-11-209.2904
2025-11-279.2554
2025-12-049.2350
2025-12-129.1956
2025-12-199.1731
2025-12-269.1185
2026-01-029.1373
2026-01-099.2460
2026-01-169.2354
2026-01-239.1651
2026-01-309.0977
2026-02-069.1870
2026-02-139.1492
2026-02-209.1765
2026-02-279.1686
2026-03-069.3196
2026-03-139.4240
2026-03-209.3571
2026-03-279.3475
2026-04-039.4118
2026-04-109.3105
2026-04-179.2358
2026-04-249.2663
2026-05-019.2321
2026-05-089.1199
2026-05-169.2312
2026-05-249.2313
2026-05-319.1858
2026-06-099.2569
2026-06-169.2574
2026-06-239.3686
2026-06-309.3962
2026-07-079.3671
2026-07-149.3391
2026-07-219.3840
2026-07-289.3850
2026-08-049.3303
2026-08-119.3103
2026-08-189.3027
2026-08-269.2555
2026-09-029.3455
2026-09-099.3715
2026-09-169.4736
2026-09-239.5977

High

9.6248

Low

9.0727

Average

9.2736

For developers

Get this rate via the API

One GET request returns the PAB/MAD 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=MAD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=MAD");
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=MAD").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/MAD API questions

How do I get the PAB/MAD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=MAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/MAD rate in rates.MAD.

How far back does PAB/MAD historical data go?

Daily PAB/MAD 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/MAD 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.