Macanese Pataca
MOP · P · ISO 446- 1983–present
- Used in Macau
- Pegged to HKD at 1.03
- 5 providers
- Monthly dataset
API examples
Frankfurter is a free, open-source API for current and historical exchange rates. The public API lives at api.frankfurter.dev. Query rates for this currency using the examples below.
Fetch against every currency.
curl https://api.frankfurter.dev/v2/rates?base=MOPFetch five years of monthly rates.
curl https://api.frankfurter.dev/v2/rates?base=MOP&from=2021-07-11&group=monthFetch current MOP/EUR.
curl https://api.frankfurter.dev/v2/rate/MOP/EURFor the full reference and more examples, see the docs.