Skip to content

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

LKR/PKR over 6M: show the values
PointLKR/PKR
2026-03-310.89006
2026-04-070.88965
2026-04-140.88379
2026-04-210.88659
2026-04-280.87836
2026-05-050.87730
2026-05-120.87010
2026-05-190.84829
2026-05-260.86681
2026-06-020.84680
2026-06-090.83324
2026-06-160.84128
2026-06-230.83898
2026-06-300.83497
2026-07-070.83810
2026-07-140.83484
2026-07-210.83435
2026-07-280.83413
2026-08-040.83272
2026-08-110.83750
2026-08-180.84452
2026-08-250.85301
2026-09-010.85343
2026-09-080.85315
2026-09-150.85008
2026-09-220.84913

High

0.89006

Low

0.83272

Average

0.85338

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=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&currencies=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.