Vale S.A. (VALE) Asset Utilization Ratio (2009 - 2026)
Vale's (VALE) quarterly Asset Utilization Ratio came in at 0.91 in Q2 2026, up 14.68% year-over-year from 0.8 in Q2 2025, and up 120.45% quarter-over-quarter from 0.41 in Q3 2025.
Vale S.A. (VALE) Asset Utilization Ratio (2009 - 2026) Analysis & Trends
Vale has disclosed Asset Utilization Ratio across 18 years of filings, most recently posting 0.91 for Q2 2026.
- In Q2 2026, Asset Utilization Ratio rose 14.68% year-over-year to 0.91; the TTM figure through Jun 2026 stood at 0.91 (up 14.68% YoY), while the FY2025 annual figure was 0.46, up 5.55% from the prior year.
- Asset Utilization Ratio came in at 0.91 for Q2 2026 at Vale, up from 0.41 in the prior quarter.
- In the past five years, Asset Utilization Ratio ranged from a high of 0.91 in Q2 2026 to a low of 0.41 in Q3 2025.
- Average Asset Utilization Ratio over 5 years is 0.6, with a median of 0.57 recorded in 2022.
- The largest YoY upside for Asset Utilization Ratio was 51.14% in 2024 against a maximum downside of 33.78% in 2024.
- Over 5 years, Asset Utilization Ratio stood at 0.53 in 2022, then grew by 25.82% to 0.66 in 2023, then tumbled by 33.78% to 0.44 in 2024, then fell by 5.5% to 0.41 in 2025, then soared by 120.45% to 0.91 in 2026.
- Per Business Quant data, the three most recent Asset Utilization Ratio figures were 0.91 in Q2 2026, 0.41 in Q3 2025, and 0.8 in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.91 |
| Mar 31, 2026 | 0.90 |
| Dec 31, 2025 | 0.43 |
| Sep 30, 2025 | 0.41 |
| Jun 30, 2025 | 0.80 |
| Mar 31, 2025 | 0.87 |
| Dec 31, 2024 | 0.44 |
| Sep 30, 2024 | 0.47 |
| Jun 30, 2024 | 0.67 |
| Mar 31, 2024 | 0.65 |
| Dec 31, 2023 | 0.66 |
| Sep 30, 2023 | 0.65 |
| Jun 30, 2023 | 0.45 |
| Mar 31, 2023 | 0.48 |
| Dec 31, 2022 | 0.53 |
| Sep 30, 2022 | 0.55 |
| Jun 30, 2022 | 0.55 |
| Mar 31, 2022 | 0.60 |
| Dec 31, 2021 | 0.62 |
| Sep 30, 2021 | 0.61 |
Vale S.A. Asset Utilization Ratio 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=asset-utilization-ratio&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();