Lumentum Holdings Inc. has paid 3 recorded cash distributions, spanning 2003 to 2004.
The highest single cash dividend paid by Lumentum Holdings Inc. is $0.04. The latest distribution of $0.04 was recorded on Jun 11, 2004.
The most recently recorded trailing dividend yield for Lumentum Holdings Inc. stands at 0.00%, peaking at 4.04% on Jan 3, 2019, and averaging — across the selected range.
View 3 recorded historical distributions for Lumentum Holdings Inc., covering a time period spanning from 2003 to 2004.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | May 24, 2004 | $0.04 | Cash | Jun 11, 2004 |
| 2 | Mar 19, 2004 | $0.04 | Cash | Mar 12, 2004 |
| 3 | Nov 24, 2003 | $0.04 | Cash | Dec 12, 2003 |
Pull Lumentum Holdings Inc.'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=LITE&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "LITE", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=LITE&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();