Graftech International (EAF) Long-Term Debt Issuances (2009 - 2026)
Graftech International's (EAF) quarterly Long-Term Debt Issuances came in at $100.0 million in Q2 2026, down 42.86% quarter-over-quarter from $175.0 million in Q4 2024.
Graftech International (EAF) Long-Term Debt Issuances (2009 - 2026) Analysis & Trends
Graftech International (EAF) has reported Long-Term Debt Issuances for 9 consecutive years, with $100.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Long-Term Debt Issuances changed N/A year-over-year to $100.0 million in Q2 2026; TTM through Jun 2026 was $275.0 million, a N/A change from a year earlier, with the FY2024 full-year figure at $175.0 million, down 60.1% from the prior year.
- Long-Term Debt Issuances was $100.0 million for Q2 2026 at Graftech International, down from $175.0 million in the prior quarter.
- Over five years, Long-Term Debt Issuances peaked at $175.0 million in Q4 2024 and troughed at $100.0 million in Q2 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Debt Issuances (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 | 411.50 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 | 32.00 Mn |
| 7 | ContextLogic Holdings | 678.84 Mn | 1.12 Bn | 16.30 Mn | 215.00 Mn |
| 8 | Guardian Metal Resources | 608.56 Mn | 608.56 Mn | - | - |
| 9 | Nouveau Monde Graphite | 221.85 Mn | -111.13 Mn | - | -108,438.79 |
| 10 | Graftech International | 214.48 Mn | 69.12 Mn | -422,000.00 | 100.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 100.00 Mn |
| Dec 31, 2024 | 175.00 Mn |
| Dec 31, 2021 | -300.00 Mn |
| Sep 30, 2021 | 100.00 Mn |
| Jun 30, 2021 | 50.00 Mn |
| Mar 31, 2021 | 150.00 Mn |
| Dec 31, 2020 | 500.00 Mn |
| Sep 30, 2020 | 149.19 Mn |
| Jun 30, 2020 | 100.03 Mn |
| Dec 31, 2019 | 350.14 Mn |
| Jun 30, 2018 | 750.00 Mn |
| Mar 31, 2018 | 1.49 Bn |
| Mar 31, 2011 | -8.57 Mn |
| Dec 31, 2010 | 11.06 Mn |
| Sep 30, 2010 | 18.55 Mn |
| Jun 30, 2010 | -4.94 Mn |
| Mar 31, 2010 | -24.67 Mn |
| Dec 31, 2009 | -28.28 Mn |
| Jun 30, 2009 | 5.42 Mn |
| Mar 31, 2009 | 24.70 Mn |
Graftech International Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=EAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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=long-term-debt-issuances&ticker=EAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();