Skip to content

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

PAB/MOP over YTD: show the values
PointPAB/MOP
2025-12-318.0183
2026-01-078.0232
2026-01-148.0350
2026-01-218.0316
2026-01-288.0341
2026-02-048.0491
2026-02-118.0504
2026-02-188.0503
2026-02-258.0570
2026-03-048.0430
2026-03-118.0597
2026-03-188.0736
2026-03-258.0603
2026-04-018.0737
2026-04-088.0671
2026-04-158.0686
2026-04-228.0773
2026-04-298.0722
2026-05-068.0716
2026-05-148.0662
2026-05-218.0674
2026-05-298.0698
2026-06-058.0682
2026-06-148.0711
2026-06-218.0712
2026-06-288.0775
2026-07-058.0792
2026-07-128.0746
2026-07-198.0753
2026-07-268.0776
2026-08-028.0773
2026-08-098.0789
2026-08-168.0826
2026-08-248.0724
2026-08-318.0742
2026-09-078.0743
2026-09-148.0783
2026-09-218.0806

High

8.0826

Low

8.0183

Average

8.0644

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.