Skip to content

FJD to MWK exchange rate API

Fiji Dollar to Kwacha · quoted 2026-09-25

772.3285

▲ +0.51% over 1Y

1 FJD = 772.3285 MWK · 1 MWK = 0.001295 FJD · Get this rate via the API

1 FJD buys 772.3285 MWK as of 2026-09-25, so 1 MWK buys 0.001295 FJD. Over the last year, FJD/MWK traded between 753.5603 and 792.6674, averaged 774.4639 and rose 0.51%. The API holds daily FJD/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/MWK over 1Y

FJD/MWK over 1Y: show the values
PointFJD/MWK
2025-09-25768.4161
2025-10-02766.4155
2025-10-09763.2942
2025-10-16759.6589
2025-10-23755.3400
2025-10-30760.9609
2025-11-06756.6560
2025-11-13758.2043
2025-11-20753.5603
2025-11-27757.7265
2025-12-04761.1048
2025-12-12761.9057
2025-12-19759.7015
2025-12-26763.1509
2026-01-02761.1579
2026-01-09762.8542
2026-01-16761.7779
2026-01-23768.3665
2026-01-30786.3639
2026-02-06780.1707
2026-02-13787.6241
2026-02-20786.7201
2026-02-27787.7062
2026-03-06780.0975
2026-03-13787.9027
2026-03-20780.7080
2026-03-27772.1799
2026-04-03768.1689
2026-04-10781.5260
2026-04-17784.4763
2026-04-24784.3284
2026-05-01792.6674
2026-05-08792.4647
2026-05-16790.2089
2026-05-24781.4044
2026-05-31783.7065
2026-06-09782.6348
2026-06-16781.8089
2026-06-23776.5770
2026-06-30769.9578
2026-07-07771.5888
2026-07-14774.6345
2026-07-21777.4443
2026-07-28776.0154
2026-08-04780.3716
2026-08-11780.4839
2026-08-18781.7666
2026-08-26785.2218
2026-09-02783.0058
2026-09-09784.0956
2026-09-16781.7956
2026-09-23778.1807

High

792.6674

Low

753.5603

Average

774.4639

For developers

Get this rate via the API

One GET request returns the FJD/MWK 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=MWK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=MWK");
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=MWK").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/MWK API questions

How do I get the FJD/MWK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/MWK rate in rates.MWK.

How far back does FJD/MWK historical data go?

Daily FJD/MWK 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/MWK 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.