Vale S.A. (VALE) Other Non Operating Income (2009 - 2026)
Vale's (VALE) quarterly Other Non Operating Income came in at -$186.0 million in Q2 2026, down 140.52% year-over-year from $459.0 million in Q2 2025, and down 157.41% quarter-over-quarter from $324.0 million in Q1 2026.
Vale S.A. (VALE) Other Non Operating Income (2009 - 2026) Analysis & Trends
Vale has disclosed Other Non Operating Income across 18 years of filings, most recently posting -$186.0 million for Q2 2026.
- In Q2 2026, Other Non Operating Income fell 140.52% year-over-year to -$186.0 million; the TTM figure through Jun 2026 stood at -$652.8 million (up 8.45% YoY), while the FY2025 annual figure was $120.0 million, up 104.33% from the prior year.
- Other Non Operating Income came in at -$186.0 million for Q2 2026 at Vale, down from $324.0 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $2.4 billion in Q3 2022 to a low of -$1.5 billion in Q4 2024.
- Average Other Non Operating Income over 5 years is -$37.9 million, with a median of -$158.0 million recorded in 2024.
- Year-over-year, Other Non Operating Income jumped 1313.5% in 2022 and plunged 820.15% in 2024.
- Over 5 years, Other Non Operating Income stood at -$441.6 million in 2022, then plunged by 35.04% to -$596.3 million in 2023, then tumbled by 150.39% to -$1.5 billion in 2024, then surged by 53.13% to -$699.8 million in 2025, then surged by 73.42% to -$186.0 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$186.0 million in Q2 2026, $324.0 million in Q1 2026, and -$699.8 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -186.00 Mn |
| Mar 31, 2026 | 324.00 Mn |
| Dec 31, 2025 | -699.83 Mn |
| Sep 30, 2025 | -91.00 Mn |
| Jun 30, 2025 | 459.00 Mn |
| Mar 31, 2025 | 451.00 Mn |
| Dec 31, 2024 | -1.49 Bn |
| Sep 30, 2024 | -130.00 Mn |
| Jun 30, 2024 | -965.00 Mn |
| Mar 31, 2024 | -207.00 Mn |
| Dec 31, 2023 | -599.00 Mn |
| Sep 30, 2023 | -320.00 Mn |
| Jun 30, 2023 | 134.00 Mn |
| Mar 31, 2023 | -331.00 Mn |
| Dec 31, 2022 | -441.57 Mn |
| Sep 30, 2022 | 2.43 Bn |
| Jun 30, 2022 | 1.06 Bn |
| Mar 31, 2022 | -817.00 Mn |
| Dec 31, 2021 | 3.07 Bn |
| Sep 30, 2021 | -200.00 Mn |
Vale S.A. Other Non Operating Income 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-non-operating-income&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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-non-operating-income&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();