Skip to content

PAB to LKR exchange rate API

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

330.9675

▲ +6.73% over YTD

1 PAB = 330.9675 LKR · 1 LKR = 0.003021 PAB · Get this rate via the API

1 PAB buys 330.9675 LKR as of 2026-09-25, so 1 LKR buys 0.003021 PAB. Over the year to date, PAB/LKR traded between 309.9250 and 342.0268, averaged 323.5326 and rose 6.73%. The API holds daily PAB/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/LKR over YTD

PAB/LKR over YTD: show the values
PointPAB/LKR
2025-12-31310.0869
2026-01-07310.7190
2026-01-14309.9250
2026-01-21310.4025
2026-01-28310.3107
2026-02-04310.0625
2026-02-11310.1575
2026-02-18310.0729
2026-02-25310.1112
2026-03-04310.8328
2026-03-11311.5528
2026-03-18311.9778
2026-03-25314.7108
2026-04-01316.0125
2026-04-08315.8237
2026-04-15316.1096
2026-04-22317.4557
2026-04-29320.1374
2026-05-06321.5765
2026-05-14325.6980
2026-05-21342.0268
2026-05-29329.8984
2026-06-05336.4519
2026-06-14335.4383
2026-06-21333.9135
2026-06-28336.7359
2026-07-05335.6550
2026-07-12336.0397
2026-07-19336.4356
2026-07-26336.5769
2026-08-02336.2321
2026-08-09335.9436
2026-08-16333.3842
2026-08-24329.8673
2026-08-31328.7663
2026-09-07328.9037
2026-09-14329.3454
2026-09-21331.4546

High

342.0268

Low

309.9250

Average

323.5326

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/LKR API questions

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

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

How far back does PAB/LKR historical data go?

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