FJD to MZN exchange rate API
Fiji Dollar to Mozambique Metical · quoted 2026-09-25
28.4340
▲ +1.13% over YTD
1 FJD = 28.4340 MZN · 1 MZN = 0.03517 FJD · Get this rate via the API
1 FJD buys 28.4340 MZN as of 2026-09-25, so 1 MZN buys 0.03517 FJD. Over the year to date, FJD/MZN traded between 27.9982 and 29.1282, averaged 28.6733 and rose 1.13%. The API holds daily FJD/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/MZN over YTD: show the values
| Point | FJD/MZN |
|---|---|
| 2025-12-31 | 28.1175 |
| 2026-01-07 | 28.1447 |
| 2026-01-14 | 27.9982 |
| 2026-01-21 | 28.1875 |
| 2026-01-28 | 28.7202 |
| 2026-02-04 | 28.8378 |
| 2026-02-11 | 28.9838 |
| 2026-02-18 | 28.9453 |
| 2026-02-25 | 28.8953 |
| 2026-03-04 | 28.8620 |
| 2026-03-11 | 28.8902 |
| 2026-03-18 | 28.8287 |
| 2026-03-25 | 28.5802 |
| 2026-04-01 | 28.4938 |
| 2026-04-08 | 28.4839 |
| 2026-04-15 | 28.9387 |
| 2026-04-22 | 28.9936 |
| 2026-04-29 | 28.9711 |
| 2026-05-06 | 29.0672 |
| 2026-05-14 | 29.1282 |
| 2026-05-21 | 28.9190 |
| 2026-05-29 | 28.9069 |
| 2026-06-05 | 28.9740 |
| 2026-06-14 | 28.5830 |
| 2026-06-21 | 28.3859 |
| 2026-06-28 | 28.1824 |
| 2026-07-05 | 28.2208 |
| 2026-07-12 | 28.3717 |
| 2026-07-19 | 28.4431 |
| 2026-07-26 | 28.4289 |
| 2026-08-02 | 28.7516 |
| 2026-08-09 | 28.7342 |
| 2026-08-16 | 28.6709 |
| 2026-08-24 | 28.9819 |
| 2026-08-31 | 28.8363 |
| 2026-09-07 | 28.8971 |
| 2026-09-14 | 28.8069 |
| 2026-09-21 | 28.6636 |
High
29.1282
Low
27.9982
Average
28.6733
Get this rate via the API
One GET request returns the FJD/MZN 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=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MZN").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/MZN API questions
How do I get the FJD/MZN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/MZN rate in rates.MZN.
How far back does FJD/MZN historical data go?
Daily FJD/MZN 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/MZN 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.