Vale S.A. (VALE) Profit After Tax (2009 - 2026)
Vale's (VALE) quarterly Profit After Tax came in at $1.4 billion in Q2 2026, down 33.77% year-over-year from $2.1 billion in Q2 2025, and down 27.11% quarter-over-quarter from $1.9 billion in Q1 2026.
Vale S.A. (VALE) Profit After Tax (2009 - 2026) Analysis & Trends
Vale has disclosed Profit After Tax across 18 years of filings, most recently posting $1.4 billion for Q2 2026.
- In Q2 2026, Profit After Tax fell 33.77% year-over-year to $1.4 billion; the TTM figure through Jun 2026 stood at $6.7 billion (down 12.77% YoY), while the FY2025 annual figure was $2.0 billion, down 66.81% from the prior year.
- Profit After Tax 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, Profit After Tax ranged from a high of $6.2 billion in Q2 2022 to a low of $654.2 million in Q4 2025.
- Average Profit After Tax over 5 years is $2.4 billion, with a median of $1.9 billion recorded in 2023.
- Year-over-year, Profit After Tax plunged 88.03% in 2022 and surged 198.38% in 2024.
- Over 5 years, Profit After Tax stood at $658.0 million in 2022, then jumped by 32.83% to $874.0 million in 2023, then soared by 101.37% to $1.8 billion in 2024, then tumbled by 62.83% to $654.2 million in 2025, then soared by 116.14% to $1.4 billion in 2026.
- Per Business Quant data, the three most recent Profit After Tax figures were $1.4 billion in Q2 2026, $1.9 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 | 3.85 Bn |
| Sep 30, 2023 | 3.11 Bn |
| Jun 30, 2023 | 4.49 Bn |
| Mar 31, 2023 | 2.71 Bn |
| Dec 31, 2022 | 2.07 Bn |
| Sep 30, 2022 | 6.03 Bn |
| Jun 30, 2022 | 5.97 Bn |
| Mar 31, 2022 | 8.64 Bn |
| Dec 31, 2021 | 5.77 Bn |
| Sep 30, 2021 | 5.97 Bn |
Vale S.A. Profit After Tax 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=profit-after-tax&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();