Crown Crafts Inc has paid 66 recorded cash distributions, spanning 2010 to 2026.
The highest single cash dividend paid by Crown Crafts Inc is $0.40. The latest distribution of $0.03 was recorded on Oct 2, 2026.
The most recently recorded trailing dividend yield for Crown Crafts Inc stands at 1,261.99%, peaking at 1,849.98% on Jan 15, 2013, and averaging — across the selected range.
View 66 recorded historical distributions for Crown Crafts Inc, covering a time period spanning from 2010 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 11, 2026 | $0.03 | Cash | Oct 2, 2026 |
| 2 | Jun 11, 2026 | $0.08 | Cash | Jul 2, 2026 |
| 3 | Mar 13, 2026 | $0.08 | Cash | Apr 3, 2026 |
| 4 | Dec 12, 2025 | $0.08 | Cash | Jan 2, 2026 |
| 5 | Sep 12, 2025 | $0.08 | Cash | Oct 3, 2025 |
| 6 | Jun 13, 2025 | $0.08 | Cash | Jul 3, 2025 |
| 7 | Mar 14, 2025 | $0.08 | Cash | Apr 4, 2025 |
| 8 | Dec 13, 2024 | $0.08 | Cash | Jan 3, 2025 |
| 9 | Sep 13, 2024 | $0.08 | Cash | Oct 4, 2024 |
| 10 | Jun 14, 2024 | $0.08 | Cash | Jul 5, 2024 |
| 11 | Mar 14, 2024 | $0.08 | Cash | Apr 5, 2024 |
| 12 | Dec 14, 2023 | $0.08 | Cash | Jan 5, 2024 |
| 13 | Sep 14, 2023 | $0.08 | Cash | Oct 6, 2023 |
| 14 | Jun 15, 2023 | $0.08 | Cash | Jul 7, 2023 |
| 15 | Mar 16, 2023 | $0.08 | Cash | Apr 7, 2023 |
| 16 | Dec 15, 2022 | $0.08 | Cash | Jan 6, 2023 |
| 17 | Sep 15, 2022 | $0.08 | Cash | Oct 7, 2022 |
| 18 | Jun 16, 2022 | $0.08 | Cash | Jul 8, 2022 |
| 19 | Mar 17, 2022 | $0.08 | Cash | Apr 8, 2022 |
| 20 | Dec 9, 2021 | $0.35 | Cash | Dec 31, 2021 |
Pull Crown Crafts 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=CRWS&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "CRWS", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=CRWS&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();