Vale S.A. (VALE) Consolidated Net Income (2009 - 2026)
Vale's (VALE) quarterly Consolidated Net Income came in at $2.1 billion in Q2 2026, up 1.99% year-over-year from $2.1 billion in Q2 2025, and down 28.17% quarter-over-quarter from $3.0 billion in Q1 2026.
Vale S.A. (VALE) Consolidated Net Income (2009 - 2026) Analysis & Trends
Vale has disclosed Consolidated Net Income across 18 years of filings, most recently posting $2.1 billion for Q2 2026.
- In Q2 2026, Consolidated Net Income rose 1.99% year-over-year to $2.1 billion; the TTM figure through Jun 2026 stood at $8.3 billion (down 4.78% YoY), while the FY2025 annual figure was $8.4 billion, down 5.88% from the prior year.
- Consolidated Net Income came in at $2.1 billion for Q2 2026 at Vale, down from $3.0 billion in the prior quarter.
- In the past five years, Consolidated Net Income ranged from a high of $8.6 billion in Q1 2022 to a low of $636.5 million in Q4 2024.
- Average Consolidated Net Income over 5 years is $3.5 billion, with a median of $2.9 billion recorded in 2025.
- Year-over-year, Consolidated Net Income surged 85.86% in 2023 and plunged 83.47% in 2024.
- Over 5 years, Consolidated Net Income stood at $2.1 billion in 2022, then surged by 85.86% to $3.9 billion in 2023, then slumped by 83.47% to $636.5 million in 2024, then rose by 2.78% to $654.2 million in 2025, then jumped by 224.57% to $2.1 billion in 2026.
- Per Business Quant data, the three most recent Consolidated Net Income figures were $2.1 billion in Q2 2026, $3.0 billion in Q1 2026, and $654.2 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.41 Bn |
| Mar 31, 2026 | 2.96 Bn |
| Dec 31, 2025 | 2.94 Bn |
| Sep 30, 2025 | 2.53 Bn |
| Jun 30, 2025 | 2.14 Bn |
| Mar 31, 2025 | 2.89 Bn |
| Dec 31, 2024 | 636.49 Mn |
| Sep 30, 2024 | 3.07 Bn |
| Jun 30, 2024 | 2.77 Bn |
| Mar 31, 2024 | 4.34 Bn |
| Dec 31, 2023 | 2.44 Bn |
| Sep 30, 2023 | 2.86 Bn |
| Jun 30, 2023 | 928.00 Mn |
| Mar 31, 2023 | 1.87 Bn |
| Dec 31, 2022 | 3.74 Bn |
| Sep 30, 2022 | 4.43 Bn |
| Jun 30, 2022 | 6.20 Bn |
| Mar 31, 2022 | 4.43 Bn |
| Dec 31, 2021 | 1.05 Bn |
| Sep 30, 2021 | 7.44 Bn |
Vale S.A. Consolidated Net Income 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=consolidated-net-income&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "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=consolidated-net-income&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();