Vale S.A. (VALE) Depreciation & Amortization - Total (2010 - 2011)
Vale's (VALE) quarterly Depreciation & Amortization - Total came in at $686.0 million in Q1 2022, down 6.16% year-over-year from $731.0 million in Q1 2021, and down 16.55% quarter-over-quarter from $822.0 million in Q4 2021.
Vale S.A. (VALE) Depreciation & Amortization - Total (2010 - 2011) Analysis & Trends
Vale has disclosed Depreciation & Amortization - Total across 8 years of filings, most recently posting $686.0 million for Q1 2022.
- In Q1 2022, Depreciation & Amortization - Total fell 6.16% year-over-year to $686.0 million; the TTM figure through Mar 2022 stood at $1.4 billion (down 68.19% YoY), while the FY2021 annual figure was $822.0 million, down 74.89% from the prior year.
- Depreciation & Amortization - Total came in at $686.0 million for Q1 2022 at Vale, down from $822.0 million in the prior quarter.
- In the past five years, Depreciation & Amortization - Total ranged from a high of $873.6 million in Q1 2018 to a low of -$805.2 million in Q1 2019.
- Average Depreciation & Amortization - Total over 4 years is $461.5 million, with a median of $731.0 million recorded in 2021.
- Year-over-year, Depreciation & Amortization - Total tumbled 192.17% in 2019 and dropped 6.16% in 2022.
- Over 4 years, Depreciation & Amortization - Total stood at $873.6 million in 2018, then plunged by 192.17% to -$805.2 million in 2019, then soared by 202.08% to $822.0 million in 2021, then dropped by 16.55% to $686.0 million in 2022.
- Per Business Quant data, the three most recent Depreciation & Amortization - Total figures were $686.0 million in Q1 2022, $822.0 million in Q4 2021, and $731.0 million in Q1 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 86.50 Bn |
| Dec 31, 2010 | 83.10 Bn |
| Mar 31, 2010 | 68.09 Bn |
Vale S.A. Depreciation & Amortization - Total 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=depreciation-and-amortization-total&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-total", "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=depreciation-and-amortization-total&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();