Crescent Energy (CRGY) Change in Account Payables (2021 - 2025)
Crescent Energy's (CRGY) quarterly Change in Account Payables came in at $20.0 million in Q4 2025, up 858.35% on a YoY basis from $2.1 million in Q4 2024, and up 71.77% quarter-over-quarter from $11.7 million in Q3 2025.
Crescent Energy (CRGY) Change in Account Payables (2021 - 2025) Analysis & Trends
Crescent Energy (CRGY) has reported Change in Account Payables for 5 consecutive years, with $20.0 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Change in Account Payables rose 858.35% year-over-year to $20.0 million; the trailing twelve-month figure through Dec 2025 stood at $32.5 million (up 229.14% YoY), and the FY2025 full-year result was $32.5 million, up 229.14% from the prior year.
- Change in Account Payables rose to $20.0 million in Q4 2025 per CRGY's latest filing, from $11.7 million in the prior quarter.
- Across five years, Change in Account Payables topped out at $23.6 million in Q1 2022 and bottomed at -$20.5 million in Q1 2024.
- Historically, Change in Account Payables has averaged $2.0 million across 5 years, with a median of $2.6 million in 2024.
- The widest YoY moves for Change in Account Payables: up 6713.73% in 2022, down 386.93% in 2022.
- Over 5 years, Change in Account Payables stood at $4.4 million in 2021, then plunged by 386.93% to -$12.5 million in 2022, then soared by 164.17% to $8.0 million in 2023, then plunged by 73.99% to $2.1 million in 2024, then jumped by 858.35% to $20.0 million in 2025.
- According to Business Quant data, Change in Account Payables over the past three periods registered $20.0 million, $11.7 million, and -$2.2 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Account Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | - |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 188.00 Mn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | - |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | -14.00 Mn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 54.43 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Crescent Energy | 4.59 Bn | 4.28 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 20.02 Mn |
| Sep 30, 2025 | 11.66 Mn |
| Jun 30, 2025 | -2.25 Mn |
| Mar 31, 2025 | 3.04 Mn |
| Dec 31, 2024 | 2.09 Mn |
| Sep 30, 2024 | -729,000.00 |
| Jun 30, 2024 | -5.98 Mn |
| Mar 31, 2024 | -20.52 Mn |
| Dec 31, 2023 | 8.03 Mn |
| Sep 30, 2023 | 9.34 Mn |
| Jun 30, 2023 | -8.46 Mn |
| Mar 31, 2023 | 11.86 Mn |
| Dec 31, 2022 | -12.52 Mn |
| Sep 30, 2022 | -5.25 Mn |
| Jun 30, 2022 | 6.20 Mn |
| Mar 31, 2022 | 23.61 Mn |
| Dec 31, 2021 | 4.36 Mn |
| Sep 30, 2021 | 4.45 Mn |
| Jun 30, 2021 | -8.81 Mn |
| Mar 31, 2021 | -357,000.00 |
Crescent Energy Change in Account Payables 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=change-in-account-payables&ticker=CRGY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "CRGY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-account-payables&ticker=CRGY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();