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: show the values
| Point | PAB/LKR |
|---|---|
| 2025-09-25 | 297.1118 |
| 2025-10-02 | 296.9349 |
| 2025-10-09 | 303.2749 |
| 2025-10-16 | 303.6414 |
| 2025-10-23 | 303.9681 |
| 2025-10-30 | 304.7869 |
| 2025-11-06 | 305.1678 |
| 2025-11-13 | 305.3281 |
| 2025-11-20 | 308.6867 |
| 2025-11-27 | 308.4965 |
| 2025-12-04 | 308.8975 |
| 2025-12-12 | 309.5484 |
| 2025-12-19 | 309.7567 |
| 2025-12-26 | 309.8294 |
| 2026-01-02 | 309.9966 |
| 2026-01-09 | 309.9368 |
| 2026-01-16 | 310.2812 |
| 2026-01-23 | 310.4804 |
| 2026-01-30 | 310.0595 |
| 2026-02-06 | 310.1989 |
| 2026-02-13 | 310.0389 |
| 2026-02-20 | 310.1543 |
| 2026-02-27 | 310.0122 |
| 2026-03-06 | 311.8158 |
| 2026-03-13 | 311.8130 |
| 2026-03-20 | 312.2703 |
| 2026-03-27 | 315.1322 |
| 2026-04-03 | 315.6575 |
| 2026-04-10 | 316.5939 |
| 2026-04-17 | 316.6944 |
| 2026-04-24 | 318.5763 |
| 2026-05-01 | 320.0915 |
| 2026-05-08 | 321.2933 |
| 2026-05-16 | 328.6163 |
| 2026-05-24 | 331.7412 |
| 2026-05-31 | 330.2996 |
| 2026-06-09 | 337.4581 |
| 2026-06-16 | 334.2420 |
| 2026-06-23 | 335.1749 |
| 2026-06-30 | 336.7770 |
| 2026-07-07 | 335.5161 |
| 2026-07-14 | 336.8522 |
| 2026-07-21 | 337.0199 |
| 2026-07-28 | 336.8835 |
| 2026-08-04 | 336.4936 |
| 2026-08-11 | 335.4978 |
| 2026-08-18 | 332.7228 |
| 2026-08-26 | 329.1404 |
| 2026-09-02 | 328.9985 |
| 2026-09-09 | 329.3340 |
| 2026-09-16 | 331.5088 |
| 2026-09-23 | 329.9204 |
High
337.4581
Low
296.9349
Average
318.7111
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.