PG&E Corp (PCG) Interest & Investment Income (2009 - 2011)
Pg&E (PCG) posted Interest & Investment Income of $2.0 million for Q1 2011, little changed on a QoQ basis from $2.0 million in Q4 2010, and little changed year-over-year from $2.0 million in Q1 2010.
PG&E Corp (PCG) Interest & Investment Income (2009 - 2011) Analysis & Trends
Pg&E has reported Interest & Investment Income for 3 years, with the latest figure at $2.0 million in Q1 2011.
- On a quarterly basis, Interest & Investment Income changed 0.0% year-over-year to $2.0 million in Q1 2011; TTM through Mar 2011 was $9.0 million, a 65.38% decrease from a year earlier, with the FY2010 full-year figure at $9.0 million, down 72.73% from the prior year.
- Interest & Investment Income was $2.0 million for Q1 2011 at Pg&E, roughly flat from $2.0 million in the prior quarter.
- The five-year high for Interest & Investment Income was $17.0 million in Q2 2009, with the low at $1.0 million in Q3 2009.
- Average Interest & Investment Income over 3 years is $4.9 million, with a median of $2.0 million recorded in 2010.
- The largest YoY upside for Interest & Investment Income was 200.0% in 2010 against a maximum downside of 88.24% in 2010.
- Over 3 years, Interest & Investment Income stood at $6.0 million in 2009, then slumped by 66.67% to $2.0 million in 2010, then changed by 0.0% to $2.0 million in 2011.
- The last three Interest & Investment Income figures came in at $2.0 million (Q1 2011), $2.0 million (Q4 2010), and $3.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 2.00 Mn |
| Dec 31, 2010 | 2.00 Mn |
| Sep 30, 2010 | 3.00 Mn |
| Jun 30, 2010 | 2.00 Mn |
| Mar 31, 2010 | 2.00 Mn |
| Dec 31, 2009 | 6.00 Mn |
| Sep 30, 2009 | 1.00 Mn |
| Jun 30, 2009 | 17.00 Mn |
| Mar 31, 2009 | 9.00 Mn |
PG&E Corp Interest & 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=interest-and-investment-income&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-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=interest-and-investment-income&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();