Vale S.A. (VALE) Net Income (2009 - 2026)
Vale's (VALE) quarterly 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) Net Income (2009 - 2026) Analysis & Trends
Vale has disclosed Net Income across 18 years of filings, most recently posting $2.1 billion for Q2 2026.
- In Q2 2026, Net Income rose 1.99% year-over-year to $2.1 billion; the TTM figure through Jun 2026 stood at $8.3 billion (up 38.86% YoY), while the FY2025 annual figure was $8.4 billion, up 24.82% from the prior year.
- 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, Net Income ranged from a high of $6.6 billion in Q1 2022 to a low of -$901.0 million in Q4 2024.
- Average Net Income over 5 years is $2.8 billion, with a median of $2.7 billion recorded in 2023.
- Year-over-year, Net Income tumbled 128.59% in 2024 and surged 172.61% in 2025.
- Over 5 years, Net Income stood at $2.9 billion in 2022, then advanced by 8.36% to $3.2 billion in 2023, then plunged by 128.59% to -$901.0 million in 2024, then surged by 172.61% 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 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 | 2.12 Bn |
| Mar 31, 2026 | 2.96 Bn |
| Dec 31, 2025 | 2.94 Bn |
| Sep 30, 2025 | 2.53 Bn |
| Jun 30, 2025 | 2.08 Bn |
| Mar 31, 2025 | 2.89 Bn |
| Dec 31, 2024 | 636.49 Mn |
| Sep 30, 2024 | 3.07 Bn |
| Jun 30, 2024 | 2.71 Bn |
| Mar 31, 2024 | 4.34 Bn |
| Dec 31, 2023 | 2.44 Bn |
| Sep 30, 2023 | 2.86 Bn |
| Jun 30, 2023 | 959.75 Mn |
| Mar 31, 2023 | 1.87 Bn |
| Dec 31, 2022 | 3.74 Bn |
| Sep 30, 2022 | 4.43 Bn |
| Jun 30, 2022 | 6.18 Bn |
| Mar 31, 2022 | 4.43 Bn |
| Dec 31, 2021 | 1.05 Bn |
| Sep 30, 2021 | 7.44 Bn |
Vale S.A. 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=net-income&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=net-income&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();