Vale S.A. (VALE) Net Income towards Common Stockholders (2009 - 2026)
Vale's (VALE) quarterly Net Income towards Common Stockholders came in at $1.4 billion in Q2 2026, down 36.61% year-over-year from $2.1 billion in Q2 2025, and down 28.46% quarter-over-quarter from $1.9 billion in Q1 2026.
Vale S.A. (VALE) Net Income towards Common Stockholders (2009 - 2026) Analysis & Trends
Vale has disclosed Net Income towards Common Stockholders across 18 years of filings, most recently posting $1.4 billion for Q2 2026.
- In Q2 2026, Net Income towards Common Stockholders fell 36.61% year-over-year to $1.4 billion; the TTM figure through Jun 2026 stood at -$514.1 million (down 110.01% YoY), while the FY2025 annual figure was $25.6 million, down 99.57% from the prior year.
- Net Income towards Common Stockholders came in at $1.4 billion for Q2 2026 at Vale, down from $1.9 billion in the prior quarter.
- In the past five years, Net Income towards Common Stockholders ranged from a high of $6.1 billion in Q2 2022 to a low of -$6.4 billion in Q4 2025.
- Average Net Income towards Common Stockholders over 5 years is $2.0 billion, with a median of $2.3 billion recorded in 2024.
- Year-over-year, Net Income towards Common Stockholders soared 203.92% in 2024 and slumped 700.31% in 2025.
- Over 5 years, Net Income towards Common Stockholders stood at $3.7 billion in 2022, then plunged by 34.9% to $2.4 billion in 2023, then plunged by 133.25% to -$804.8 million in 2024, then tumbled by 700.31% to -$6.4 billion in 2025, then soared by 121.0% to $1.4 billion in 2026.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were $1.4 billion in Q2 2026, $1.9 billion in Q1 2026, and -$6.4 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.38 Bn |
| Mar 31, 2026 | 1.89 Bn |
| Dec 31, 2025 | -3.90 Bn |
| Sep 30, 2025 | 2.69 Bn |
| Jun 30, 2025 | 2.12 Bn |
| Mar 31, 2025 | 1.39 Bn |
| Dec 31, 2024 | -804.78 Mn |
| Sep 30, 2024 | 2.41 Bn |
| Jun 30, 2024 | 2.77 Bn |
| Mar 31, 2024 | 1.68 Bn |
| Dec 31, 2023 | 2.42 Bn |
| Sep 30, 2023 | 5.57 Bn |
| Jun 30, 2023 | 892.00 Mn |
| Mar 31, 2023 | 1.84 Bn |
| Dec 31, 2022 | 3.72 Bn |
| Sep 30, 2022 | 4.46 Bn |
| Jun 30, 2022 | 6.15 Bn |
| Mar 31, 2022 | 4.46 Bn |
| Dec 31, 2021 | 5.43 Bn |
| Sep 30, 2021 | 3.89 Bn |
Vale S.A. 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=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();