Skip to content

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

PAB/MOP over 1Y: show the values
PointPAB/MOP
2025-09-268.0176
2025-10-038.0165
2025-10-108.0143
2025-10-178.0012
2025-10-248.0063
2025-10-318.0014
2025-11-078.0080
2025-11-148.0039
2025-11-218.0191
2025-11-288.0141
2025-12-058.0172
2025-12-138.0179
2025-12-208.0148
2025-12-278.0046
2026-01-038.0247
2026-01-108.0291
2026-01-178.0318
2026-01-248.0311
2026-01-318.0477
2026-02-078.0482
2026-02-148.0510
2026-02-218.0494
2026-02-288.0580
2026-03-078.0563
2026-03-148.0627
2026-03-218.0680
2026-03-288.0686
2026-04-048.0725
2026-04-118.0671
2026-04-188.0659
2026-04-258.0588
2026-05-028.0692
2026-05-098.0630
2026-05-178.0673
2026-05-258.0699
2026-06-018.0725
2026-06-108.0719
2026-06-178.0685
2026-06-248.0766
2026-07-018.0792
2026-07-088.0772
2026-07-158.0727
2026-07-228.0750
2026-07-298.0779
2026-08-058.0785
2026-08-128.0822
2026-08-208.0773
2026-08-278.0737
2026-09-038.0771
2026-09-108.0765
2026-09-178.0806
2026-09-248.0779

High

8.0822

Low

8.0012

Average

8.0508

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=MOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=MOP");
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=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&currencies=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.