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: show the values
| Point | PAB/LKR |
|---|---|
| 2026-03-29 | 314.8251 |
| 2026-04-05 | 315.4986 |
| 2026-04-12 | 316.1373 |
| 2026-04-19 | 316.1999 |
| 2026-04-26 | 318.9363 |
| 2026-05-03 | 319.7277 |
| 2026-05-10 | 322.5913 |
| 2026-05-18 | 328.8687 |
| 2026-05-26 | 324.4142 |
| 2026-06-02 | 332.0630 |
| 2026-06-11 | 333.1203 |
| 2026-06-18 | 334.2433 |
| 2026-06-25 | 337.4194 |
| 2026-07-02 | 336.4952 |
| 2026-07-09 | 336.1154 |
| 2026-07-16 | 336.7799 |
| 2026-07-23 | 336.8299 |
| 2026-07-30 | 336.5633 |
| 2026-08-06 | 336.2482 |
| 2026-08-13 | 334.4437 |
| 2026-08-21 | 330.3575 |
| 2026-08-28 | 328.8275 |
| 2026-09-04 | 328.8988 |
| 2026-09-11 | 329.3749 |
| 2026-09-18 | 331.8117 |
| 2026-09-25 | 330.8983 |
High
337.4194
Low
314.8251
Average
328.8391
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.