FKP to MOP exchange rate API
Falkland Islands Pound to Pataca · quoted 2026-09-26
10.6734
▲ +0.57% over 5Y
1 FKP = 10.6734 MOP · 1 MOP = 0.09369 FKP · Get this rate via the API
1 FKP buys 10.6734 MOP as of 2026-09-26, so 1 MOP buys 0.09369 FKP. Over the last 5 years, FKP/MOP traded between 9.9509 and 11.0309, averaged 10.6344 and rose 0.57%. The API holds daily FKP/MOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/MOP over 5Y: show the values
| Point | FKP/MOP |
|---|---|
| 2024-08-24 | 10.6133 |
| 2024-10-07 | 10.5038 |
| 2024-11-06 | 10.3798 |
| 2024-12-06 | 10.2147 |
| 2025-01-05 | 9.9509 |
| 2025-02-04 | 9.9607 |
| 2025-03-06 | 10.3276 |
| 2025-04-06 | 10.3276 |
| 2025-05-06 | 10.5958 |
| 2025-06-07 | 10.9322 |
| 2025-07-07 | 11.0243 |
| 2025-08-06 | 10.7536 |
| 2025-09-05 | 10.8053 |
| 2025-10-06 | 10.7793 |
| 2025-11-05 | 10.4287 |
| 2025-12-05 | 10.6894 |
| 2026-01-05 | 10.7806 |
| 2026-02-04 | 11.0309 |
| 2026-03-06 | 10.7700 |
| 2026-04-05 | 10.6559 |
| 2026-05-05 | 10.9624 |
| 2026-06-06 | 10.7652 |
| 2026-07-08 | 10.7900 |
| 2026-08-07 | 10.8707 |
| 2026-09-07 | 10.9078 |
High
11.0309
Low
9.9509
Average
10.6344
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=MOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MOP").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/MOP API questions
How do I get the FKP/MOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/MOP rate in rates.MOP.
How far back does FKP/MOP historical data go?
Daily FKP/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 FKP/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.