Vale S.A. (VALE) Cash from Discontinued Operations (2010 - 2022)
Vale's (VALE) quarterly Cash from Discontinued Operations came in at -$65.0 million in Q2 2022, up 69.19% year-over-year from -$38.4 million in Q2 2021, and down 258.54% quarter-over-quarter from $41.0 million in Q1 2022.
Vale S.A. (VALE) Cash from Discontinued Operations (2010 - 2022) Analysis & Trends
Vale has disclosed Cash from Discontinued Operations across 7 years of filings, most recently posting -$65.0 million for Q2 2022.
- In Q2 2022, Cash from Discontinued Operations rose 69.19% year-over-year to -$65.0 million; the TTM figure through Dec 2022 stood at -$24.0 million (up 92.38% YoY), while the FY2023 annual figure was $3287.0, down 99.99% from the prior year.
- Cash from Discontinued Operations came in at -$65.0 million for Q2 2022 at Vale, down from $41.0 million in the prior quarter.
- In the past five years, Cash from Discontinued Operations ranged from a high of $90.0 million in Q4 2021 to a low of -$249.0 million in Q1 2021.
- Average Cash from Discontinued Operations over 3 years is -$48.1 million, with a median of -$23.0 million recorded in 2018.
- Year-over-year, Cash from Discontinued Operations plunged 980.0% in 2018 and surged 116.47% in 2022.
- Over 3 years, Cash from Discontinued Operations stood at -$2.0 million in 2018, then jumped by 4600.0% to $90.0 million in 2021, then tumbled by 172.22% to -$65.0 million in 2022.
- Per Business Quant data, the three most recent Cash from Discontinued Operations figures were -$65.0 million in Q2 2022, $41.0 million in Q1 2022, and $90.0 million in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | -11.00 Mn |
| Jun 30, 2022 | -65.00 Mn |
| Mar 31, 2022 | -11.00 Mn |
| Dec 31, 2021 | 90.00 Mn |
| Sep 30, 2021 | -3.00 Mn |
| Jun 30, 2021 | -211.00 Mn |
| Mar 31, 2021 | -249.00 Mn |
| Jun 30, 2018 | -2.00 Mn |
| Mar 31, 2018 | -44.00 Mn |
| Dec 31, 2017 | 87.00 Mn |
| Sep 30, 2017 | -18.00 Mn |
| Jun 30, 2017 | 45.00 Mn |
| Mar 31, 2017 | 5.00 Mn |
| Dec 31, 2016 | 180.00 Mn |
| Sep 30, 2016 | 34.00 Mn |
| Jun 30, 2016 | 50.00 Mn |
| Mar 31, 2016 | 7.00 Mn |
| Dec 31, 2013 | -55.07 Mn |
| Sep 30, 2013 | 241.00 Mn |
| Jun 30, 2013 | 29.00 Mn |
Vale S.A. Cash from Discontinued Operations 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=cash-from-discontinued-operations&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "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=cash-from-discontinued-operations&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();