Vale S.A. (VALE) EBIT (2009 - 2026)
Vale's (VALE) quarterly EBIT came in at $2.1 billion in Q2 2026, up 6.8% year-over-year from $2.0 billion in Q2 2025, and down 12.37% quarter-over-quarter from $2.4 billion in Q1 2026.
Vale S.A. (VALE) EBIT (2009 - 2026) Analysis & Trends
Vale has disclosed EBIT across 18 years of filings, most recently posting $2.1 billion for Q2 2026.
- In Q2 2026, EBIT rose 6.8% year-over-year to $2.1 billion; the TTM figure through Jun 2026 stood at $7.4 billion (down 14.92% YoY), while the FY2025 annual figure was $6.9 billion, down 37.83% from the prior year.
- EBIT came in at $2.1 billion for Q2 2026 at Vale, down from $2.4 billion in the prior quarter.
- In the past five years, EBIT ranged from a high of $6.6 billion in Q1 2022 to a low of $58.4 million in Q4 2025.
- Average EBIT over 5 years is $3.0 billion, with a median of $2.9 billion recorded in 2023.
- Year-over-year, EBIT jumped 47.94% in 2023 and slumped 95.11% in 2025.
- Over 5 years, EBIT stood at $3.5 billion in 2022, then jumped by 47.94% to $5.2 billion in 2023, then slumped by 76.84% to $1.2 billion in 2024, then tumbled by 95.11% to $58.4 million in 2025, then jumped by 3564.28% to $2.1 billion in 2026.
- Per Business Quant data, the three most recent EBIT figures were $2.1 billion in Q2 2026, $2.4 billion in Q1 2026, and $58.4 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.14 Bn |
| Mar 31, 2026 | 2.44 Bn |
| Dec 31, 2025 | 58.43 Mn |
| Sep 30, 2025 | 2.79 Bn |
| Jun 30, 2025 | 2.00 Bn |
| Mar 31, 2025 | 1.86 Bn |
| Dec 31, 2024 | 1.19 Bn |
| Sep 30, 2024 | 3.68 Bn |
| Jun 30, 2024 | 3.92 Bn |
| Mar 31, 2024 | 3.30 Bn |
| Dec 31, 2023 | 5.16 Bn |
| Sep 30, 2023 | 3.29 Bn |
| Jun 30, 2023 | 2.86 Bn |
| Mar 31, 2023 | 2.88 Bn |
| Dec 31, 2022 | 3.49 Bn |
| Sep 30, 2022 | 2.83 Bn |
| Jun 30, 2022 | 4.31 Bn |
| Mar 31, 2022 | 6.58 Bn |
| Dec 31, 2021 | 4.30 Bn |
| Sep 30, 2021 | 6.19 Bn |
Vale S.A. EBIT 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=ebit&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "ticker": "VALE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebit&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();