PG&E Corp (PCG) Net Margin (2009 - 2011)
Pg&E (PCG) posted Net Margin of 5.53% for Q1 2011, down 19.87% on a QoQ basis from 6.9% in Q4 2010, and down 189.0% year-over-year from 6.22% in Q1 2010.
Analysis
PG&E Corp (PCG) Net Margin (2009 - 2011) Analysis & Trends
Pg&E has reported Net Margin for 3 years, with the latest figure at 5.53% in Q1 2011.
- On a quarterly basis, Net Margin fell 189.0% year-over-year to 5.53% in Q1 2011; TTM through Mar 2011 was 7.45%, a 175.0% decrease from a year earlier, with the FY2010 full-year figure at 7.94%, down 116.0% from the prior year.
- Net Margin was 5.53% for Q1 2011 at Pg&E, down from 6.9% in the prior quarter.
- The five-year high for Net Margin was 12.15% in Q2 2009, with the low at 5.53% in Q1 2011.
- Average Net Margin over 3 years is 8.25%, with a median of 7.42% recorded in 2010.
- The largest YoY upside for Net Margin was 40 bps in 2010 against a maximum downside of 249 bps in 2010.
- Over 3 years, Net Margin stood at 7.71% in 2009, then retreated by 10 bps to 6.9% in 2010, then declined by 20 bps to 5.53% in 2011.
- The last three Net Margin figures came in at 5.53% (Q1 2011), 6.9% (Q4 2010), and 7.34% (Q3 2010), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 5.53% |
| Dec 31, 2010 | 6.90% |
| Sep 30, 2010 | 7.34% |
| Jun 30, 2010 | 10.30% |
| Mar 31, 2010 | 7.42% |
| Dec 31, 2009 | 7.71% |
| Sep 30, 2009 | 9.83% |
| Jun 30, 2009 | 12.15% |
| Mar 31, 2009 | 7.02% |
API Access
PG&E Corp Net 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=net-margin&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();