Skip to content

FKP to MWK exchange rate API

Falkland Islands Pound to Kwacha · quoted 2026-09-25

2301.52

▲ +0.37% over 5Y

1 FKP = 2301.52 MWK · 1 MWK = 0.000434 FKP · Get this rate via the API

1 FKP buys 2301.52 MWK as of 2026-09-25, so 1 MWK buys 0.000434 FKP. Over the last 5 years, FKP/MWK traded between 2152.96 and 2370.03, averaged 2295.46 and rose 0.37%. The API holds daily FKP/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/MWK over 5Y

FKP/MWK over 5Y: show the values
PointFKP/MWK
2024-08-242292.97
2024-10-072285.89
2024-11-062247.73
2024-12-062213.60
2025-01-052152.96
2025-02-042160.40
2025-03-062237.72
2025-04-062235.49
2025-05-062303.81
2025-06-072347.08
2025-07-072364.28
2025-08-062305.70
2025-09-052334.13
2025-10-062335.23
2025-11-052260.55
2025-12-052312.83
2026-01-052334.38
2026-02-042370.03
2026-03-062317.37
2026-04-052285.67
2026-05-052365.46
2026-06-062317.05
2026-07-082320.86
2026-08-072336.05
2026-09-072343.18

High

2370.03

Low

2152.96

Average

2295.46

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/MWK API questions

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

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

How far back does FKP/MWK historical data go?

Daily FKP/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 FKP/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.