PAB to MOP exchange rate API
Balboa to Pataca · quoted 2026-09-26
8.0795
▲ +0.77% over 1Y
1 PAB = 8.0795 MOP · 1 MOP = 0.12377 PAB · Get this rate via the API
1 PAB buys 8.0795 MOP as of 2026-09-26, so 1 MOP buys 0.12377 PAB. Over the last year, PAB/MOP traded between 8.0012 and 8.0822, averaged 8.0508 and rose 0.77%. The API holds daily PAB/MOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/MOP over 1Y: show the values
| Point | PAB/MOP |
|---|---|
| 2025-09-26 | 8.0176 |
| 2025-10-03 | 8.0165 |
| 2025-10-10 | 8.0143 |
| 2025-10-17 | 8.0012 |
| 2025-10-24 | 8.0063 |
| 2025-10-31 | 8.0014 |
| 2025-11-07 | 8.0080 |
| 2025-11-14 | 8.0039 |
| 2025-11-21 | 8.0191 |
| 2025-11-28 | 8.0141 |
| 2025-12-05 | 8.0172 |
| 2025-12-13 | 8.0179 |
| 2025-12-20 | 8.0148 |
| 2025-12-27 | 8.0046 |
| 2026-01-03 | 8.0247 |
| 2026-01-10 | 8.0291 |
| 2026-01-17 | 8.0318 |
| 2026-01-24 | 8.0311 |
| 2026-01-31 | 8.0477 |
| 2026-02-07 | 8.0482 |
| 2026-02-14 | 8.0510 |
| 2026-02-21 | 8.0494 |
| 2026-02-28 | 8.0580 |
| 2026-03-07 | 8.0563 |
| 2026-03-14 | 8.0627 |
| 2026-03-21 | 8.0680 |
| 2026-03-28 | 8.0686 |
| 2026-04-04 | 8.0725 |
| 2026-04-11 | 8.0671 |
| 2026-04-18 | 8.0659 |
| 2026-04-25 | 8.0588 |
| 2026-05-02 | 8.0692 |
| 2026-05-09 | 8.0630 |
| 2026-05-17 | 8.0673 |
| 2026-05-25 | 8.0699 |
| 2026-06-01 | 8.0725 |
| 2026-06-10 | 8.0719 |
| 2026-06-17 | 8.0685 |
| 2026-06-24 | 8.0766 |
| 2026-07-01 | 8.0792 |
| 2026-07-08 | 8.0772 |
| 2026-07-15 | 8.0727 |
| 2026-07-22 | 8.0750 |
| 2026-07-29 | 8.0779 |
| 2026-08-05 | 8.0785 |
| 2026-08-12 | 8.0822 |
| 2026-08-20 | 8.0773 |
| 2026-08-27 | 8.0737 |
| 2026-09-03 | 8.0771 |
| 2026-09-10 | 8.0765 |
| 2026-09-17 | 8.0806 |
| 2026-09-24 | 8.0779 |
High
8.0822
Low
8.0012
Average
8.0508
Get this rate via the API
One GET request returns the PAB/MOP 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=MOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MOP").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/MOP API questions
How do I get the PAB/MOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/MOP rate in rates.MOP.
How far back does PAB/MOP historical data go?
Daily PAB/MOP 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/MOP 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.