PGK to LBP exchange rate API
Kina to Lebanese Pound · quoted 2026-09-25
20106.98
▼ +7.24% over 1Y
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 last year, PGK/LBP traded between 20054.29 and 21676.11, averaged 20755.82 and fell 7.24%. 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 1Y: show the values
| Point | PGK/LBP |
|---|---|
| 2025-09-25 | 21676.11 |
| 2025-10-02 | 21480.13 |
| 2025-10-09 | 21555.24 |
| 2025-10-16 | 21420.90 |
| 2025-10-23 | 21604.31 |
| 2025-10-30 | 21398.21 |
| 2025-11-06 | 21314.58 |
| 2025-11-13 | 21275.45 |
| 2025-11-20 | 21231.09 |
| 2025-11-27 | 21070.11 |
| 2025-12-04 | 20980.55 |
| 2025-12-12 | 21099.31 |
| 2025-12-19 | 21080.47 |
| 2025-12-26 | 20760.23 |
| 2026-01-02 | 20985.87 |
| 2026-01-09 | 21082.82 |
| 2026-01-16 | 21074.71 |
| 2026-01-23 | 20167.18 |
| 2026-01-30 | 21009.29 |
| 2026-02-06 | 20950.00 |
| 2026-02-13 | 20963.38 |
| 2026-02-20 | 20911.71 |
| 2026-02-27 | 20896.66 |
| 2026-03-06 | 20714.32 |
| 2026-03-13 | 20734.23 |
| 2026-03-20 | 20749.73 |
| 2026-03-27 | 20837.00 |
| 2026-04-03 | 20780.26 |
| 2026-04-10 | 20714.18 |
| 2026-04-17 | 20641.91 |
| 2026-04-24 | 20704.29 |
| 2026-05-01 | 20569.28 |
| 2026-05-08 | 20587.56 |
| 2026-05-16 | 20246.01 |
| 2026-05-24 | 20650.81 |
| 2026-05-31 | 20499.04 |
| 2026-06-09 | 20556.59 |
| 2026-06-16 | 20551.23 |
| 2026-06-23 | 20503.02 |
| 2026-06-30 | 20388.01 |
| 2026-07-07 | 20384.61 |
| 2026-07-14 | 20412.55 |
| 2026-07-21 | 20351.15 |
| 2026-07-28 | 20333.92 |
| 2026-08-04 | 20404.46 |
| 2026-08-11 | 20260.67 |
| 2026-08-18 | 20290.05 |
| 2026-08-26 | 20229.45 |
| 2026-09-02 | 20312.21 |
| 2026-09-09 | 20237.74 |
| 2026-09-16 | 20054.29 |
| 2026-09-23 | 20264.49 |
High
21676.11
Low
20054.29
Average
20755.82
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.