PAB to LRD exchange rate API
Balboa to Liberian Dollar · quoted 2026-09-26
171.8944
▼ +5.33% over 1Y
1 PAB = 171.8944 LRD · 1 LRD = 0.005818 PAB · Get this rate via the API
1 PAB buys 171.8944 LRD as of 2026-09-26, so 1 LRD buys 0.005818 PAB. Over the last year, PAB/LRD traded between 171.8944 and 187.4396, averaged 181.3519 and fell 5.33%. The API holds daily PAB/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/LRD over 1Y: show the values
| Point | PAB/LRD |
|---|---|
| 2025-09-26 | 181.5652 |
| 2025-10-03 | 181.6879 |
| 2025-10-10 | 181.0598 |
| 2025-10-17 | 183.0351 |
| 2025-10-24 | 182.6887 |
| 2025-10-31 | 183.3631 |
| 2025-11-07 | 183.0045 |
| 2025-11-14 | 182.4918 |
| 2025-11-21 | 181.4834 |
| 2025-11-28 | 177.6059 |
| 2025-12-05 | 177.4024 |
| 2025-12-13 | 176.8652 |
| 2025-12-20 | 177.2478 |
| 2025-12-27 | 177.5020 |
| 2026-01-03 | 178.4012 |
| 2026-01-10 | 179.6895 |
| 2026-01-17 | 180.4754 |
| 2026-01-24 | 184.9676 |
| 2026-01-31 | 185.3020 |
| 2026-02-07 | 187.4396 |
| 2026-02-14 | 186.3986 |
| 2026-02-21 | 185.0248 |
| 2026-02-28 | 183.5993 |
| 2026-03-07 | 183.0007 |
| 2026-03-14 | 183.2467 |
| 2026-03-21 | 183.3746 |
| 2026-03-28 | 183.6051 |
| 2026-04-04 | 183.0774 |
| 2026-04-11 | 184.2903 |
| 2026-04-18 | 184.2069 |
| 2026-04-25 | 183.2409 |
| 2026-05-02 | 183.8381 |
| 2026-05-09 | 183.5108 |
| 2026-05-17 | 183.2384 |
| 2026-05-25 | 182.3618 |
| 2026-06-01 | 181.8442 |
| 2026-06-10 | 183.1262 |
| 2026-06-17 | 182.1009 |
| 2026-06-24 | 182.3386 |
| 2026-07-01 | 181.3289 |
| 2026-07-08 | 181.3706 |
| 2026-07-15 | 181.7975 |
| 2026-07-22 | 181.2769 |
| 2026-07-29 | 181.4801 |
| 2026-08-05 | 180.3893 |
| 2026-08-12 | 181.0829 |
| 2026-08-20 | 181.0615 |
| 2026-08-27 | 181.5193 |
| 2026-09-03 | 177.8279 |
| 2026-09-10 | 174.4821 |
| 2026-09-17 | 174.3362 |
| 2026-09-24 | 173.0985 |
High
187.4396
Low
171.8944
Average
181.3519
Get this rate via the API
One GET request returns the PAB/LRD 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=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=LRD").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/LRD API questions
How do I get the PAB/LRD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=LRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/LRD rate in rates.LRD.
How far back does PAB/LRD historical data go?
Daily PAB/LRD 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/LRD 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.