Skip to content

PAB to LKR exchange rate API

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

330.9675

▲ +5.13% over 6M

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 last 6 months, PAB/LKR traded between 314.8251 and 337.4194, averaged 328.8391 and rose 5.13%. 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 6M

PAB/LKR over 6M: show the values
PointPAB/LKR
2026-03-29314.8251
2026-04-05315.4986
2026-04-12316.1373
2026-04-19316.1999
2026-04-26318.9363
2026-05-03319.7277
2026-05-10322.5913
2026-05-18328.8687
2026-05-26324.4142
2026-06-02332.0630
2026-06-11333.1203
2026-06-18334.2433
2026-06-25337.4194
2026-07-02336.4952
2026-07-09336.1154
2026-07-16336.7799
2026-07-23336.8299
2026-07-30336.5633
2026-08-06336.2482
2026-08-13334.4437
2026-08-21330.3575
2026-08-28328.8275
2026-09-04328.8988
2026-09-11329.3749
2026-09-18331.8117
2026-09-25330.8983

High

337.4194

Low

314.8251

Average

328.8391

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.