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: show the values
| Point | FJD/MWK |
|---|---|
| 2025-09-25 | 768.4161 |
| 2025-10-02 | 766.4155 |
| 2025-10-09 | 763.2942 |
| 2025-10-16 | 759.6589 |
| 2025-10-23 | 755.3400 |
| 2025-10-30 | 760.9609 |
| 2025-11-06 | 756.6560 |
| 2025-11-13 | 758.2043 |
| 2025-11-20 | 753.5603 |
| 2025-11-27 | 757.7265 |
| 2025-12-04 | 761.1048 |
| 2025-12-12 | 761.9057 |
| 2025-12-19 | 759.7015 |
| 2025-12-26 | 763.1509 |
| 2026-01-02 | 761.1579 |
| 2026-01-09 | 762.8542 |
| 2026-01-16 | 761.7779 |
| 2026-01-23 | 768.3665 |
| 2026-01-30 | 786.3639 |
| 2026-02-06 | 780.1707 |
| 2026-02-13 | 787.6241 |
| 2026-02-20 | 786.7201 |
| 2026-02-27 | 787.7062 |
| 2026-03-06 | 780.0975 |
| 2026-03-13 | 787.9027 |
| 2026-03-20 | 780.7080 |
| 2026-03-27 | 772.1799 |
| 2026-04-03 | 768.1689 |
| 2026-04-10 | 781.5260 |
| 2026-04-17 | 784.4763 |
| 2026-04-24 | 784.3284 |
| 2026-05-01 | 792.6674 |
| 2026-05-08 | 792.4647 |
| 2026-05-16 | 790.2089 |
| 2026-05-24 | 781.4044 |
| 2026-05-31 | 783.7065 |
| 2026-06-09 | 782.6348 |
| 2026-06-16 | 781.8089 |
| 2026-06-23 | 776.5770 |
| 2026-06-30 | 769.9578 |
| 2026-07-07 | 771.5888 |
| 2026-07-14 | 774.6345 |
| 2026-07-21 | 777.4443 |
| 2026-07-28 | 776.0154 |
| 2026-08-04 | 780.3716 |
| 2026-08-11 | 780.4839 |
| 2026-08-18 | 781.7666 |
| 2026-08-26 | 785.2218 |
| 2026-09-02 | 783.0058 |
| 2026-09-09 | 784.0956 |
| 2026-09-16 | 781.7956 |
| 2026-09-23 | 778.1807 |
High
792.6674
Low
753.5603
Average
774.4639
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.