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: show the values
| Point | PAB/LKR |
|---|---|
| 2025-12-31 | 310.0869 |
| 2026-01-07 | 310.7190 |
| 2026-01-14 | 309.9250 |
| 2026-01-21 | 310.4025 |
| 2026-01-28 | 310.3107 |
| 2026-02-04 | 310.0625 |
| 2026-02-11 | 310.1575 |
| 2026-02-18 | 310.0729 |
| 2026-02-25 | 310.1112 |
| 2026-03-04 | 310.8328 |
| 2026-03-11 | 311.5528 |
| 2026-03-18 | 311.9778 |
| 2026-03-25 | 314.7108 |
| 2026-04-01 | 316.0125 |
| 2026-04-08 | 315.8237 |
| 2026-04-15 | 316.1096 |
| 2026-04-22 | 317.4557 |
| 2026-04-29 | 320.1374 |
| 2026-05-06 | 321.5765 |
| 2026-05-14 | 325.6980 |
| 2026-05-21 | 342.0268 |
| 2026-05-29 | 329.8984 |
| 2026-06-05 | 336.4519 |
| 2026-06-14 | 335.4383 |
| 2026-06-21 | 333.9135 |
| 2026-06-28 | 336.7359 |
| 2026-07-05 | 335.6550 |
| 2026-07-12 | 336.0397 |
| 2026-07-19 | 336.4356 |
| 2026-07-26 | 336.5769 |
| 2026-08-02 | 336.2321 |
| 2026-08-09 | 335.9436 |
| 2026-08-16 | 333.3842 |
| 2026-08-24 | 329.8673 |
| 2026-08-31 | 328.7663 |
| 2026-09-07 | 328.9037 |
| 2026-09-14 | 329.3454 |
| 2026-09-21 | 331.4546 |
High
342.0268
Low
309.9250
Average
323.5326
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.