Vale S.A. (VALE) Operating Income (2009 - 2026)
Vale's (VALE) quarterly Operating Income came in at $2.2 billion in Q2 2026, up 7.53% year-over-year from $2.0 billion in Q2 2025, and down 9.26% quarter-over-quarter from $2.4 billion in Q1 2026.
Vale S.A. (VALE) Operating Income (2009 - 2026) Analysis & Trends
Vale has disclosed Operating Income across 18 years of filings, most recently posting $2.2 billion for Q2 2026.
- In Q2 2026, Operating Income rose 7.53% year-over-year to $2.2 billion; the TTM figure through Jun 2026 stood at $7.4 billion (down 14.93% YoY), while the FY2025 annual figure was $5.9 billion, down 45.34% from the prior year.
- Operating Income came in at $2.2 billion for Q2 2026 at Vale, down from $2.4 billion in the prior quarter.
- In the past five years, Operating Income ranged from a high of $9.0 billion in Q3 2023 to a low of $58.4 million in Q4 2025.
- Average Operating Income over 5 years is $3.3 billion, with a median of $2.8 billion recorded in 2022.
- Year-over-year, Operating Income surged 219.8% in 2023 and slumped 95.11% in 2025.
- Over 5 years, Operating Income 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 3588.32% to $2.2 billion in 2026.
- Per Business Quant data, the three most recent Operating Income figures were $2.2 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.16 Bn |
| Mar 31, 2026 | 2.38 Bn |
| Dec 31, 2025 | 58.43 Mn |
| Sep 30, 2025 | 2.79 Bn |
| Jun 30, 2025 | 2.00 Bn |
| Mar 31, 2025 | 1.80 Bn |
| Dec 31, 2024 | 1.19 Bn |
| Sep 30, 2024 | 3.68 Bn |
| Jun 30, 2024 | 3.88 Bn |
| Mar 31, 2024 | 2.45 Bn |
| Dec 31, 2023 | 5.16 Bn |
| Sep 30, 2023 | 9.03 Bn |
| Jun 30, 2023 | 2.87 Bn |
| Mar 31, 2023 | 2.88 Bn |
| Dec 31, 2022 | 3.49 Bn |
| Sep 30, 2022 | 2.82 Bn |
| Jun 30, 2022 | 4.29 Bn |
| Mar 31, 2022 | 6.60 Bn |
| Dec 31, 2021 | 3.56 Bn |
| Sep 30, 2021 | 6.19 Bn |
Vale S.A. Operating 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=operating-income&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();