PG&E Corp (PCG) Gross Margin (2009 - 2011)
Pg&E (PCG) posted Gross Margin of 65.92% for Q1 2011, up 1.27% on a QoQ basis from 65.09% in Q4 2010, and down 557.0% year-over-year from 14.42% in Q1 2010.
PG&E Corp (PCG) Gross Margin (2009 - 2011) Analysis & Trends
Pg&E has reported Gross Margin for 3 years, with the latest figure at 65.92% in Q1 2011.
- On a quarterly basis, Gross Margin fell 557.0% year-over-year to 65.92% in Q1 2011; TTM through Mar 2011 was 66.53%, a 165.0% decrease from a year earlier, with the FY2010 full-year figure at 67.93%, up 36.0% from the prior year.
- Gross Margin was 65.92% for Q1 2011 at Pg&E, up from 65.09% in the prior quarter.
- The five-year high for Gross Margin was 71.48% in Q1 2010, with the low at 65.09% in Q4 2010.
- Average Gross Margin over 3 years is 67.58%, with a median of 67.5% recorded in 2009.
- The sharpest annual moves came in 2010 and 2011: Gross Margin soared 283 bps in 2010, then tumbled 557 bps in 2011.
- Over 3 years, Gross Margin stood at 66.04% in 2009, then retreated by 1 bps to 65.09% in 2010, then gained by 1 bps to 65.92% in 2011.
- The last three Gross Margin figures came in at 65.92% (Q1 2011), 65.09% (Q4 2010), and 65.13% (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 65.92% |
| Dec 31, 2010 | 65.09% |
| Sep 30, 2010 | 65.13% |
| Jun 30, 2010 | 70.33% |
| Mar 31, 2010 | 71.48% |
| Dec 31, 2009 | 66.04% |
| Sep 30, 2009 | 67.64% |
| Jun 30, 2009 | 67.50% |
| Mar 31, 2009 | 69.13% |
PG&E Corp Gross Margin 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-margin&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-margin", "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-margin&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();