Vale S.A. (VALE) Non-Current Assets (2009 - 2026)
Vale's (VALE) quarterly Non-Current Assets came in at $71.6 billion in Q2 2026, down 0.67% year-over-year from $72.1 billion in Q2 2025, and up 1.06% quarter-over-quarter from $70.9 billion in Q1 2026.
Vale S.A. (VALE) Non-Current Assets (2009 - 2026) Analysis & Trends
Vale has disclosed Non-Current Assets across 18 years of filings, most recently posting $71.6 billion for Q2 2026.
- In Q2 2026, Non-Current Assets fell 0.67% year-over-year to $71.6 billion; the TTM figure through Jun 2026 stood at $287.5 billion (up 39.95% YoY), while the FY2025 annual figure was $68.2 billion, up 2.34% from the prior year.
- Non-Current Assets came in at $71.6 billion for Q2 2026 at Vale, up from $70.9 billion in the prior quarter.
- In the past five years, Non-Current Assets ranged from a high of $77.7 billion in Q4 2023 to a low of -$12.8 billion in Q1 2025.
- Average Non-Current Assets over 5 years is $67.4 billion, with a median of $71.7 billion recorded in 2024.
- Year-over-year, Non-Current Assets soared 10855.1% in 2022 and sank 117.25% in 2025.
- Over 5 years, Non-Current Assets stood at $70.8 billion in 2022, then rose by 9.72% to $77.7 billion in 2023, then fell by 8.53% to $71.0 billion in 2024, then dropped by 3.95% to $68.2 billion in 2025, then climbed by 4.96% to $71.6 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Assets figures were $71.6 billion in Q2 2026, $70.9 billion in Q1 2026, and $68.2 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.40 Bn |
| Mar 31, 2026 | 1.40 Bn |
| Dec 31, 2025 | 1.43 Bn |
| Sep 30, 2025 | 1.59 Bn |
| Jun 30, 2025 | 1.48 Bn |
| Mar 31, 2025 | 12.00 Bn |
| Dec 31, 2024 | 1.40 Bn |
| Sep 30, 2024 | 13.38 Bn |
| Jun 30, 2024 | 13.29 Bn |
| Mar 31, 2024 | 13.45 Bn |
| Dec 31, 2023 | 1.23 Bn |
| Sep 30, 2023 | 14.06 Bn |
| Jun 30, 2023 | 14.40 Bn |
| Mar 31, 2023 | 1.20 Bn |
| Dec 31, 2022 | 1.01 Bn |
| Sep 30, 2022 | 13.35 Bn |
| Jun 30, 2022 | 886.00 Mn |
| Mar 31, 2022 | 14.79 Bn |
| Dec 31, 2021 | 646.13 Mn |
| Sep 30, 2021 | 683.00 Mn |
Vale S.A. 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=non-current-assets&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=non-current-assets&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();