FKP to PLN exchange rate API
Falkland Islands Pound to Zloty · quoted 2026-09-25
5.0982
▲ +4.35% over 1Y
1 FKP = 5.0982 PLN · 1 PLN = 0.19615 FKP · Get this rate via the API
1 FKP buys 5.0982 PLN as of 2026-09-25, so 1 PLN buys 0.19615 FKP. Over the last year, FKP/PLN traded between 4.7752 and 5.1075, averaged 4.9204 and rose 4.35%. The API holds daily FKP/PLN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/PLN over 1Y: show the values
| Point | FKP/PLN |
|---|---|
| 2025-09-25 | 4.8855 |
| 2025-10-02 | 4.8824 |
| 2025-10-09 | 4.9139 |
| 2025-10-16 | 4.9052 |
| 2025-10-23 | 4.8719 |
| 2025-10-30 | 4.8540 |
| 2025-11-06 | 4.8176 |
| 2025-11-13 | 4.7752 |
| 2025-11-20 | 4.7957 |
| 2025-11-27 | 4.8453 |
| 2025-12-04 | 4.8385 |
| 2025-12-12 | 4.8202 |
| 2025-12-19 | 4.8119 |
| 2025-12-26 | 4.8376 |
| 2026-01-02 | 4.8480 |
| 2026-01-09 | 4.8602 |
| 2026-01-16 | 4.8671 |
| 2026-01-23 | 4.8314 |
| 2026-01-30 | 4.8532 |
| 2026-02-06 | 4.8461 |
| 2026-02-13 | 4.8404 |
| 2026-02-20 | 4.8237 |
| 2026-02-27 | 4.8256 |
| 2026-03-06 | 4.9580 |
| 2026-03-13 | 4.9672 |
| 2026-03-20 | 4.9664 |
| 2026-03-27 | 4.9671 |
| 2026-04-03 | 4.9100 |
| 2026-04-10 | 4.8698 |
| 2026-04-17 | 4.8686 |
| 2026-04-24 | 4.8890 |
| 2026-05-01 | 4.8865 |
| 2026-05-08 | 4.8923 |
| 2026-05-16 | 4.8672 |
| 2026-05-24 | 4.9015 |
| 2026-05-31 | 4.8845 |
| 2026-06-09 | 4.8874 |
| 2026-06-16 | 4.9034 |
| 2026-06-23 | 4.9806 |
| 2026-06-30 | 4.9894 |
| 2026-07-07 | 5.0278 |
| 2026-07-14 | 5.0813 |
| 2026-07-21 | 5.0947 |
| 2026-07-28 | 5.0621 |
| 2026-08-04 | 5.0219 |
| 2026-08-11 | 5.0300 |
| 2026-08-18 | 5.0536 |
| 2026-08-26 | 5.0229 |
| 2026-09-02 | 5.0454 |
| 2026-09-09 | 5.0170 |
| 2026-09-16 | 5.0798 |
| 2026-09-23 | 5.1075 |
High
5.1075
Low
4.7752
Average
4.9204
Get this rate via the API
One GET request returns the FKP/PLN 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=PLN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=PLN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=PLN").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/PLN API questions
How do I get the FKP/PLN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=PLN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/PLN rate in rates.PLN.
How far back does FKP/PLN historical data go?
Daily FKP/PLN 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/PLN 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.