Vale S.A. (VALE) Long-Term Deferred Tax (2009 - 2026)
Vale's (VALE) quarterly Long-Term Deferred Tax came in at $6.0 billion in Q2 2026, down 32.97% year-over-year from $9.0 billion in Q2 2025, and down 4.78% quarter-over-quarter from $6.3 billion in Q4 2025.
Vale S.A. (VALE) Long-Term Deferred Tax (2009 - 2026) Analysis & Trends
Vale has disclosed Long-Term Deferred Tax across 17 years of filings, most recently posting $6.0 billion for Q2 2026.
- In Q2 2026, Long-Term Deferred Tax fell 32.97% year-over-year to $6.0 billion; the TTM figure through Jun 2026 stood at $6.0 billion (down 32.97% YoY), while the FY2025 annual figure was $6.3 billion, down 23.36% from the prior year.
- Long-Term Deferred Tax came in at $6.0 billion for Q2 2026 at Vale, down from $6.3 billion in the prior quarter.
- In the past five years, Long-Term Deferred Tax ranged from a high of $10.8 billion in Q4 2022 to a low of $313.0 million in Q1 2022.
- Average Long-Term Deferred Tax over 5 years is $7.4 billion, with a median of $9.0 billion recorded in 2025.
- Year-over-year, Long-Term Deferred Tax soared 63.26% in 2023 and slumped 32.97% in 2026.
- Over 5 years, Long-Term Deferred Tax stood at $10.8 billion in 2022, then declined by 11.19% to $9.6 billion in 2023, then slipped by 13.81% to $8.2 billion in 2024, then fell by 23.36% to $6.3 billion in 2025, then fell by 4.78% to $6.0 billion in 2026.
- Per Business Quant data, the three most recent Long-Term Deferred Tax figures were $6.0 billion in Q2 2026, $6.3 billion in Q4 2025, and $9.0 billion in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.02 Bn |
| Dec 31, 2025 | 6.32 Bn |
| Jun 30, 2025 | 8.98 Bn |
| Dec 31, 2024 | 8.24 Bn |
| Jun 30, 2024 | 9.93 Bn |
| Dec 31, 2023 | 9.57 Bn |
| Jun 30, 2023 | 9.90 Bn |
| Dec 31, 2022 | 10.77 Bn |
| Jun 30, 2022 | 10.36 Bn |
| Dec 31, 2021 | 11.44 Bn |
| Jun 30, 2021 | 9.34 Bn |
| Dec 31, 2020 | 10.34 Bn |
| Jun 30, 2020 | 9.80 Bn |
| Dec 31, 2019 | 9.22 Bn |
| Jun 30, 2019 | 7.70 Bn |
| Dec 31, 2018 | 6.91 Bn |
| Dec 31, 2017 | 6.64 Bn |
| Dec 31, 2016 | 7.34 Bn |
| Dec 31, 2015 | 7.90 Bn |
| Dec 31, 2012 | 2.89 Bn |
Vale S.A. Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();