LG Display Co., Ltd. has paid 4 recorded cash distributions, spanning 2015 to 2022.
The highest single cash dividend paid by LG Display Co., Ltd. is $0.26. The latest distribution of $0.26 was recorded on Apr 26, 2022.
The most recently recorded trailing dividend yield for LG Display Co., Ltd. stands at 0.00%, peaking at 504.59% on Feb 11, 2016, and averaging — across the selected range.
View 4 recorded historical distributions for LG Display Co., Ltd., covering a time period spanning from 2015 to 2022.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Dec 30, 2021 | $0.26 | Cash | Apr 26, 2022 |
| 2 | Dec 28, 2017 | $0.23 | Cash | Apr 19, 2018 |
| 3 | Dec 28, 2016 | $0.22 | Cash | Apr 20, 2017 |
| 4 | Dec 29, 2014 | $0.23 | Cash | Apr 15, 2015 |
Pull LG Display Co., Ltd.'s full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=LPL&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "LPL", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=LPL&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();