Vale S.A. (VALE) Equity Income (2009 - 2023)
Vale's (VALE) quarterly Equity Income came in at -$88.0 million in Q2 2023, down 143.14% year-over-year from $204.0 million in Q2 2022, and down 189.8% quarter-over-quarter from $98.0 million in Q1 2023.
Vale S.A. (VALE) Equity Income (2009 - 2023) Analysis & Trends
Vale has disclosed Equity Income across 13 years of filings, most recently posting -$88.0 million for Q2 2023.
- In Q2 2023, Equity Income fell 143.14% year-over-year to -$88.0 million; the TTM figure through Jun 2023 stood at $97.0 million (down 58.72% YoY), while the FY2025 annual figure was -$583.0 million, down 2.1% from the prior year.
- Equity Income came in at -$88.0 million for Q2 2023 at Vale, down from $98.0 million in the prior quarter.
- In the past five years, Equity Income ranged from a high of $204.0 million in Q2 2022 to a low of -$117.0 million in Q1 2022.
- Average Equity Income over 5 years is $47.9 million, with a median of $90.0 million recorded in 2019.
- The largest YoY upside for Equity Income was 183.76% in 2023 against a maximum downside of 143.14% in 2023.
- Over 5 years, Equity Income stood at $90.0 million in 2019, then slumped by 52.22% to $43.0 million in 2020, then jumped by 144.19% to $105.0 million in 2021, then jumped by 94.29% to $204.0 million in 2022, then plunged by 143.14% to -$88.0 million in 2023.
- Per Business Quant data, the three most recent Equity Income figures were -$88.0 million in Q2 2023, $98.0 million in Q1 2023, and $204.0 million in Q2 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -88.00 Mn |
| Mar 31, 2023 | 98.00 Mn |
| Jun 30, 2022 | 204.00 Mn |
| Mar 31, 2022 | -117.00 Mn |
| Jun 30, 2021 | 105.00 Mn |
| Jun 30, 2020 | 43.00 Mn |
| Jun 30, 2019 | 90.00 Mn |
| Dec 31, 2018 | 147.00 Mn |
| Sep 30, 2018 | 32.00 Mn |
| Jun 30, 2018 | 41.00 Mn |
| Mar 31, 2018 | 85.00 Mn |
| Dec 31, 2017 | -66.00 Mn |
| Sep 30, 2017 | 115.00 Mn |
| Jun 30, 2017 | -24.00 Mn |
| Mar 31, 2017 | 73.00 Mn |
| Dec 31, 2016 | -83.00 Mn |
| Sep 30, 2016 | 45.00 Mn |
| Jun 30, 2016 | 190.00 Mn |
| Mar 31, 2016 | 155.00 Mn |
| Dec 31, 2015 | -37.00 Mn |
Vale S.A. Equity Income 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=equity-income&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();