FJD to MOP exchange rate API
Fiji Dollar to Pataca · quoted 2026-09-25
3.5985
▲ +1.36% over 1Y
1 FJD = 3.5985 MOP · 1 MOP = 0.27789 FJD · Get this rate via the API
1 FJD buys 3.5985 MOP as of 2026-09-25, so 1 MOP buys 0.27789 FJD. Over the last year, FJD/MOP traded between 3.4820 and 3.6865, averaged 3.5936 and rose 1.36%. The API holds daily FJD/MOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/MOP over 1Y: show the values
| Point | FJD/MOP |
|---|---|
| 2025-09-25 | 3.5501 |
| 2025-10-02 | 3.5375 |
| 2025-10-09 | 3.5256 |
| 2025-10-16 | 3.5033 |
| 2025-10-23 | 3.4883 |
| 2025-10-30 | 3.5094 |
| 2025-11-06 | 3.4909 |
| 2025-11-13 | 3.4955 |
| 2025-11-20 | 3.4820 |
| 2025-11-27 | 3.4972 |
| 2025-12-04 | 3.5166 |
| 2025-12-12 | 3.5259 |
| 2025-12-19 | 3.5118 |
| 2025-12-26 | 3.5250 |
| 2026-01-02 | 3.5207 |
| 2026-01-09 | 3.5260 |
| 2026-01-16 | 3.5250 |
| 2026-01-23 | 3.5665 |
| 2026-01-30 | 3.6424 |
| 2026-02-06 | 3.6181 |
| 2026-02-13 | 3.6530 |
| 2026-02-20 | 3.6481 |
| 2026-02-27 | 3.6575 |
| 2026-03-06 | 3.6255 |
| 2026-03-13 | 3.6554 |
| 2026-03-20 | 3.6444 |
| 2026-03-27 | 3.5948 |
| 2026-04-03 | 3.5820 |
| 2026-04-10 | 3.6262 |
| 2026-04-17 | 3.6405 |
| 2026-04-24 | 3.6434 |
| 2026-05-01 | 3.6736 |
| 2026-05-08 | 3.6865 |
| 2026-05-16 | 3.6594 |
| 2026-05-24 | 3.6376 |
| 2026-05-31 | 3.6444 |
| 2026-06-09 | 3.6385 |
| 2026-06-16 | 3.6343 |
| 2026-06-23 | 3.6097 |
| 2026-06-30 | 3.5901 |
| 2026-07-07 | 3.6013 |
| 2026-07-14 | 3.6054 |
| 2026-07-21 | 3.6173 |
| 2026-07-28 | 3.6112 |
| 2026-08-04 | 3.6316 |
| 2026-08-11 | 3.6352 |
| 2026-08-18 | 3.6394 |
| 2026-08-26 | 3.6591 |
| 2026-09-02 | 3.6425 |
| 2026-09-09 | 3.6566 |
| 2026-09-16 | 3.6399 |
| 2026-09-23 | 3.6211 |
High
3.6865
Low
3.4820
Average
3.5936
Get this rate via the API
One GET request returns the FJD/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=FJD¤cies=MOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MOP").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/MOP API questions
How do I get the FJD/MOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/MOP rate in rates.MOP.
How far back does FJD/MOP historical data go?
Daily FJD/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 FJD/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.