Vale S.A. (VALE) Finished Goods (2016 - 2021)
Vale's (VALE) quarterly Finished Goods came in at $2.8 billion in Q4 2021, up 6.44% year-over-year from $2.6 billion in Q4 2020, and down 8.51% quarter-over-quarter from $3.1 billion in Q2 2021.
Vale S.A. (VALE) Finished Goods (2016 - 2021) Analysis & Trends
Vale has disclosed Finished Goods across 6 years of filings, most recently posting $2.8 billion for Q4 2021.
- In Q4 2021, Finished Goods rose 6.44% year-over-year to $2.8 billion; the TTM figure through Dec 2021 stood at $2.8 billion (up 6.44% YoY), while the FY2021 annual figure was $2.8 billion, up 6.44% from the prior year.
- Finished Goods came in at $2.8 billion for Q4 2021 at Vale, down from $3.1 billion in the prior quarter.
- In the past five years, Finished Goods ranged from a high of $3.1 billion in Q2 2021 to a low of $2.2 billion in Q4 2017.
- Average Finished Goods over 5 years is $2.7 billion, with a median of $2.7 billion recorded in 2020.
- Year-over-year, Finished Goods jumped 41.07% in 2017 and slipped 6.9% in 2019.
- Over 5 years, Finished Goods stood at $2.2 billion in 2017, then rose by 26.05% to $2.8 billion in 2018, then decreased by 6.9% to $2.6 billion in 2019, then gained by 0.84% to $2.6 billion in 2020, then increased by 6.44% to $2.8 billion in 2021.
- Per Business Quant data, the three most recent Finished Goods figures were $2.8 billion in Q4 2021, $3.1 billion in Q2 2021, and $2.6 billion in Q4 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 2.80 Bn |
| Jun 30, 2021 | 3.06 Bn |
| Dec 31, 2020 | 2.63 Bn |
| Jun 30, 2020 | 2.68 Bn |
| Dec 31, 2019 | 2.60 Bn |
| Dec 31, 2018 | 2.80 Bn |
| Dec 31, 2017 | 2.22 Bn |
| Dec 31, 2016 | 1.57 Bn |
Vale S.A. Finished Goods 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=finished-goods&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "finished-goods", "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=finished-goods&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();