Vale S.A. (VALE) Debt Ratio (2009 - 2026)
Vale's (VALE) quarterly Debt Ratio came in at 0.26 in Q2 2026, up 4.24% year-over-year from 0.25 in Q2 2025, and up 1751.4% quarter-over-quarter from 0.01 in Q1 2026.
Vale S.A. (VALE) Debt Ratio (2009 - 2026) Analysis & Trends
Vale has disclosed Debt Ratio across 18 years of filings, most recently posting 0.26 for Q2 2026.
- In Q2 2026, Debt Ratio rose 4.24% year-over-year to 0.26; the TTM figure through Jun 2026 stood at 0.26 (up 4.24% YoY), while the FY2025 annual figure was 0.27, up 483.75% from the prior year.
- Debt Ratio came in at 0.26 for Q2 2026 at Vale, up from 0.01 in the prior quarter.
- In the past five years, Debt Ratio ranged from a high of 1.5 in Q1 2025 to a low of 0.01 in Q3 2022.
- Average Debt Ratio over 5 years is 0.18, with a median of 0.05 recorded in 2024.
- Year-over-year, Debt Ratio jumped 3069.9% in 2025 and sank 99.06% in 2026.
- Over 5 years, Debt Ratio stood at 0.05 in 2022, then rose by 4.63% to 0.05 in 2023, then dropped by 19.83% to 0.04 in 2024, then surged by 370.12% to 0.21 in 2025, then increased by 26.66% to 0.26 in 2026.
- Per Business Quant data, the three most recent Debt Ratio figures were 0.26 in Q2 2026, 0.01 in Q1 2026, and 0.21 in Q3 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.05 |
| Mar 31, 2026 | 0.01 |
| Dec 31, 2025 | 0.06 |
| Sep 30, 2025 | 0.15 |
| Jun 30, 2025 | 0.25 |
| Mar 31, 2025 | 1.50 |
| Dec 31, 2024 | 0.02 |
| Sep 30, 2024 | 0.03 |
| Jun 30, 2024 | 0.03 |
| Mar 31, 2024 | 0.05 |
| Dec 31, 2023 | 0.03 |
| Sep 30, 2023 | 0.03 |
| Jun 30, 2023 | 0.04 |
| Dec 31, 2022 | 0.02 |
| Sep 30, 2022 | 0.01 |
| Mar 31, 2022 | 0.17 |
| Dec 31, 2021 | 0.02 |
| Sep 30, 2021 | 0.03 |
| Jun 30, 2021 | 0.02 |
| Mar 31, 2021 | 0.04 |
Vale S.A. Debt 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=debt-ratio&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-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=debt-ratio&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();