Skip to content

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

PGK/LBP over 1Y: show the values
PointPGK/LBP
2025-09-2521676.11
2025-10-0221480.13
2025-10-0921555.24
2025-10-1621420.90
2025-10-2321604.31
2025-10-3021398.21
2025-11-0621314.58
2025-11-1321275.45
2025-11-2021231.09
2025-11-2721070.11
2025-12-0420980.55
2025-12-1221099.31
2025-12-1921080.47
2025-12-2620760.23
2026-01-0220985.87
2026-01-0921082.82
2026-01-1621074.71
2026-01-2320167.18
2026-01-3021009.29
2026-02-0620950.00
2026-02-1320963.38
2026-02-2020911.71
2026-02-2720896.66
2026-03-0620714.32
2026-03-1320734.23
2026-03-2020749.73
2026-03-2720837.00
2026-04-0320780.26
2026-04-1020714.18
2026-04-1720641.91
2026-04-2420704.29
2026-05-0120569.28
2026-05-0820587.56
2026-05-1620246.01
2026-05-2420650.81
2026-05-3120499.04
2026-06-0920556.59
2026-06-1620551.23
2026-06-2320503.02
2026-06-3020388.01
2026-07-0720384.61
2026-07-1420412.55
2026-07-2120351.15
2026-07-2820333.92
2026-08-0420404.46
2026-08-1120260.67
2026-08-1820290.05
2026-08-2620229.45
2026-09-0220312.21
2026-09-0920237.74
2026-09-1620054.29
2026-09-2320264.49

High

21676.11

Low

20054.29

Average

20755.82

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=LBP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.