PG&E Corp (PCG) Other Non Operating Income (2009 - 2011)
Pg&E (PCG) posted Other Non Operating Income of $17.0 million for Q1 2011, up 750.0% on a QoQ basis from $2.0 million in Q4 2010, and up 383.33% year-over-year from $3.5 million in Q1 2010.
PG&E Corp (PCG) Other Non Operating Income (2009 - 2011) Analysis & Trends
Pg&E has reported Other Non Operating Income for 3 years, with the latest figure at $17.0 million in Q1 2011.
- On a quarterly basis, Other Non Operating Income rose 383.33% year-over-year to $17.0 million in Q1 2011; TTM through Mar 2011 was $50.0 million, a 16.28% increase from a year earlier, with the FY2010 full-year figure at $27.0 million, down 59.7% from the prior year.
- Other Non Operating Income was $17.0 million for Q1 2011 at Pg&E, up from $2.0 million in the prior quarter.
- The five-year high for Other Non Operating Income was $29.0 million in Q3 2010, with the low at -$6.0 million in Q1 2010.
- Average Other Non Operating Income over 3 years is $12.3 million, with a median of $17.0 million recorded in 2011.
- The sharpest annual moves came in 2010 and 2011: Other Non Operating Income slumped 133.33% in 2010, then surged 383.33% in 2011.
- Over 3 years, Other Non Operating Income stood at $4.0 million in 2009, then slumped by 50.0% to $2.0 million in 2010, then jumped by 750.0% to $17.0 million in 2011.
- The last three Other Non Operating Income figures came in at $17.0 million (Q1 2011), $2.0 million (Q4 2010), and $29.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 17.00 Mn |
| Dec 31, 2010 | 2.00 Mn |
| Sep 30, 2010 | 29.00 Mn |
| Jun 30, 2010 | 2.00 Mn |
| Mar 31, 2010 | -6.00 Mn |
| Dec 31, 2009 | 4.00 Mn |
| Sep 30, 2009 | 23.00 Mn |
| Jun 30, 2009 | 22.00 Mn |
| Mar 31, 2009 | 18.00 Mn |
PG&E Corp Other 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=other-non-operating-income&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "PCG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();