Atlas Energy Solutions (AESI) Income towards Parent Company (2022 - 2026)
Atlas Energy Solutions (AESI) posted Income towards Parent Company of -$25.1 million for Q2 2026, up 46.9% on a QoQ basis from -$47.3 million in Q1 2026, and down 353.41% year-over-year from $9.9 million in Q2 2025.
Atlas Energy Solutions (AESI) Income towards Parent Company (2022 - 2026) Analysis & Trends
Atlas Energy Solutions has reported Income towards Parent Company for 5 years, with the latest figure at -$25.1 million in Q2 2026.
- On a quarterly basis, Income towards Parent Company fell 353.41% year-over-year to -$25.1 million in Q2 2026; TTM through Jun 2026 was -$118.3 million, a 949.92% decrease from a year earlier, with the FY2025 full-year figure at -$50.3 million, down 183.99% from the prior year.
- Income towards Parent Company was -$25.1 million for Q2 2026 at Atlas Energy Solutions, up from -$47.3 million in the prior quarter.
- The five-year high for Income towards Parent Company was $71.2 million in Q2 2023, with the low at -$47.3 million in Q1 2026.
- Average Income towards Parent Company over 5 years is $14.0 million, with a median of $13.8 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2026: Income towards Parent Company gained 7.64% in 2024, then tumbled 3999.67% in 2026.
- Over 5 years, Income towards Parent Company stood at $18.5 million in 2022, then retreated by 27.98% to $13.3 million in 2023, then grew by 7.64% to $14.3 million in 2024, then plunged by 255.12% to -$22.2 million in 2025, then decreased by 12.95% to -$25.1 million in 2026.
- The last three Income towards Parent Company figures came in at -$25.1 million (Q2 2026), -$47.3 million (Q1 2026), and -$22.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Materion | 5.24 Bn | 5.22 Bn | 104.34 Mn |
| 2 | United States Lime & Minerals | 3.26 Bn | 2.85 Bn | 46.72 Mn |
| 3 | Minerals Technologies | 2.08 Bn | 1.77 Bn | 133.80 Mn |
| 4 | Atlas Energy Solutions | 1.70 Bn | 1.53 Bn | 25.86 Mn |
| 5 | Oil-Dri Corp of America | 1.29 Bn | 1.22 Bn | 33.73 Mn |
| 6 | Compass Minerals International | 1.00 Bn | 946.20 Mn | 37.90 Mn |
| 7 | ContextLogic Holdings | 678.84 Mn | 1.12 Bn | 16.30 Mn |
| 8 | Guardian Metal Resources | 608.56 Mn | 608.56 Mn | - |
| 9 | Nouveau Monde Graphite | 221.85 Mn | -111.13 Mn | - |
| 10 | Graftech International | 214.48 Mn | 69.12 Mn | -422,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -25.10 Mn |
| Mar 31, 2026 | -47.26 Mn |
| Dec 31, 2025 | -22.22 Mn |
| Sep 30, 2025 | -23.72 Mn |
| Jun 30, 2025 | -5.54 Mn |
| Mar 31, 2025 | 1.21 Mn |
| Dec 31, 2024 | 14.32 Mn |
| Sep 30, 2024 | 3.92 Mn |
| Jun 30, 2024 | 14.80 Mn |
| Mar 31, 2024 | 26.79 Mn |
| Dec 31, 2023 | 13.31 Mn |
| Sep 30, 2023 | 56.33 Mn |
| Jun 30, 2023 | 71.17 Mn |
| Mar 31, 2023 | 62.88 Mn |
| Dec 31, 2022 | 18.48 Mn |
| Sep 30, 2022 | 65.06 Mn |
Atlas Energy Solutions Income towards Parent Company 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=income-towards-parent-company&ticker=AESI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "ticker": "AESI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-towards-parent-company&ticker=AESI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();