PAB to LAK exchange rate API
Balboa to Kip · quoted 2026-09-25
22410.92
▲ +3.36% over 1Y
1 PAB = 22410.92 LAK · 1 LAK = 0.000045 PAB · Get this rate via the API
1 PAB buys 22410.92 LAK as of 2026-09-25, so 1 LAK buys 0.000045 PAB. Over the last year, PAB/LAK traded between 21370.89 and 22715.86, averaged 21929.74 and rose 3.36%. The API holds daily PAB/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/LAK over 1Y: show the values
| Point | PAB/LAK |
|---|---|
| 2025-09-25 | 21681.94 |
| 2025-10-02 | 21633.89 |
| 2025-10-09 | 21644.23 |
| 2025-10-16 | 21701.55 |
| 2025-10-23 | 21673.10 |
| 2025-10-30 | 21701.46 |
| 2025-11-06 | 21644.90 |
| 2025-11-13 | 21681.84 |
| 2025-11-20 | 21687.20 |
| 2025-11-27 | 21702.02 |
| 2025-12-04 | 21677.35 |
| 2025-12-12 | 21635.13 |
| 2025-12-19 | 21638.38 |
| 2025-12-26 | 21618.48 |
| 2026-01-02 | 21628.06 |
| 2026-01-09 | 21610.91 |
| 2026-01-16 | 21633.22 |
| 2026-01-23 | 21559.68 |
| 2026-01-30 | 21553.00 |
| 2026-02-06 | 21506.63 |
| 2026-02-13 | 21512.92 |
| 2026-02-20 | 21455.43 |
| 2026-02-27 | 21449.97 |
| 2026-03-06 | 21407.49 |
| 2026-03-13 | 21505.46 |
| 2026-03-20 | 21370.89 |
| 2026-03-27 | 21662.26 |
| 2026-04-03 | 21947.22 |
| 2026-04-10 | 21993.03 |
| 2026-04-17 | 22062.81 |
| 2026-04-24 | 21928.30 |
| 2026-05-01 | 21973.08 |
| 2026-05-08 | 21945.08 |
| 2026-05-16 | 22014.17 |
| 2026-05-24 | 21856.76 |
| 2026-05-31 | 21909.27 |
| 2026-06-09 | 22034.35 |
| 2026-06-16 | 21987.65 |
| 2026-06-23 | 22092.92 |
| 2026-06-30 | 22416.52 |
| 2026-07-07 | 22560.07 |
| 2026-07-14 | 22600.18 |
| 2026-07-21 | 22659.80 |
| 2026-07-28 | 22715.86 |
| 2026-08-04 | 22675.27 |
| 2026-08-11 | 22653.52 |
| 2026-08-18 | 22556.70 |
| 2026-08-26 | 22465.52 |
| 2026-09-02 | 22453.87 |
| 2026-09-09 | 22335.91 |
| 2026-09-16 | 22412.00 |
| 2026-09-23 | 22437.83 |
High
22715.86
Low
21370.89
Average
21929.74
Get this rate via the API
One GET request returns the PAB/LAK 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=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/LAK API questions
How do I get the PAB/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/LAK rate in rates.LAK.
How far back does PAB/LAK historical data go?
Daily PAB/LAK 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/LAK 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.