LG Display (LPL) Receivables (2009 - 2026)
LG Display's (LPL) quarterly Receivables came in at $1.6 billion in Q2 2026, down 7.11% year-over-year from $1.7 billion in Q2 2025, and down 2.02% quarter-over-quarter from $1.6 billion in Q1 2026.
LG Display (LPL) Receivables (2009 - 2026) Analysis & Trends
LG Display (LPL) has reported Receivables for 18 consecutive years, with $1.6 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Receivables fell 7.11% year-over-year to $1.6 billion in Q2 2026; TTM through Jun 2026 was $1.6 billion, a 7.11% decrease from a year earlier, with the FY2025 full-year figure at $1.9 billion, down 36.51% from the prior year.
- Receivables was $1.6 billion for Q2 2026 at LG Display, down from $1.6 billion in the prior quarter.
- Over five years, Receivables peaked at $3.2 billion in Q1 2022 and troughed at -$739.3 million in Q4 2023.
- A 5-year average of $2.1 billion and a median of $2.3 billion in 2022 frame the typical range for Receivables.
- Across the five-year window, Receivables slumped 139.7% in 2023 and soared 500.8% in 2024, its largest moves.
- Over 5 years, Receivables stood at $1.9 billion in 2022, then plunged by 139.7% to -$739.3 million in 2023, then soared by 500.8% to $3.0 billion in 2024, then sank by 40.72% to $1.8 billion in 2025, then retreated by 9.38% to $1.6 billion in 2026.
- The last three Receivables figures came in at $1.6 billion (Q2 2026), $1.6 billion (Q1 2026), and $1.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn | 531.40 Mn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn | 1.34 Bn |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn | 1.00 Bn |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn | 423.59 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn | 393.37 Mn |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn | 116.50 Mn |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn | 1.59 Bn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn | 168.89 Mn |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn | 166.22 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn | 27.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.59 Bn |
| Mar 31, 2026 | 1.62 Bn |
| Dec 31, 2025 | 1.76 Bn |
| Sep 30, 2025 | 2.47 Bn |
| Jun 30, 2025 | 1.71 Bn |
| Mar 31, 2025 | 2.49 Bn |
| Dec 31, 2024 | 2.96 Bn |
| Sep 30, 2024 | 2.34 Bn |
| Jun 30, 2024 | 2.79 Bn |
| Mar 31, 2024 | 2.28 Bn |
| Dec 31, 2023 | -739.28 Mn |
| Sep 30, 2023 | 1.85 Bn |
| Jun 30, 2023 | 2.74 Bn |
| Mar 31, 2023 | 2.03 Bn |
| Dec 31, 2022 | 1.86 Bn |
| Sep 30, 2022 | 2.34 Bn |
| Jun 30, 2022 | 2.35 Bn |
| Mar 31, 2022 | 3.22 Bn |
| Dec 31, 2021 | 3.97 Bn |
| Sep 30, 2021 | 4.51 Bn |
LG Display Receivables API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=receivables&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "ticker": "LPL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=receivables&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();