Vale S.A. (VALE) Income from Discontinued Operations (2009 - 2023)
Vale's (VALE) quarterly Income from Discontinued Operations came in at $561551.7 in Q4 2023, down 14.92% quarter-over-quarter from $660000.0 in Q3 2023.
Vale S.A. (VALE) Income from Discontinued Operations (2009 - 2023) Analysis & Trends
Vale has disclosed Income from Discontinued Operations across 11 years of filings, most recently posting $561551.7 for Q4 2023.
- In Q4 2023, Income from Discontinued Operations changed N/A year-over-year to $561551.7; the TTM figure through Dec 2023 stood at $1.4 million (down 99.93% YoY), while the FY2024 annual figure was $1.4 million, up 100.06% from the prior year.
- Income from Discontinued Operations came in at $561551.7 for Q4 2023 at Vale, down from $660000.0 in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $2.1 billion in Q2 2022 to a low of -$1.5 billion in Q3 2021.
- Average Income from Discontinued Operations over 3 years is -$31.4 million, with a median of $610775.9 recorded in 2023.
- Year-over-year, Income from Discontinued Operations soared 430.87% in 2022 and sank 99.99% in 2023.
- Over 3 years, Income from Discontinued Operations stood at $89.0 million in 2021, then tumbled by 98.9% to $980000.0 in 2022, then plunged by 42.7% to $561551.7 in 2023.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were $561551.7 in Q4 2023, $660000.0 in Q3 2023, and $200000.0 in Q2 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 560,000.00 |
| Sep 30, 2023 | 660,000.00 |
| Jun 30, 2023 | 200,000.00 |
| Sep 30, 2022 | 980,000.00 |
| Jun 30, 2022 | 2.06 Bn |
| Mar 31, 2022 | 2.00 Mn |
| Dec 31, 2021 | 89.00 Mn |
| Sep 30, 2021 | -1.55 Bn |
| Jun 30, 2021 | -622.00 Mn |
| Mar 31, 2021 | -295.00 Mn |
| Jun 30, 2018 | -10.00 Mn |
| Mar 31, 2018 | -82.00 Mn |
| Dec 31, 2017 | 806.00 Mn |
| Sep 30, 2017 | -106.00 Mn |
| Jun 30, 2017 | 125.00 Mn |
| Mar 31, 2017 | 82.00 Mn |
| Dec 31, 2016 | 1.23 Bn |
| Sep 30, 2016 | 39.00 Mn |
| Jun 30, 2016 | 21.00 Mn |
| Mar 31, 2016 | 11.00 Mn |
Vale S.A. Income 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=income-from-discontinued-operations&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-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=income-from-discontinued-operations&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();