Skip to content

PLN to LKR exchange rate API

Zloty to Sri Lanka Rupee · quoted 2026-09-27

85.9513

▲ +3.87% over 1Y

1 PLN = 85.9513 LKR · 1 LKR = 0.01163 PLN · Get this rate via the API

1 PLN buys 85.9513 LKR as of 2026-09-27, so 1 LKR buys 0.01163 PLN. Over the last year, PLN/LKR traded between 82.2150 and 91.5513, averaged 86.7990 and rose 3.87%. The API holds daily PLN/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PLN/LKR over 1Y

PLN/LKR over 1Y: show the values
PointPLN/LKR
2025-09-2782.7470
2025-10-0483.5332
2025-10-1182.2150
2025-10-1883.3741
2025-10-2583.2756
2025-11-0182.6508
2025-11-0883.1280
2025-11-1584.2619
2025-11-2283.5400
2025-11-2984.2192
2025-12-0684.8881
2025-12-1385.8669
2025-12-2085.9450
2025-12-2786.4573
2026-01-0386.2342
2026-01-1085.3951
2026-01-1785.1471
2026-01-2487.1462
2026-01-3187.5937
2026-02-0786.6417
2026-02-1487.1692
2026-02-2186.3858
2026-02-2886.4950
2026-03-0784.6190
2026-03-1483.1401
2026-03-2184.4109
2026-03-2884.6251
2026-04-0484.7588
2026-04-1186.9499
2026-04-1887.9389
2026-04-2587.9112
2026-05-0288.2838
2026-05-0989.5342
2026-05-1689.9784
2026-05-2391.5513
2026-05-3090.8533
2026-06-0691.3767
2026-06-1391.3409
2026-06-2089.8783
2026-06-2789.2490
2026-07-0489.3530
2026-07-1188.6103
2026-07-1888.5325
2026-07-2588.5910
2026-08-0189.5525
2026-08-0890.1925
2026-08-1589.3399
2026-08-2289.1324
2026-08-2987.4984
2026-09-0588.4068
2026-09-1288.1550
2026-09-1987.1696
2026-09-2685.9513

High

91.5513

Low

82.2150

Average

86.7990

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

PLN/LKR API questions

How do I get the PLN/LKR exchange rate from an API?

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

How far back does PLN/LKR historical data go?

Daily PLN/LKR 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 PLN/LKR 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.