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: show the values
| Point | FJD/MXN |
|---|---|
| 2025-09-25 | 8.1717 |
| 2025-10-02 | 8.1084 |
| 2025-10-09 | 8.0585 |
| 2025-10-16 | 8.0662 |
| 2025-10-23 | 8.0281 |
| 2025-10-30 | 8.1562 |
| 2025-11-06 | 8.0965 |
| 2025-11-13 | 7.9781 |
| 2025-11-20 | 7.9764 |
| 2025-11-27 | 8.0092 |
| 2025-12-04 | 8.0161 |
| 2025-12-11 | 7.9875 |
| 2025-12-18 | 7.8878 |
| 2025-12-25 | 7.8892 |
| 2026-01-01 | 7.9191 |
| 2026-01-08 | 7.9086 |
| 2026-01-15 | 7.8115 |
| 2026-01-22 | 7.7291 |
| 2026-01-29 | 7.7443 |
| 2026-02-05 | 7.8328 |
| 2026-02-12 | 7.8051 |
| 2026-02-19 | 7.8268 |
| 2026-02-26 | 7.7993 |
| 2026-03-05 | 7.9690 |
| 2026-03-12 | 8.0198 |
| 2026-03-19 | 8.0997 |
| 2026-03-26 | 8.0090 |
| 2026-04-02 | 8.0023 |
| 2026-04-09 | 7.8238 |
| 2026-04-16 | 7.8176 |
| 2026-04-23 | 7.8592 |
| 2026-04-30 | 7.9509 |
| 2026-05-07 | 7.8342 |
| 2026-05-14 | 7.8446 |
| 2026-05-21 | 7.8565 |
| 2026-05-28 | 7.9059 |
| 2026-06-04 | 7.8417 |
| 2026-06-11 | 7.7984 |
| 2026-06-18 | 7.7982 |
| 2026-06-25 | 7.8607 |
| 2026-07-02 | 7.8244 |
| 2026-07-09 | 7.8223 |
| 2026-07-16 | 7.8020 |
| 2026-07-23 | 7.8059 |
| 2026-07-30 | 7.7920 |
| 2026-08-06 | 7.7506 |
| 2026-08-13 | 7.6643 |
| 2026-08-20 | 7.6763 |
| 2026-08-27 | 7.6867 |
| 2026-09-03 | 7.6809 |
| 2026-09-10 | 7.6582 |
| 2026-09-17 | 7.7031 |
| 2026-09-24 | 7.8521 |
High
8.1717
Low
7.6582
Average
7.8836
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.