PG&E Corp (PCG) Gross Profit (2009 - 2011)
Pg&E (PCG) posted Gross Profit of $2.4 billion for Q1 2011, up 0.59% on a QoQ basis from $2.4 billion in Q4 2010, and down 4.55% year-over-year from $2.5 billion in Q1 2010.
PG&E Corp (PCG) Gross Profit (2009 - 2011) Analysis & Trends
Pg&E has reported Gross Profit for 3 years, with the latest figure at $2.4 billion in Q1 2011.
- On a quarterly basis, Gross Profit fell 4.55% year-over-year to $2.4 billion in Q1 2011; TTM through Mar 2011 was $9.3 billion, a 1.35% increase from a year earlier, with the FY2010 full-year figure at $9.4 billion, up 3.86% from the prior year.
- Gross Profit was $2.4 billion for Q1 2011 at Pg&E, up from $2.4 billion in the prior quarter.
- The five-year high for Gross Profit was $2.5 billion in Q1 2010, with the low at $2.2 billion in Q2 2009.
- Average Gross Profit over 3 years is $2.3 billion, with a median of $2.3 billion recorded in 2009.
- The sharpest annual moves came in 2010 and 2011: Gross Profit advanced 5.43% in 2010, then slipped 4.55% in 2011.
- Over 3 years, Gross Profit stood at $2.3 billion in 2009, then grew by 0.86% to $2.4 billion in 2010, then climbed by 0.59% to $2.4 billion in 2011.
- The last three Gross Profit figures came in at $2.4 billion (Q1 2011), $2.4 billion (Q4 2010), and $2.3 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 2.37 Bn |
| Dec 31, 2010 | 2.36 Bn |
| Sep 30, 2010 | 2.29 Bn |
| Jun 30, 2010 | 2.27 Bn |
| Mar 31, 2010 | 2.48 Bn |
| Dec 31, 2009 | 2.34 Bn |
| Sep 30, 2009 | 2.19 Bn |
| Jun 30, 2009 | 2.16 Bn |
| Mar 31, 2009 | 2.37 Bn |
PG&E Corp Gross Profit 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=gross-profit&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "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=gross-profit&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();