Crescent Energy Co has paid 19 recorded cash distributions, spanning 2022 to 2026.
The highest single cash dividend paid by Crescent Energy Co is $0.17. The latest distribution of $0.12 was recorded on Aug 31, 2026.
The most recently recorded trailing dividend yield for Crescent Energy Co stands at 305.03%, peaking at 511.41% on Oct 21, 2025, and averaging — across the selected range.
View 19 recorded historical distributions for Crescent Energy Co, covering a time period spanning from 2022 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Aug 17, 2026 | $0.12 | Cash | Aug 31, 2026 |
| 2 | May 18, 2026 | $0.12 | Cash | Jun 1, 2026 |
| 3 | Mar 11, 2026 | $0.12 | Cash | Mar 25, 2026 |
| 4 | Nov 17, 2025 | $0.12 | Cash | Dec 1, 2025 |
| 5 | Aug 18, 2025 | $0.12 | Cash | Sep 2, 2025 |
| 6 | May 19, 2025 | $0.12 | Cash | Jun 2, 2025 |
| 7 | Mar 12, 2025 | $0.12 | Cash | Mar 26, 2025 |
| 8 | Nov 18, 2024 | $0.12 | Cash | Dec 2, 2024 |
| 9 | Aug 19, 2024 | $0.12 | Cash | Sep 3, 2024 |
| 10 | May 20, 2024 | $0.12 | Cash | Jun 7, 2024 |
| 11 | Mar 14, 2024 | $0.12 | Cash | Mar 28, 2024 |
| 12 | Nov 17, 2023 | $0.12 | Cash | Dec 4, 2023 |
| 13 | Aug 22, 2023 | $0.12 | Cash | Sep 6, 2023 |
| 14 | May 23, 2023 | $0.12 | Cash | Jun 7, 2023 |
| 15 | Mar 17, 2023 | $0.17 | Cash | Mar 31, 2023 |
| 16 | Nov 22, 2022 | $0.17 | Cash | Dec 7, 2022 |
| 17 | Aug 22, 2022 | $0.17 | Cash | Sep 6, 2022 |
| 18 | May 23, 2022 | $0.17 | Cash | Jun 7, 2022 |
| 19 | Mar 17, 2022 | $0.12 | Cash | Mar 31, 2022 |
Pull Crescent Energy Co'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=CRGY&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "CRGY", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=CRGY&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();