Skip to content

PAB to LKR exchange rate API

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

330.9675

▲ +11.39% over 1Y

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 year, PAB/LKR traded between 296.9349 and 337.4581, averaged 318.7111 and rose 11.39%. 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 1Y

PAB/LKR over 1Y: show the values
PointPAB/LKR
2025-09-25297.1118
2025-10-02296.9349
2025-10-09303.2749
2025-10-16303.6414
2025-10-23303.9681
2025-10-30304.7869
2025-11-06305.1678
2025-11-13305.3281
2025-11-20308.6867
2025-11-27308.4965
2025-12-04308.8975
2025-12-12309.5484
2025-12-19309.7567
2025-12-26309.8294
2026-01-02309.9966
2026-01-09309.9368
2026-01-16310.2812
2026-01-23310.4804
2026-01-30310.0595
2026-02-06310.1989
2026-02-13310.0389
2026-02-20310.1543
2026-02-27310.0122
2026-03-06311.8158
2026-03-13311.8130
2026-03-20312.2703
2026-03-27315.1322
2026-04-03315.6575
2026-04-10316.5939
2026-04-17316.6944
2026-04-24318.5763
2026-05-01320.0915
2026-05-08321.2933
2026-05-16328.6163
2026-05-24331.7412
2026-05-31330.2996
2026-06-09337.4581
2026-06-16334.2420
2026-06-23335.1749
2026-06-30336.7770
2026-07-07335.5161
2026-07-14336.8522
2026-07-21337.0199
2026-07-28336.8835
2026-08-04336.4936
2026-08-11335.4978
2026-08-18332.7228
2026-08-26329.1404
2026-09-02328.9985
2026-09-09329.3340
2026-09-16331.5088
2026-09-23329.9204

High

337.4581

Low

296.9349

Average

318.7111

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.