Crescent Energy (CRGY) Change in Receivables (2021 - 2025)
Crescent Energy's (CRGY) quarterly Change in Receivables came in at -$49.4 million in Q4 2025, down 252.24% on a YoY basis from $32.5 million in Q4 2024, and up 21.81% quarter-over-quarter from -$63.2 million in Q3 2025.
Crescent Energy (CRGY) Change in Receivables (2021 - 2025) Analysis & Trends
Crescent Energy (CRGY) has reported Change in Receivables for 5 consecutive years, with -$49.4 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Change in Receivables fell 252.24% year-over-year to -$49.4 million; the trailing twelve-month figure through Dec 2025 stood at -$69.3 million (up 37.76% YoY), and the FY2025 full-year result was -$69.3 million, up 37.76% from the prior year.
- Change in Receivables advanced to -$49.4 million in Q4 2025 per CRGY's latest filing, from -$63.2 million in the prior quarter.
- Across five years, Change in Receivables topped out at $179.2 million in Q1 2022 and bottomed at -$107.0 million in Q3 2024.
- Historically, Change in Receivables has averaged $3.1 million across 5 years, with a median of $4.8 million in 2021.
- The widest YoY moves for Change in Receivables: up 559.63% in 2022, down 1734.58% in 2022.
- Over 5 years, Change in Receivables stood at $3.7 million in 2021, then slumped by 1734.58% to -$60.7 million in 2022, then dropped by 4.36% to -$63.3 million in 2023, then soared by 151.25% to $32.5 million in 2024, then tumbled by 252.24% to -$49.4 million in 2025.
- According to Business Quant data, Change in Receivables over the past three periods registered -$49.4 million, -$63.2 million, and -$39.9 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (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 | -15.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 | - | 29.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 | -106.49 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 | -49.42 Mn |
| Sep 30, 2025 | -63.21 Mn |
| Jun 30, 2025 | -39.91 Mn |
| Mar 31, 2025 | 83.20 Mn |
| Dec 31, 2024 | 32.46 Mn |
| Sep 30, 2024 | -107.04 Mn |
| Jun 30, 2024 | 5.97 Mn |
| Mar 31, 2024 | -42.79 Mn |
| Dec 31, 2023 | -63.34 Mn |
| Sep 30, 2023 | 125.44 Mn |
| Jun 30, 2023 | -28.96 Mn |
| Mar 31, 2023 | 8.95 Mn |
| Dec 31, 2022 | -60.69 Mn |
| Sep 30, 2022 | -75.95 Mn |
| Jun 30, 2022 | 86.28 Mn |
| Mar 31, 2022 | 179.18 Mn |
| Dec 31, 2021 | 3.71 Mn |
| Sep 30, 2021 | 13.21 Mn |
| Jun 30, 2021 | 13.08 Mn |
| Mar 31, 2021 | 41.30 Mn |
Crescent Energy Change in Receivables 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-receivables&ticker=CRGY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=CRGY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();