Vale S.A. (VALE) Other Operating Expenses (2009 - 2026)
Vale's (VALE) quarterly Other Operating Expenses came in at -$604.0 million in Q2 2026, down 172.07% year-over-year from $838.0 million in Q2 2025, and down 134.11% quarter-over-quarter from -$258.0 million in Q1 2026.
Vale S.A. (VALE) Other Operating Expenses (2009 - 2026) Analysis & Trends
Vale has disclosed Other Operating Expenses across 18 years of filings, most recently posting -$604.0 million for Q2 2026.
- In Q2 2026, Other Operating Expenses fell 172.07% year-over-year to -$604.0 million; the TTM figure through Jun 2026 stood at -$1.7 billion (down 19.63% YoY), while the FY2025 annual figure was -$1.4 billion, up 8.8% from the prior year.
- Other Operating Expenses came in at -$604.0 million for Q2 2026 at Vale, down from -$258.0 million in the prior quarter.
- In the past five years, Other Operating Expenses ranged from a high of -$222.0 million in Q2 2025 to a low of -$650.3 million in Q4 2024.
- Average Other Operating Expenses over 5 years is -$385.8 million, with a median of -$305.0 million recorded in 2024.
- The largest YoY upside for Other Operating Expenses was 78.26% in 2022 against a maximum downside of 1673.33% in 2022.
- Over 5 years, Other Operating Expenses stood at -$621.8 million in 2022, then soared by 62.06% to -$235.9 million in 2023, then plunged by 175.61% to -$650.3 million in 2024, then grew by 6.78% to -$606.2 million in 2025, then increased by 0.36% to -$604.0 million in 2026.
- Per Business Quant data, the three most recent Other Operating Expenses figures were -$604.0 million in Q2 2026, -$258.0 million in Q1 2026, and -$606.2 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -604.00 Mn |
| Mar 31, 2026 | -258.00 Mn |
| Dec 31, 2025 | -606.16 Mn |
| Sep 30, 2025 | -268.00 Mn |
| Jun 30, 2025 | 306.00 Mn |
| Mar 31, 2025 | -258.00 Mn |
| Dec 31, 2024 | -650.26 Mn |
| Sep 30, 2024 | -321.00 Mn |
| Jun 30, 2024 | 347.00 Mn |
| Mar 31, 2024 | -250.00 Mn |
| Dec 31, 2023 | -380.00 Mn |
| Sep 30, 2023 | -1.12 Bn |
| Jun 30, 2023 | -454.00 Mn |
| Mar 31, 2023 | -223.00 Mn |
| Dec 31, 2022 | -1.72 Bn |
| Sep 30, 2022 | -387.00 Mn |
| Jun 30, 2022 | -445.00 Mn |
| Mar 31, 2022 | -266.00 Mn |
| Dec 31, 2021 | -279.00 Mn |
| Sep 30, 2021 | -31.00 Mn |
Vale S.A. Other Operating Expenses 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=other-operating-expenses&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();