PAB to MOP exchange rate API
Balboa to Pataca · quoted 2026-09-26
8.0795
▲ +0.76% over YTD
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 year to date, PAB/MOP traded between 8.0183 and 8.0826, averaged 8.0644 and rose 0.76%. 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 YTD: show the values
| Point | PAB/MOP |
|---|---|
| 2025-12-31 | 8.0183 |
| 2026-01-07 | 8.0232 |
| 2026-01-14 | 8.0350 |
| 2026-01-21 | 8.0316 |
| 2026-01-28 | 8.0341 |
| 2026-02-04 | 8.0491 |
| 2026-02-11 | 8.0504 |
| 2026-02-18 | 8.0503 |
| 2026-02-25 | 8.0570 |
| 2026-03-04 | 8.0430 |
| 2026-03-11 | 8.0597 |
| 2026-03-18 | 8.0736 |
| 2026-03-25 | 8.0603 |
| 2026-04-01 | 8.0737 |
| 2026-04-08 | 8.0671 |
| 2026-04-15 | 8.0686 |
| 2026-04-22 | 8.0773 |
| 2026-04-29 | 8.0722 |
| 2026-05-06 | 8.0716 |
| 2026-05-14 | 8.0662 |
| 2026-05-21 | 8.0674 |
| 2026-05-29 | 8.0698 |
| 2026-06-05 | 8.0682 |
| 2026-06-14 | 8.0711 |
| 2026-06-21 | 8.0712 |
| 2026-06-28 | 8.0775 |
| 2026-07-05 | 8.0792 |
| 2026-07-12 | 8.0746 |
| 2026-07-19 | 8.0753 |
| 2026-07-26 | 8.0776 |
| 2026-08-02 | 8.0773 |
| 2026-08-09 | 8.0789 |
| 2026-08-16 | 8.0826 |
| 2026-08-24 | 8.0724 |
| 2026-08-31 | 8.0742 |
| 2026-09-07 | 8.0743 |
| 2026-09-14 | 8.0783 |
| 2026-09-21 | 8.0806 |
High
8.0826
Low
8.0183
Average
8.0644
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.