Vale S.A. (VALE) Non Operating Income (2009 - 2023)
Vale's (VALE) quarterly Non Operating Income came in at -$530.0 million in Q1 2023, down 119.01% year-over-year from $2.8 billion in Q1 2022, and down 119.01% quarter-over-quarter from -$242.0 million in Q1 2022.
Vale S.A. (VALE) Non Operating Income (2009 - 2023) Analysis & Trends
Vale has disclosed Non Operating Income across 6 years of filings, most recently posting -$530.0 million for Q1 2023.
- In Q1 2023, Non Operating Income fell 119.01% year-over-year to -$530.0 million; the TTM figure through Mar 2023 stood at -$2.4 billion (up 45.38% YoY), while the FY2016 annual figure was $1.8 billion, down 82.7% from the prior year.
- Non Operating Income came in at -$530.0 million for Q1 2023 at Vale, down from -$242.0 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of -$242.0 million in Q1 2022 to a low of -$530.0 million in Q1 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | -530.00 Mn |
| Mar 31, 2022 | -242.00 Mn |
| Dec 31, 2012 | -823.00 Mn |
| Sep 30, 2012 | -834.00 Mn |
| Jun 30, 2012 | -2.55 Bn |
| Mar 31, 2012 | 229.00 Mn |
| Dec 31, 2011 | -470.00 Mn |
| Sep 30, 2011 | -3.39 Bn |
| Jun 30, 2011 | 648.00 Mn |
| Mar 31, 2011 | -98.00 Mn |
| Dec 31, 2010 | -285.00 Mn |
| Sep 30, 2010 | 72.00 Mn |
| Jun 30, 2010 | -491.00 Mn |
| Mar 31, 2010 | -677.00 Mn |
| Dec 31, 2009 | -360.00 Mn |
| Sep 30, 2009 | 201.00 Mn |
| Jun 30, 2009 | 1.35 Bn |
| Mar 31, 2009 | -128.00 Mn |
Vale S.A. Non Operating 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=non-operating-income&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-income&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();