Vale S.A. (VALE) Other Non-Current Assets (2009 - 2026)
Vale's (VALE) quarterly Other Non-Current Assets came in at $1.4 billion in Q2 2026, down 4.95% year-over-year from $1.5 billion in Q2 2025, and up 5296.15% quarter-over-quarter from $26.0 million in Q1 2026.
Vale S.A. (VALE) Other Non-Current Assets (2009 - 2026) Analysis & Trends
Vale has disclosed Other Non-Current Assets across 18 years of filings, most recently posting $1.4 billion for Q2 2026.
- In Q2 2026, Other Non-Current Assets fell 4.95% year-over-year to $1.4 billion; the TTM figure through Jun 2026 stood at $1.4 billion (down 4.95% YoY), while the FY2025 annual figure was $1.4 billion, up 6.3% from the prior year.
- Other Non-Current Assets came in at $1.4 billion for Q2 2026 at Vale, up from $26.0 million in the prior quarter.
- In the past five years, Other Non-Current Assets ranged from a high of $4.0 billion in Q1 2024 to a low of $26.0 million in Q1 2026.
- Average Other Non-Current Assets over 5 years is $1.4 billion, with a median of $1.3 billion recorded in 2023.
- Year-over-year, Other Non-Current Assets soared 1383.33% in 2022 and slumped 99.14% in 2025.
- Over 5 years, Other Non-Current Assets stood at $1.0 billion in 2022, then surged by 277.45% to $3.8 billion in 2023, then slumped by 65.76% to $1.3 billion in 2024, then climbed by 6.3% to $1.4 billion in 2025, then gained by 0.21% to $1.4 billion in 2026.
- Per Business Quant data, the three most recent Other Non-Current Assets figures were $1.4 billion in Q2 2026, $26.0 million in Q1 2026, and $1.4 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.40 Bn |
| Mar 31, 2026 | 26.00 Mn |
| Dec 31, 2025 | 1.40 Bn |
| Jun 30, 2025 | 1.48 Bn |
| Mar 31, 2025 | 34.00 Mn |
| Dec 31, 2024 | 1.32 Bn |
| Sep 30, 2024 | 1.36 Bn |
| Jun 30, 2024 | 1.29 Bn |
| Mar 31, 2024 | 1.36 Bn |
| Dec 31, 2023 | 3.85 Bn |
| Sep 30, 2023 | 1.23 Bn |
| Jun 30, 2023 | 1.25 Bn |
| Dec 31, 2022 | 1.01 Bn |
| Sep 30, 2022 | 890.00 Mn |
| Jun 30, 2022 | 274.00 Mn |
| Mar 31, 2022 | 1.20 Bn |
| Dec 31, 2021 | 980.31 Mn |
| Sep 30, 2021 | 60.00 Mn |
| Jun 30, 2021 | 701.00 Mn |
| Mar 31, 2021 | 646.00 Mn |
Vale S.A. Other Non-Current Assets 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-current-assets&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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-current-assets&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();