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: show the values
| Point | FKP/MWK |
|---|---|
| 2025-09-25 | 2332.81 |
| 2025-10-02 | 2341.11 |
| 2025-10-09 | 2326.57 |
| 2025-10-16 | 2333.57 |
| 2025-10-23 | 2312.51 |
| 2025-10-30 | 2291.81 |
| 2025-11-06 | 2267.66 |
| 2025-11-13 | 2278.23 |
| 2025-11-20 | 2264.56 |
| 2025-11-27 | 2301.06 |
| 2025-12-04 | 2314.21 |
| 2025-12-12 | 2319.73 |
| 2025-12-19 | 2320.87 |
| 2025-12-26 | 2342.79 |
| 2026-01-02 | 2340.11 |
| 2026-01-09 | 2332.17 |
| 2026-01-16 | 2323.03 |
| 2026-01-23 | 2335.18 |
| 2026-01-30 | 2386.74 |
| 2026-02-06 | 2350.49 |
| 2026-02-13 | 2364.24 |
| 2026-02-20 | 2332.29 |
| 2026-02-27 | 2340.06 |
| 2026-03-06 | 2317.37 |
| 2026-03-13 | 2321.11 |
| 2026-03-20 | 2318.79 |
| 2026-03-27 | 2311.51 |
| 2026-04-03 | 2289.74 |
| 2026-04-10 | 2334.43 |
| 2026-04-17 | 2356.92 |
| 2026-04-24 | 2345.61 |
| 2026-05-01 | 2349.27 |
| 2026-05-08 | 2365.21 |
| 2026-05-16 | 2321.13 |
| 2026-05-24 | 2329.05 |
| 2026-05-31 | 2335.91 |
| 2026-06-09 | 2317.42 |
| 2026-06-16 | 2325.35 |
| 2026-06-23 | 2301.52 |
| 2026-06-30 | 2292.85 |
| 2026-07-07 | 2317.62 |
| 2026-07-14 | 2317.35 |
| 2026-07-21 | 2331.61 |
| 2026-07-28 | 2308.45 |
| 2026-08-04 | 2330.91 |
| 2026-08-11 | 2344.06 |
| 2026-08-18 | 2350.73 |
| 2026-08-26 | 2364.93 |
| 2026-09-02 | 2344.13 |
| 2026-09-09 | 2346.39 |
| 2026-09-16 | 2339.42 |
| 2026-09-23 | 2312.01 |
High
2386.74
Low
2264.56
Average
2326.30
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.