Vale S.A. (VALE) Goodwill (2009 - 2024)
Vale's (VALE) quarterly Goodwill came in at -$130.0 million in Q3 2023, little changed quarter-over-quarter from -$130.0 million in Q2 2023.
Vale S.A. (VALE) Goodwill (2009 - 2024) Analysis & Trends
Vale has disclosed Goodwill across 12 years of filings, most recently posting -$130.0 million for Q3 2023.
- In Q3 2023, Goodwill changed N/A year-over-year to -$130.0 million; the TTM figure through Sep 2023 stood at -$130.0 million (changed N/A YoY), while the FY2022 annual figure was $4.0 billion, up 25.28% from the prior year.
- Goodwill came in at -$130.0 million for Q3 2023 at Vale, roughly flat from -$130.0 million in the prior quarter.
- In the past five years, Goodwill ranged from a high of $4.0 billion in Q4 2022 to a low of -$130.0 million in Q2 2023.
- Average Goodwill over 5 years is $1.8 billion, with a median of $1.9 billion recorded in 2019.
- Year-over-year, Goodwill gained 0.98% in 2019 and surged 66.56% in 2021.
- Over 5 years, Goodwill stood at $1.9 billion in 2019, then grew by 3.6% to $1.9 billion in 2020, then soared by 66.56% to $3.2 billion in 2021, then increased by 25.28% to $4.0 billion in 2022, then plunged by 103.23% to -$130.0 million in 2023.
- Per Business Quant data, the three most recent Goodwill figures were -$130.0 million in Q3 2023, -$130.0 million in Q2 2023, and $4.0 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 18.00 Mn |
| Dec 31, 2021 | 3.21 Bn |
| Jun 30, 2021 | 3.40 Bn |
| Dec 31, 2020 | 3.30 Bn |
| Jun 30, 2020 | 3.12 Bn |
| Dec 31, 2019 | 1.86 Bn |
| Dec 31, 2018 | 1.84 Bn |
| Dec 31, 2017 | 2.16 Bn |
| Dec 31, 2016 | 1.84 Bn |
| Dec 31, 2012 | 2.95 Bn |
| Sep 30, 2012 | 2.97 Bn |
| Jun 30, 2012 | 2.95 Bn |
| Mar 31, 2012 | 3.08 Bn |
| Dec 31, 2011 | 3.03 Bn |
| Sep 30, 2011 | 3.01 Bn |
| Jun 30, 2011 | 3.37 Bn |
| Mar 31, 2011 | 3.37 Bn |
| Dec 31, 2010 | 3.32 Bn |
| Sep 30, 2010 | 3.25 Bn |
| Jun 30, 2010 | 3.02 Bn |
Vale S.A. Goodwill 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=goodwill&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "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=goodwill&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();