ArcelorMittal (MT) Gross Margin (2010)
ArcelorMittal's (MT) quarterly Gross Margin came in at 15.53% in Q4 2010, up 5187.36% quarter-over-quarter from 0.29% in Q3 2010.
ArcelorMittal (MT) Gross Margin (2010) Analysis & Trends
ArcelorMittal (MT) has reported Gross Margin for 1 consecutive years, with 15.53% the latest figure, recorded in Q4 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Gross Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 67.60% |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 65.87% |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 21.68% |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 31.10% |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | - |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 54.74% |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 19.56% |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | - |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | 54.86% |
ArcelorMittal Gross Margin 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=gross-margin&ticker=MT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-margin", "ticker": "MT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=gross-margin&ticker=MT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();