Skip to content

FJD to MZN exchange rate API

Fiji Dollar to Mozambique Metical · quoted 2026-09-25

28.4504

▲ +0.56% over 1Y

1 FJD = 28.4504 MZN · 1 MZN = 0.03515 FJD · Get this rate via the API

1 FJD buys 28.4504 MZN as of 2026-09-25, so 1 MZN buys 0.03515 FJD. Over the last year, FJD/MZN traded between 27.7429 and 29.1117, averaged 28.5002 and rose 0.56%. 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

FJD/MZN over 1Y: show the values
PointFJD/MZN
2025-09-2528.2910
2025-10-0228.2033
2025-10-0928.1107
2025-10-1627.9594
2025-10-2327.8370
2025-10-3028.0094
2025-11-0627.8476
2025-11-1327.9038
2025-11-2027.7429
2025-11-2727.8960
2025-12-0428.0239
2025-12-1228.1405
2025-12-1927.9961
2025-12-2628.1058
2026-01-0228.0171
2026-01-0928.0636
2026-01-1628.0174
2026-01-2328.3774
2026-01-3028.9047
2026-02-0628.7095
2026-02-1328.9718
2026-02-2028.8990
2026-02-2728.9761
2026-03-0628.7200
2026-03-1328.9564
2026-03-2028.8122
2026-03-2728.4332
2026-04-0328.3063
2026-04-1028.7730
2026-04-1728.8838
2026-04-2428.8514
2026-05-0129.0872
2026-05-0829.1117
2026-05-1628.9745
2026-05-2428.7398
2026-05-3128.8481
2026-06-0928.7842
2026-06-1628.7239
2026-06-2328.5517
2026-06-3028.3836
2026-07-0728.4725
2026-07-1428.4450
2026-07-2128.5723
2026-07-2828.5337
2026-08-0428.6786
2026-08-1128.7106
2026-08-1828.7645
2026-08-2628.9124
2026-09-0228.7769
2026-09-0928.8724
2026-09-1628.7705
2026-09-2328.6078

High

29.1117

Low

27.7429

Average

28.5002

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=MZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=MZN");
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=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&currencies=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.