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: show the values
| Point | PAB/MUR |
|---|---|
| 2025-09-25 | 45.3010 |
| 2025-10-02 | 45.5627 |
| 2025-10-09 | 45.7034 |
| 2025-10-16 | 45.3650 |
| 2025-10-23 | 45.4500 |
| 2025-10-30 | 45.4716 |
| 2025-11-06 | 46.0253 |
| 2025-11-13 | 45.8646 |
| 2025-11-20 | 45.9182 |
| 2025-11-27 | 46.1467 |
| 2025-12-04 | 46.0712 |
| 2025-12-12 | 46.0574 |
| 2025-12-19 | 46.0154 |
| 2025-12-26 | 45.9418 |
| 2026-01-02 | 46.1869 |
| 2026-01-09 | 46.5464 |
| 2026-01-16 | 46.1934 |
| 2026-01-23 | 46.0856 |
| 2026-01-30 | 45.1649 |
| 2026-02-06 | 46.0284 |
| 2026-02-13 | 45.8659 |
| 2026-02-20 | 46.1889 |
| 2026-02-27 | 46.3068 |
| 2026-03-06 | 47.3208 |
| 2026-03-13 | 45.8922 |
| 2026-03-20 | 46.4978 |
| 2026-03-27 | 46.5813 |
| 2026-04-03 | 46.9288 |
| 2026-04-10 | 46.6399 |
| 2026-04-17 | 46.2117 |
| 2026-04-24 | 46.7363 |
| 2026-05-01 | 47.0308 |
| 2026-05-08 | 46.5685 |
| 2026-05-16 | 47.1620 |
| 2026-05-24 | 47.3601 |
| 2026-05-31 | 47.3549 |
| 2026-06-09 | 47.8525 |
| 2026-06-16 | 47.2442 |
| 2026-06-23 | 47.7984 |
| 2026-06-30 | 47.2315 |
| 2026-07-07 | 47.0665 |
| 2026-07-14 | 47.2419 |
| 2026-07-21 | 47.1207 |
| 2026-07-28 | 47.3349 |
| 2026-08-04 | 46.9312 |
| 2026-08-11 | 46.9898 |
| 2026-08-18 | 46.9321 |
| 2026-08-26 | 46.7679 |
| 2026-09-02 | 47.0759 |
| 2026-09-09 | 46.8580 |
| 2026-09-16 | 47.1016 |
| 2026-09-23 | 47.6487 |
High
47.8525
Low
45.1649
Average
46.5359
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.