Skip to content

MXN to FJD exchange rate API

Mexican Peso to Fiji Dollar · quoted 2026-09-25

0.12672

▲ +3.55% over 1Y

1 MXN = 0.12672 FJD · 1 FJD = 7.8914 MXN · Get this rate via the API

1 MXN buys 0.12672 FJD as of 2026-09-25, so 1 FJD buys 7.8914 MXN. Over the last year, MXN/FJD traded between 0.12237 and 0.13058, averaged 0.12688 and rose 3.55%. The API holds daily MXN/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MXN/FJD over 1Y

MXN/FJD over 1Y: show the values
PointMXN/FJD
2025-09-250.12237
2025-10-020.12333
2025-10-090.12409
2025-10-160.12397
2025-10-230.12456
2025-10-300.12261
2025-11-060.12351
2025-11-130.12534
2025-11-200.12537
2025-11-270.12486
2025-12-040.12475
2025-12-110.12520
2025-12-180.12678
2025-12-250.12676
2026-01-010.12628
2026-01-080.12644
2026-01-150.12802
2026-01-220.12938
2026-01-290.12913
2026-02-050.12767
2026-02-120.12812
2026-02-190.12776
2026-02-260.12822
2026-03-050.12549
2026-03-120.12469
2026-03-190.12346
2026-03-260.12486
2026-04-020.12496
2026-04-090.12782
2026-04-160.12792
2026-04-230.12724
2026-04-300.12577
2026-05-070.12765
2026-05-140.12748
2026-05-210.12728
2026-05-280.12649
2026-06-040.12752
2026-06-110.12823
2026-06-180.12823
2026-06-250.12721
2026-07-020.12781
2026-07-090.12784
2026-07-160.12817
2026-07-230.12811
2026-07-300.12834
2026-08-060.12902
2026-08-130.13047
2026-08-200.13027
2026-08-270.13009
2026-09-030.13019
2026-09-100.13058
2026-09-170.12982
2026-09-240.12735

High

0.13058

Low

0.12237

Average

0.12688

For developers

Get this rate via the API

One GET request returns the MXN/FJD 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=MXN&currencies=FJD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=FJD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

MXN/FJD API questions

How do I get the MXN/FJD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MXN/FJD rate in rates.FJD.

How far back does MXN/FJD historical data go?

Daily MXN/FJD 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 MXN/FJD 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.