PGK to LBP exchange rate API
Kina to Lebanese Pound · quoted 2026-09-25
20106.98
▼ +4.56% over YTD
1 PGK = 20106.98 LBP · 1 LBP = 0.000050 PGK · Get this rate via the API
1 PGK buys 20106.98 LBP as of 2026-09-25, so 1 LBP buys 0.000050 PGK. Over the year to date, PGK/LBP traded between 19997.79 and 21100.75, averaged 20589.58 and fell 4.56%. The API holds daily PGK/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/LBP over YTD: show the values
| Point | PGK/LBP |
|---|---|
| 2025-12-31 | 21066.95 |
| 2026-01-07 | 20993.06 |
| 2026-01-14 | 21100.75 |
| 2026-01-21 | 20933.13 |
| 2026-01-28 | 21045.16 |
| 2026-02-04 | 20881.00 |
| 2026-02-11 | 20935.30 |
| 2026-02-18 | 20897.13 |
| 2026-02-25 | 20938.39 |
| 2026-03-04 | 20835.36 |
| 2026-03-11 | 20849.70 |
| 2026-03-18 | 20734.74 |
| 2026-03-25 | 20814.52 |
| 2026-04-01 | 20743.51 |
| 2026-04-08 | 20576.47 |
| 2026-04-15 | 20659.81 |
| 2026-04-22 | 20575.10 |
| 2026-04-29 | 20612.14 |
| 2026-05-06 | 20600.90 |
| 2026-05-14 | 20763.40 |
| 2026-05-21 | 20485.13 |
| 2026-05-29 | 20465.08 |
| 2026-06-05 | 20481.86 |
| 2026-06-14 | 20633.89 |
| 2026-06-21 | 20558.85 |
| 2026-06-28 | 20423.79 |
| 2026-07-05 | 20308.92 |
| 2026-07-12 | 20469.05 |
| 2026-07-19 | 20423.47 |
| 2026-07-26 | 20338.03 |
| 2026-08-02 | 20352.36 |
| 2026-08-09 | 20244.82 |
| 2026-08-16 | 20542.02 |
| 2026-08-24 | 20250.28 |
| 2026-08-31 | 19997.79 |
| 2026-09-07 | 20077.91 |
| 2026-09-14 | 20094.61 |
| 2026-09-21 | 20182.17 |
High
21100.75
Low
19997.79
Average
20589.58
Get this rate via the API
One GET request returns the PGK/LBP 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=PGK¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=LBP").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/LBP API questions
How do I get the PGK/LBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/LBP rate in rates.LBP.
How far back does PGK/LBP historical data go?
Daily PGK/LBP 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 PGK/LBP 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.