Skip to content

PGK to LKR exchange rate API

Kina to Sri Lanka Rupee · quoted 2026-09-25

73.6851

▲ +2.75% over 1Y

1 PGK = 73.6851 LKR · 1 LKR = 0.01357 PGK · Get this rate via the API

1 PGK buys 73.6851 LKR as of 2026-09-25, so 1 LKR buys 0.01357 PGK. Over the last year, PGK/LKR traded between 71.0144 and 78.4848, averaged 73.7289 and rose 2.75%. The API holds daily PGK/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/LKR over 1Y

PGK/LKR over 1Y: show the values
PointPGK/LKR
2025-09-2571.7100
2025-10-0271.0144
2025-10-0972.9207
2025-10-1672.4223
2025-10-2373.2806
2025-10-3072.6921
2025-11-0672.2124
2025-11-1372.3057
2025-11-2072.9487
2025-11-2772.4946
2025-12-0472.1626
2025-12-1172.7920
2025-12-1872.7937
2025-12-2571.6704
2026-01-0172.6887
2026-01-0872.7497
2026-01-1572.6227
2026-01-2272.6776
2026-01-2972.5077
2026-02-0572.5266
2026-02-1272.3204
2026-02-1972.2131
2026-02-2672.1811
2026-03-0572.4083
2026-03-1272.3412
2026-03-1972.3702
2026-03-2673.0417
2026-04-0273.2494
2026-04-0973.1307
2026-04-1672.8917
2026-04-2373.0962
2026-04-3073.7443
2026-05-0774.0209
2026-05-1475.2404
2026-05-2178.4848
2026-05-2875.5488
2026-06-0476.7539
2026-06-1176.0057
2026-06-1876.2178
2026-06-2576.7834
2026-07-0276.4440
2026-07-0976.4800
2026-07-1676.1216
2026-07-2375.6397
2026-07-3075.9285
2026-08-0676.1933
2026-08-1375.5100
2026-08-2073.6980
2026-08-2774.5964
2026-09-0373.8014
2026-09-1073.1034
2026-09-1774.4542
2026-09-2474.4675

High

78.4848

Low

71.0144

Average

73.7289

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/LKR API questions

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

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

How far back does PGK/LKR historical data go?

Daily PGK/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 PGK/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.