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: show the values
| Point | PGK/LKR |
|---|---|
| 2025-09-25 | 71.7100 |
| 2025-10-02 | 71.0144 |
| 2025-10-09 | 72.9207 |
| 2025-10-16 | 72.4223 |
| 2025-10-23 | 73.2806 |
| 2025-10-30 | 72.6921 |
| 2025-11-06 | 72.2124 |
| 2025-11-13 | 72.3057 |
| 2025-11-20 | 72.9487 |
| 2025-11-27 | 72.4946 |
| 2025-12-04 | 72.1626 |
| 2025-12-11 | 72.7920 |
| 2025-12-18 | 72.7937 |
| 2025-12-25 | 71.6704 |
| 2026-01-01 | 72.6887 |
| 2026-01-08 | 72.7497 |
| 2026-01-15 | 72.6227 |
| 2026-01-22 | 72.6776 |
| 2026-01-29 | 72.5077 |
| 2026-02-05 | 72.5266 |
| 2026-02-12 | 72.3204 |
| 2026-02-19 | 72.2131 |
| 2026-02-26 | 72.1811 |
| 2026-03-05 | 72.4083 |
| 2026-03-12 | 72.3412 |
| 2026-03-19 | 72.3702 |
| 2026-03-26 | 73.0417 |
| 2026-04-02 | 73.2494 |
| 2026-04-09 | 73.1307 |
| 2026-04-16 | 72.8917 |
| 2026-04-23 | 73.0962 |
| 2026-04-30 | 73.7443 |
| 2026-05-07 | 74.0209 |
| 2026-05-14 | 75.2404 |
| 2026-05-21 | 78.4848 |
| 2026-05-28 | 75.5488 |
| 2026-06-04 | 76.7539 |
| 2026-06-11 | 76.0057 |
| 2026-06-18 | 76.2178 |
| 2026-06-25 | 76.7834 |
| 2026-07-02 | 76.4440 |
| 2026-07-09 | 76.4800 |
| 2026-07-16 | 76.1216 |
| 2026-07-23 | 75.6397 |
| 2026-07-30 | 75.9285 |
| 2026-08-06 | 76.1933 |
| 2026-08-13 | 75.5100 |
| 2026-08-20 | 73.6980 |
| 2026-08-27 | 74.5964 |
| 2026-09-03 | 73.8014 |
| 2026-09-10 | 73.1034 |
| 2026-09-17 | 74.4542 |
| 2026-09-24 | 74.4675 |
High
78.4848
Low
71.0144
Average
73.7289
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.