FJD to MZN exchange rate API
Fiji Dollar to Mozambique Metical · quoted 2026-09-25
28.4340
▲ +0.51% over 1Y
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 last year, FJD/MZN traded between 27.7429 and 29.1117, averaged 28.4999 and rose 0.51%. 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 1Y: show the values
| Point | FJD/MZN |
|---|---|
| 2025-09-25 | 28.2910 |
| 2025-10-02 | 28.2033 |
| 2025-10-09 | 28.1107 |
| 2025-10-16 | 27.9594 |
| 2025-10-23 | 27.8370 |
| 2025-10-30 | 28.0094 |
| 2025-11-06 | 27.8476 |
| 2025-11-13 | 27.9038 |
| 2025-11-20 | 27.7429 |
| 2025-11-27 | 27.8960 |
| 2025-12-04 | 28.0239 |
| 2025-12-12 | 28.1405 |
| 2025-12-19 | 27.9961 |
| 2025-12-26 | 28.1058 |
| 2026-01-02 | 28.0171 |
| 2026-01-09 | 28.0636 |
| 2026-01-16 | 28.0174 |
| 2026-01-23 | 28.3774 |
| 2026-01-30 | 28.9047 |
| 2026-02-06 | 28.7095 |
| 2026-02-13 | 28.9718 |
| 2026-02-20 | 28.8990 |
| 2026-02-27 | 28.9761 |
| 2026-03-06 | 28.7200 |
| 2026-03-13 | 28.9564 |
| 2026-03-20 | 28.8122 |
| 2026-03-27 | 28.4332 |
| 2026-04-03 | 28.3063 |
| 2026-04-10 | 28.7730 |
| 2026-04-17 | 28.8838 |
| 2026-04-24 | 28.8514 |
| 2026-05-01 | 29.0872 |
| 2026-05-08 | 29.1117 |
| 2026-05-16 | 28.9745 |
| 2026-05-24 | 28.7398 |
| 2026-05-31 | 28.8481 |
| 2026-06-09 | 28.7842 |
| 2026-06-16 | 28.7239 |
| 2026-06-23 | 28.5517 |
| 2026-06-30 | 28.3836 |
| 2026-07-07 | 28.4725 |
| 2026-07-14 | 28.4450 |
| 2026-07-21 | 28.5723 |
| 2026-07-28 | 28.5337 |
| 2026-08-04 | 28.6786 |
| 2026-08-11 | 28.7106 |
| 2026-08-18 | 28.7645 |
| 2026-08-26 | 28.9124 |
| 2026-09-02 | 28.7769 |
| 2026-09-09 | 28.8724 |
| 2026-09-16 | 28.7705 |
| 2026-09-23 | 28.6078 |
High
29.1117
Low
27.7429
Average
28.4999
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.