Vale S.A. (VALE) Income towards Parent Company (2009 - 2026)
Vale's (VALE) quarterly Income towards Parent Company came in at $1.4 billion in Q2 2026, down 35.05% year-over-year from $2.1 billion in Q2 2025, and down 27.36% quarter-over-quarter from $1.9 billion in Q1 2026.
Vale S.A. (VALE) Income towards Parent Company (2009 - 2026) Analysis & Trends
Vale has disclosed Income towards Parent Company across 18 years of filings, most recently posting $1.4 billion for Q2 2026.
- In Q2 2026, Income towards Parent Company fell 35.05% year-over-year to $1.4 billion; the TTM figure through Jun 2026 stood at -$487.7 million (down 109.53% YoY), while the FY2025 annual figure was $2.4 billion, down 61.86% from the prior year.
- Income towards Parent Company 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, Income towards Parent Company ranged from a high of $6.2 billion in Q2 2022 to a low of -$6.4 billion in Q4 2025.
- Average Income towards Parent Company over 5 years is $2.1 billion, with a median of $2.3 billion recorded in 2024.
- Year-over-year, Income towards Parent Company soared 210.43% in 2024 and slumped 700.31% in 2025.
- Over 5 years, Income towards Parent Company 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.35% to $1.4 billion in 2026.
- Per Business Quant data, the three most recent Income towards Parent Company 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.94 Bn |
| Dec 31, 2025 | -3.94 Bn |
| Sep 30, 2025 | 2.70 Bn |
| Jun 30, 2025 | 2.12 Bn |
| Mar 31, 2025 | 1.40 Bn |
| Dec 31, 2024 | -791.01 Mn |
| Sep 30, 2024 | 2.39 Bn |
| Jun 30, 2024 | 2.77 Bn |
| Mar 31, 2024 | 1.69 Bn |
| Dec 31, 2023 | 2.44 Bn |
| Sep 30, 2023 | 5.66 Bn |
| Jun 30, 2023 | 892.00 Mn |
| Mar 31, 2023 | 1.88 Bn |
| Dec 31, 2022 | 3.74 Bn |
| Sep 30, 2022 | 4.44 Bn |
| Jun 30, 2022 | 6.15 Bn |
| Mar 31, 2022 | 4.48 Bn |
| Dec 31, 2021 | 5.50 Bn |
| Sep 30, 2021 | 3.96 Bn |
Vale S.A. Income towards Parent Company 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=income-towards-parent-company&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();