Skip to content

PAB to MUR exchange rate API

Balboa to Mauritius Rupee · quoted 2026-09-25

47.4590

▲ +4.76% over 1Y

1 PAB = 47.4590 MUR · 1 MUR = 0.02107 PAB · Get this rate via the API

1 PAB buys 47.4590 MUR as of 2026-09-25, so 1 MUR buys 0.02107 PAB. Over the last year, PAB/MUR traded between 45.1649 and 47.8525, averaged 46.5359 and rose 4.76%. The API holds daily PAB/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/MUR over 1Y

PAB/MUR over 1Y: show the values
PointPAB/MUR
2025-09-2545.3010
2025-10-0245.5627
2025-10-0945.7034
2025-10-1645.3650
2025-10-2345.4500
2025-10-3045.4716
2025-11-0646.0253
2025-11-1345.8646
2025-11-2045.9182
2025-11-2746.1467
2025-12-0446.0712
2025-12-1246.0574
2025-12-1946.0154
2025-12-2645.9418
2026-01-0246.1869
2026-01-0946.5464
2026-01-1646.1934
2026-01-2346.0856
2026-01-3045.1649
2026-02-0646.0284
2026-02-1345.8659
2026-02-2046.1889
2026-02-2746.3068
2026-03-0647.3208
2026-03-1345.8922
2026-03-2046.4978
2026-03-2746.5813
2026-04-0346.9288
2026-04-1046.6399
2026-04-1746.2117
2026-04-2446.7363
2026-05-0147.0308
2026-05-0846.5685
2026-05-1647.1620
2026-05-2447.3601
2026-05-3147.3549
2026-06-0947.8525
2026-06-1647.2442
2026-06-2347.7984
2026-06-3047.2315
2026-07-0747.0665
2026-07-1447.2419
2026-07-2147.1207
2026-07-2847.3349
2026-08-0446.9312
2026-08-1146.9898
2026-08-1846.9321
2026-08-2646.7679
2026-09-0247.0759
2026-09-0946.8580
2026-09-1647.1016
2026-09-2347.6487

High

47.8525

Low

45.1649

Average

46.5359

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/MUR API questions

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

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

How far back does PAB/MUR historical data go?

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