Vale S.A. (VALE) Divestments (2009 - 2026)
Vale's (VALE) quarterly Divestments came in at $20.0 million in Q2 2026, up 161.07% year-over-year from $7.6 million in Q2 2025, and up 149.89% quarter-over-quarter from -$40.0 million in Q1 2026.
Vale S.A. (VALE) Divestments (2009 - 2026) Analysis & Trends
Vale has disclosed Divestments across 15 years of filings, most recently posting $20.0 million for Q2 2026.
- In Q2 2026, Divestments rose 161.07% year-over-year to $20.0 million; the TTM figure through Jun 2026 stood at -$122.1 million (up 13.69% YoY), while the FY2025 annual figure was -$101.0 million, up 27.86% from the prior year.
- Divestments came in at $20.0 million for Q2 2026 at Vale, up from -$40.0 million in the prior quarter.
- In the past five years, Divestments ranged from a high of $325.0 million in Q4 2023 to a low of -$103.0 million in Q4 2022.
- Average Divestments over 5 years is $12.7 million, with a median of -$4.5 million recorded in 2025.
- Year-over-year, Divestments jumped 415.53% in 2023 and plunged 4100.0% in 2026.
- Over 5 years, Divestments stood at -$103.0 million in 2022, then jumped by 415.53% to $325.0 million in 2023, then sank by 124.57% to -$79.8 million in 2024, then retreated by 15.23% to -$92.0 million in 2025, then surged by 121.69% to $20.0 million in 2026.
- Per Business Quant data, the three most recent Divestments figures were $20.0 million in Q2 2026, -$40.0 million in Q1 2026, and -$92.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 19.96 Mn |
| Mar 31, 2026 | -40.00 Mn |
| Dec 31, 2025 | -92.00 Mn |
| Sep 30, 2025 | -10.09 Mn |
| Jun 30, 2025 | -32.68 Mn |
| Mar 31, 2025 | 1.00 Mn |
| Dec 31, 2024 | -79.84 Mn |
| Sep 30, 2024 | -56.99 Mn |
| Jun 30, 2024 | -4.00 Mn |
| Mar 31, 2024 | 3.00 Mn |
| Dec 31, 2023 | 352.69 Mn |
| Sep 30, 2023 | -235.00 Mn |
| Jun 30, 2023 | -7.00 Mn |
| Mar 31, 2023 | 10.00 Mn |
| Dec 31, 2022 | -30.22 Mn |
| Sep 30, 2022 | 48.00 Mn |
| Dec 31, 2021 | 1.38 Bn |
| Sep 30, 2021 | 18.00 Mn |
| Sep 30, 2018 | -25.00 Mn |
| Sep 30, 2017 | 4.00 Mn |
Vale S.A. Divestments 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=divestments&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();