FJD to MXN exchange rate API
Fiji Dollar to Mexican Peso · quoted 2026-09-25
7.8982
▼ +0.14% over YTD
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 year to date, FJD/MXN traded between 7.6516 and 8.0109, averaged 7.8183 and fell 0.14%. 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 YTD: show the values
| Point | FJD/MXN |
|---|---|
| 2025-12-31 | 7.9089 |
| 2026-01-07 | 7.9199 |
| 2026-01-14 | 7.8139 |
| 2026-01-21 | 7.7100 |
| 2026-01-28 | 7.7346 |
| 2026-02-04 | 7.7904 |
| 2026-02-11 | 7.7980 |
| 2026-02-18 | 7.7578 |
| 2026-02-25 | 7.7738 |
| 2026-03-04 | 7.9309 |
| 2026-03-11 | 7.9964 |
| 2026-03-18 | 8.0109 |
| 2026-03-25 | 7.9602 |
| 2026-04-01 | 7.9725 |
| 2026-04-08 | 7.7727 |
| 2026-04-15 | 7.8305 |
| 2026-04-22 | 7.8507 |
| 2026-04-29 | 7.8871 |
| 2026-05-06 | 7.8517 |
| 2026-05-13 | 7.8430 |
| 2026-05-20 | 7.8669 |
| 2026-05-27 | 7.8689 |
| 2026-06-03 | 7.8446 |
| 2026-06-10 | 7.8802 |
| 2026-06-17 | 7.7482 |
| 2026-06-24 | 7.8617 |
| 2026-07-01 | 7.8201 |
| 2026-07-08 | 7.8236 |
| 2026-07-15 | 7.7873 |
| 2026-07-22 | 7.7993 |
| 2026-07-29 | 7.7987 |
| 2026-08-05 | 7.7462 |
| 2026-08-12 | 7.6777 |
| 2026-08-19 | 7.6706 |
| 2026-08-26 | 7.6706 |
| 2026-09-02 | 7.6674 |
| 2026-09-09 | 7.6516 |
| 2026-09-16 | 7.7209 |
| 2026-09-23 | 7.8167 |
High
8.0109
Low
7.6516
Average
7.8183
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.