Skip to content

FJD to MXN exchange rate API

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

7.8982

▼ +3.35% over 1Y

1 FJD = 7.8982 MXN · 1 MXN = 0.12661 FJD · Get this rate via the API

1 FJD buys 7.8982 MXN as of 2026-09-25, so 1 MXN buys 0.12661 FJD. Over the last year, FJD/MXN traded between 7.6582 and 8.1717, averaged 7.8836 and fell 3.35%. The API holds daily FJD/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/MXN over 1Y

FJD/MXN over 1Y: show the values
PointFJD/MXN
2025-09-258.1717
2025-10-028.1084
2025-10-098.0585
2025-10-168.0662
2025-10-238.0281
2025-10-308.1562
2025-11-068.0965
2025-11-137.9781
2025-11-207.9764
2025-11-278.0092
2025-12-048.0161
2025-12-117.9875
2025-12-187.8878
2025-12-257.8892
2026-01-017.9191
2026-01-087.9086
2026-01-157.8115
2026-01-227.7291
2026-01-297.7443
2026-02-057.8328
2026-02-127.8051
2026-02-197.8268
2026-02-267.7993
2026-03-057.9690
2026-03-128.0198
2026-03-198.0997
2026-03-268.0090
2026-04-028.0023
2026-04-097.8238
2026-04-167.8176
2026-04-237.8592
2026-04-307.9509
2026-05-077.8342
2026-05-147.8446
2026-05-217.8565
2026-05-287.9059
2026-06-047.8417
2026-06-117.7984
2026-06-187.7982
2026-06-257.8607
2026-07-027.8244
2026-07-097.8223
2026-07-167.8020
2026-07-237.8059
2026-07-307.7920
2026-08-067.7506
2026-08-137.6643
2026-08-207.6763
2026-08-277.6867
2026-09-037.6809
2026-09-107.6582
2026-09-177.7031
2026-09-247.8521

High

8.1717

Low

7.6582

Average

7.8836

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/MXN API questions

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

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

How far back does FJD/MXN historical data go?

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