PG&E Corp (PCG) FCF Margin (2009 - 2011)
Pg&E (PCG) posted FCF Margin of 3.98% for Q1 2011, up 218.0% on a QoQ basis from 3.37% in Q4 2010, and up 1721.0% year-over-year from 0.22% in Q1 2010.
Analysis
PG&E Corp (PCG) FCF Margin (2009 - 2011) Analysis & Trends
Pg&E has reported FCF Margin for 3 years, with the latest figure at 3.98% in Q1 2011.
- On a quarterly basis, FCF Margin rose 1721.0% year-over-year to 3.98% in Q1 2011; TTM through Mar 2011 was 0.05%, a 890.0% increase from a year earlier, with the FY2010 full-year figure at 4.31%, up 255.0% from the prior year.
- FCF Margin was 3.98% for Q1 2011 at Pg&E, up from 3.37% in the prior quarter.
- The five-year high for FCF Margin was 3.98% in Q1 2011, with the low at 19.89% in Q4 2009.
- Average FCF Margin over 3 years is 4.35%, with a median of 3.37% recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: FCF Margin slumped 773 bps in 2010, then surged 1721 bps in 2011.
- Over 3 years, FCF Margin stood at 19.89% in 2009, then jumped by 83 bps to 3.37% in 2010, then surged by 218 bps to 3.98% in 2011.
- The last three FCF Margin figures came in at 3.98% (Q1 2011), 3.37% (Q4 2010), and 1.74% (Q3 2010), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 3.98% |
| Dec 31, 2010 | -3.37% |
| Sep 30, 2010 | -1.74% |
| Jun 30, 2010 | 1.45% |
| Mar 31, 2010 | -13.24% |
| Dec 31, 2009 | -19.89% |
| Sep 30, 2009 | 3.34% |
| Jun 30, 2009 | -4.20% |
| Mar 31, 2009 | -5.51% |
API Access
PG&E Corp FCF 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=fcf-margin&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();