LKR to PKR exchange rate API
Sri Lanka Rupee to Pakistan Rupee · quoted 2026-09-27
0.84018
▼ +5.60% over 6M
1 LKR = 0.84018 PKR · 1 PKR = 1.1902 LKR · Get this rate via the API
1 LKR buys 0.84018 PKR as of 2026-09-27, so 1 PKR buys 1.1902 LKR. Over the last 6 months, LKR/PKR traded between 0.83272 and 0.89006, averaged 0.85338 and fell 5.60%. The API holds daily LKR/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/PKR over 6M: show the values
| Point | LKR/PKR |
|---|---|
| 2026-03-31 | 0.89006 |
| 2026-04-07 | 0.88965 |
| 2026-04-14 | 0.88379 |
| 2026-04-21 | 0.88659 |
| 2026-04-28 | 0.87836 |
| 2026-05-05 | 0.87730 |
| 2026-05-12 | 0.87010 |
| 2026-05-19 | 0.84829 |
| 2026-05-26 | 0.86681 |
| 2026-06-02 | 0.84680 |
| 2026-06-09 | 0.83324 |
| 2026-06-16 | 0.84128 |
| 2026-06-23 | 0.83898 |
| 2026-06-30 | 0.83497 |
| 2026-07-07 | 0.83810 |
| 2026-07-14 | 0.83484 |
| 2026-07-21 | 0.83435 |
| 2026-07-28 | 0.83413 |
| 2026-08-04 | 0.83272 |
| 2026-08-11 | 0.83750 |
| 2026-08-18 | 0.84452 |
| 2026-08-25 | 0.85301 |
| 2026-09-01 | 0.85343 |
| 2026-09-08 | 0.85315 |
| 2026-09-15 | 0.85008 |
| 2026-09-22 | 0.84913 |
High
0.89006
Low
0.83272
Average
0.85338
Get this rate via the API
One GET request returns the LKR/PKR 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=LKR¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=PKR").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/PKR API questions
How do I get the LKR/PKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/PKR rate in rates.PKR.
How far back does LKR/PKR historical data go?
Daily LKR/PKR 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 LKR/PKR 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.