Graftech International (EAF) Change in Acquisitions & Divestments (2010)
Graftech International's (EAF) quarterly Change in Acquisitions & Divestments came in at $6.0 million in Q1 2010.
Graftech International (EAF) Change in Acquisitions & Divestments (2010) Analysis & Trends
Graftech International (EAF) has reported Change in Acquisitions & Divestments for 1 consecutive years, with $6.0 million the latest figure, recorded in Q1 2010.
- On a quarterly basis, Change in Acquisitions & Divestments changed N/A year-over-year to $6.0 million in Q1 2010; TTM through Dec 2010 was $6.0 million, a N/A change from a year earlier, with the FY2010 full-year figure at $6.0 million, up 200.0% from the prior year.
- Change in Acquisitions & Divestments was $6.0 million for Q1 2010 at Graftech International.
- Over five years, Change in Acquisitions & Divestments peaked at $6.0 million in Q1 2010 and troughed at $6.0 million in Q1 2010.
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 |
Graftech International Change in Acquisitions & Divestments 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-acquisitions-and-divestments&ticker=EAF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-acquisitions-and-divestments", "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=change-in-acquisitions-and-divestments&ticker=EAF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();