PG&E Corp (PCG) EBT Margin (2009 - 2011)
Pg&E (PCG) posted EBT Margin of 9.06% for Q1 2011, up 1.92% on a QoQ basis from 8.89% in Q4 2010, and down 377.0% year-over-year from 3.27% in Q1 2010.
Analysis
PG&E Corp (PCG) EBT Margin (2009 - 2011) Analysis & Trends
Pg&E has reported EBT Margin for 3 years, with the latest figure at 9.06% in Q1 2011.
- On a quarterly basis, EBT Margin fell 377.0% year-over-year to 9.06% in Q1 2011; TTM through Mar 2011 was 11.03%, a 222.0% decrease from a year earlier, with the FY2010 full-year figure at 11.99%, down 65.0% from the prior year.
- EBT Margin was 9.06% for Q1 2011 at Pg&E, up from 8.89% in the prior quarter.
- The five-year high for EBT Margin was 16.21% in Q2 2010, with the low at 8.89% in Q4 2010.
- Average EBT Margin over 3 years is 12.05%, with a median of 10.48% recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: EBT Margin jumped 237 bps in 2010, then plunged 377 bps in 2011.
- Over 3 years, EBT Margin stood at 10.2% in 2009, then fell by 13 bps to 8.89% in 2010, then rose by 2 bps to 9.06% in 2011.
- The last three EBT Margin figures came in at 9.06% (Q1 2011), 8.89% (Q4 2010), and 10.48% (Q3 2010), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 9.06% |
| Dec 31, 2010 | 8.89% |
| Sep 30, 2010 | 10.48% |
| Jun 30, 2010 | 16.21% |
| Mar 31, 2010 | 12.83% |
| Dec 31, 2009 | 10.20% |
| Sep 30, 2009 | 14.13% |
| Jun 30, 2009 | 16.19% |
| Mar 31, 2009 | 10.46% |
API Access
PG&E Corp EBT 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=ebt-margin&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-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=ebt-margin&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();