Skip to content

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

FKP/PLN over 1Y: show the values
PointFKP/PLN
2025-09-254.8855
2025-10-024.8824
2025-10-094.9139
2025-10-164.9052
2025-10-234.8719
2025-10-304.8540
2025-11-064.8176
2025-11-134.7752
2025-11-204.7957
2025-11-274.8453
2025-12-044.8385
2025-12-124.8202
2025-12-194.8119
2025-12-264.8376
2026-01-024.8480
2026-01-094.8602
2026-01-164.8671
2026-01-234.8314
2026-01-304.8532
2026-02-064.8461
2026-02-134.8404
2026-02-204.8237
2026-02-274.8256
2026-03-064.9580
2026-03-134.9672
2026-03-204.9664
2026-03-274.9671
2026-04-034.9100
2026-04-104.8698
2026-04-174.8686
2026-04-244.8890
2026-05-014.8865
2026-05-084.8923
2026-05-164.8672
2026-05-244.9015
2026-05-314.8845
2026-06-094.8874
2026-06-164.9034
2026-06-234.9806
2026-06-304.9894
2026-07-075.0278
2026-07-145.0813
2026-07-215.0947
2026-07-285.0621
2026-08-045.0219
2026-08-115.0300
2026-08-185.0536
2026-08-265.0229
2026-09-025.0454
2026-09-095.0170
2026-09-165.0798
2026-09-235.1075

High

5.1075

Low

4.7752

Average

4.9204

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=PLN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=PLN");
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=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&currencies=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.