Graftech International (EAF) Net Income towards Common Stockholders (2009 - 2026)
Graftech International's (EAF) quarterly Net Income towards Common Stockholders came in at -$40.5 million in Q2 2026, up 53.42% year-over-year from -$26.4 million in Q2 2025, and up 6.48% quarter-over-quarter from -$43.3 million in Q1 2026.
Graftech International (EAF) Net Income towards Common Stockholders (2009 - 2026) Analysis & Trends
Graftech International (EAF) has reported Net Income towards Common Stockholders for 18 consecutive years, with -$40.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders rose 53.42% year-over-year to -$40.5 million in Q2 2026; TTM through Jun 2026 was -$177.3 million, a 16.26% increase from a year earlier, with the FY2025 full-year figure at -$219.8 million, down 67.6% from the prior year.
- Net Income towards Common Stockholders was -$40.5 million for Q2 2026 at Graftech International, up from -$43.3 million in the prior quarter.
- Over five years, Net Income towards Common Stockholders peaked at $124.2 million in Q1 2022 and troughed at -$217.4 million in Q4 2023.
- A 5-year average of -$17.1 million and a median of -$29.7 million in 2024 frame the typical range for Net Income towards Common Stockholders.
- Across the five-year window, Net Income towards Common Stockholders jumped 308.81% in 2022 and sank 531.96% in 2023, its largest moves.
- Over 5 years, Net Income towards Common Stockholders stood at $50.3 million in 2022, then slumped by 531.96% to -$217.4 million in 2023, then soared by 77.24% to -$49.5 million in 2024, then plunged by 31.61% to -$65.1 million in 2025, then jumped by 37.85% to -$40.5 million in 2026.
- The last three Net Income towards Common Stockholders figures came in at -$40.5 million (Q2 2026), -$43.3 million (Q1 2026), and -$65.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Materion | 5.24 Bn | 5.22 Bn | 104.34 Mn | 38.76 Mn |
| 2 | United States Lime & Minerals | 3.26 Bn | 2.85 Bn | 46.72 Mn | 34.51 Mn |
| 3 | Minerals Technologies | 2.08 Bn | 1.77 Bn | 133.80 Mn | -185.10 Mn |
| 4 | Atlas Energy Solutions | 1.70 Bn | 1.53 Bn | 25.86 Mn | -25.10 Mn |
| 5 | Oil-Dri Corp of America | 1.29 Bn | 1.22 Bn | 33.73 Mn | 14.53 Mn |
| 6 | Compass Minerals International | 1.00 Bn | 946.20 Mn | 37.90 Mn | -5.70 Mn |
| 7 | ContextLogic Holdings | 678.84 Mn | 1.12 Bn | 16.30 Mn | 9.00 Mn |
| 8 | Guardian Metal Resources | 608.56 Mn | 608.56 Mn | - | - |
| 9 | Nouveau Monde Graphite | 221.85 Mn | -111.13 Mn | - | -6.96 Mn |
| 10 | Graftech International | 214.48 Mn | 69.12 Mn | -422,000.00 | -40.47 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -40.47 Mn |
| Mar 31, 2026 | -43.28 Mn |
| Dec 31, 2025 | -65.12 Mn |
| Sep 30, 2025 | -28.48 Mn |
| Jun 30, 2025 | -86.89 Mn |
| Mar 31, 2025 | -39.35 Mn |
| Dec 31, 2024 | -49.48 Mn |
| Sep 30, 2024 | -36.07 Mn |
| Jun 30, 2024 | -14.75 Mn |
| Mar 31, 2024 | -30.87 Mn |
| Dec 31, 2023 | -217.41 Mn |
| Sep 30, 2023 | -22.62 Mn |
| Jun 30, 2023 | -7.85 Mn |
| Mar 31, 2023 | -7.37 Mn |
| Dec 31, 2022 | 50.33 Mn |
| Sep 30, 2022 | 93.45 Mn |
| Jun 30, 2022 | 115.00 Mn |
| Mar 31, 2022 | 124.18 Mn |
| Dec 31, 2021 | 141.48 Mn |
| Sep 30, 2021 | 119.89 Mn |
Graftech International Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=EAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "EAF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=EAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();