Skip to content

FKP to MWK exchange rate API

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

2301.52

▼ +1.34% over 1Y

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 year, FKP/MWK traded between 2264.56 and 2386.74, averaged 2326.30 and fell 1.34%. 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 1Y

FKP/MWK over 1Y: show the values
PointFKP/MWK
2025-09-252332.81
2025-10-022341.11
2025-10-092326.57
2025-10-162333.57
2025-10-232312.51
2025-10-302291.81
2025-11-062267.66
2025-11-132278.23
2025-11-202264.56
2025-11-272301.06
2025-12-042314.21
2025-12-122319.73
2025-12-192320.87
2025-12-262342.79
2026-01-022340.11
2026-01-092332.17
2026-01-162323.03
2026-01-232335.18
2026-01-302386.74
2026-02-062350.49
2026-02-132364.24
2026-02-202332.29
2026-02-272340.06
2026-03-062317.37
2026-03-132321.11
2026-03-202318.79
2026-03-272311.51
2026-04-032289.74
2026-04-102334.43
2026-04-172356.92
2026-04-242345.61
2026-05-012349.27
2026-05-082365.21
2026-05-162321.13
2026-05-242329.05
2026-05-312335.91
2026-06-092317.42
2026-06-162325.35
2026-06-232301.52
2026-06-302292.85
2026-07-072317.62
2026-07-142317.35
2026-07-212331.61
2026-07-282308.45
2026-08-042330.91
2026-08-112344.06
2026-08-182350.73
2026-08-262364.93
2026-09-022344.13
2026-09-092346.39
2026-09-162339.42
2026-09-232312.01

High

2386.74

Low

2264.56

Average

2326.30

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.