Vale S.A. (VALE) Income from Non-Controlling Interests (2009 - 2026)
Vale's (VALE) quarterly Income from Non-Controlling Interests came in at $39.0 million in Q2 2026, up 116.67% year-over-year from $18.0 million in Q2 2025, and down 17.02% quarter-over-quarter from $47.0 million in Q1 2026.
Vale S.A. (VALE) Income from Non-Controlling Interests (2009 - 2026) Analysis & Trends
Vale has disclosed Income from Non-Controlling Interests across 18 years of filings, most recently posting $39.0 million for Q2 2026.
- In Q2 2026, Income from Non-Controlling Interests rose 116.67% year-over-year to $39.0 million; the TTM figure through Jun 2026 stood at $57.8 million (up 130.91% YoY), while the FY2025 annual figure was -$369.0 million, down 93.19% from the prior year.
- Income from Non-Controlling Interests came in at $39.0 million for Q2 2026 at Vale, down from $47.0 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $52.0 million in Q2 2022 to a low of -$186.0 million in Q4 2024.
- Average Income from Non-Controlling Interests over 5 years is $4.6 million, with a median of $18.7 million recorded in 2022.
- Year-over-year, Income from Non-Controlling Interests tumbled 867.38% in 2024 and soared 2250.0% in 2026.
- Over 5 years, Income from Non-Controlling Interests stood at $19.4 million in 2022, then grew by 25.02% to $24.2 million in 2023, then plunged by 867.38% to -$186.0 million in 2024, then surged by 79.46% to -$38.2 million in 2025, then soared by 202.09% to $39.0 million in 2026.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $39.0 million in Q2 2026, $47.0 million in Q1 2026, and -$38.2 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 39.00 Mn |
| Mar 31, 2026 | 47.00 Mn |
| Dec 31, 2025 | -38.20 Mn |
| Sep 30, 2025 | 10.00 Mn |
| Jun 30, 2025 | 18.00 Mn |
| Mar 31, 2025 | 2.00 Mn |
| Dec 31, 2024 | -186.01 Mn |
| Sep 30, 2024 | -21.00 Mn |
| Jun 30, 2024 | -1.15 Mn |
| Mar 31, 2024 | 8.00 Mn |
| Dec 31, 2023 | 24.24 Mn |
| Sep 30, 2023 | 20.90 Mn |
| Jun 30, 2023 | 36.00 Mn |
| Mar 31, 2023 | 41.00 Mn |
| Dec 31, 2022 | 19.39 Mn |
| Sep 30, 2022 | -11.00 Mn |
| Jun 30, 2022 | 52.00 Mn |
| Mar 31, 2022 | 22.00 Mn |
| Dec 31, 2021 | 69.00 Mn |
| Sep 30, 2021 | 72.00 Mn |
Vale S.A. Income from Non-Controlling Interests 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-from-non-controlling-interests&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-from-non-controlling-interests&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();