Vale S.A. (VALE) Non Operating Investment Income (2009 - 2019)
Vale's (VALE) quarterly Non Operating Investment Income came in at -$2.6 billion in Q4 2012, down 1637.13% year-over-year from $167.0 million in Q1 2012, and down 1403.05% quarter-over-quarter from $197.0 million in Q3 2012.
Vale S.A. (VALE) Non Operating Investment Income (2009 - 2019) Analysis & Trends
Vale has disclosed Non Operating Investment Income across 4 years of filings, most recently posting -$2.6 billion for Q4 2012.
- In Q4 2012, Non Operating Investment Income fell 1637.13% year-over-year to -$2.6 billion; the TTM figure through Dec 2012 stood at -$1.9 billion (down 288.08% YoY), while the FY2012 annual figure was -$1.9 billion, down 271.01% from the prior year.
- Non Operating Investment Income came in at -$2.6 billion for Q4 2012 at Vale, down from $197.0 million in the prior quarter.
- In the past five years, Non Operating Investment Income ranged from a high of $4.5 billion in Q1 2010 to a low of -$2.6 billion in Q4 2012.
- Average Non Operating Investment Income over 4 years is $383.7 million, with a median of $236.5 million recorded in 2009.
- The largest YoY upside for Non Operating Investment Income was 13.21% in 2012 against a maximum downside of 1637.13% in 2012.
- Over 4 years, Non Operating Investment Income stood at $230.0 million in 2009, then soared by 31.74% to $303.0 million in 2010, then slumped by 44.88% to $167.0 million in 2011, then tumbled by 1637.13% to -$2.6 billion in 2012.
- Per Business Quant data, the three most recent Non Operating Investment Income figures were -$2.6 billion in Q4 2012, $197.0 million in Q3 2012, and $186.0 million in Q2 2012.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2019 | -9.00 Mn |
| Mar 31, 2018 | 27.00 Mn |
| Sep 30, 2016 | -29.00 Mn |
| Jun 30, 2016 | 66.00 Mn |
| Dec 31, 2015 | 61.00 Mn |
| Sep 30, 2015 | 48.00 Mn |
| Jun 30, 2015 | -55.00 Mn |
| Dec 31, 2014 | 167.00 Mn |
| Dec 31, 2013 | 215.00 Mn |
| Sep 30, 2013 | 58.00 Mn |
| Dec 31, 2012 | 506.00 Mn |
| Sep 30, 2012 | -754.00 Mn |
| Jun 30, 2012 | -377.00 Mn |
| Sep 30, 2011 | 3.03 Bn |
| Mar 31, 2011 | -1.51 Bn |
| Dec 31, 2010 | 4.50 Bn |
| Mar 31, 2010 | 4.52 Bn |
| Dec 31, 2009 | -190.00 Mn |
| Sep 30, 2009 | 73.00 Mn |
| Jun 30, 2009 | 157.00 Mn |
Vale S.A. Non Operating Investment 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-investment-income&ticker=VALE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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-investment-income&ticker=VALE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();