Vale S.A. (VALE) Minority Interest (2009 - 2026)
Vale's (VALE) quarterly Minority Interest came in at $935.0 million in Q2 2026, down 24.9% year-over-year from $1.2 billion in Q2 2025, and up 11.18% quarter-over-quarter from $841.0 million in Q4 2025.
Vale S.A. (VALE) Minority Interest (2009 - 2026) Analysis & Trends
Vale has disclosed Minority Interest across 18 years of filings, most recently posting $935.0 million for Q2 2026.
- In Q2 2026, Minority Interest fell 24.9% year-over-year to $935.0 million; the TTM figure through Jun 2026 stood at $935.0 million (down 24.9% YoY), while the FY2025 annual figure was $841.0 million, down 25.04% from the prior year.
- Minority Interest came in at $935.0 million for Q2 2026 at Vale, up from $841.0 million in the prior quarter.
- In the past five years, Minority Interest ranged from a high of $1.5 billion in Q4 2023 to a low of $774.4 million in Q1 2022.
- Average Minority Interest over 5 years is $1.1 billion, with a median of $1.2 billion recorded in 2024.
- Year-over-year, Minority Interest surged 179.02% in 2022 and dropped 26.18% in 2024.
- Over 5 years, Minority Interest stood at $1.5 billion in 2022, then advanced by 1.95% to $1.5 billion in 2023, then retreated by 26.18% to $1.1 billion in 2024, then retreated by 25.04% to $841.0 million in 2025, then climbed by 11.18% to $935.0 million in 2026.
- Per Business Quant data, the three most recent Minority Interest figures were $935.0 million in Q2 2026, $841.0 million in Q4 2025, and $1.2 billion in Q3 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 935.00 Mn |
| Dec 31, 2025 | 858.24 Mn |
| Sep 30, 2025 | 1.24 Bn |
| Jun 30, 2025 | 1.25 Bn |
| Dec 31, 2024 | 1.12 Bn |
| Dec 31, 2023 | 1.52 Bn |
| Dec 31, 2022 | 1.49 Bn |
| Mar 31, 2022 | 774.36 Mn |
| Dec 31, 2021 | 834.56 Mn |
| Sep 30, 2021 | 767.00 Mn |
| Jun 30, 2021 | 698.00 Mn |
| Mar 31, 2021 | -980.00 Mn |
| Dec 31, 2020 | -888.89 Mn |
| Sep 30, 2020 | -1.29 Bn |
| Jun 30, 2020 | -1.20 Bn |
| Mar 31, 2020 | -1.35 Bn |
| Dec 31, 2019 | -1.05 Bn |
| Sep 30, 2019 | 674.00 Mn |
| Jun 30, 2019 | 742.00 Mn |
| Mar 31, 2019 | 813.00 Mn |
Vale S.A. Minority Interest 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=minority-interest&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();