PG&E Corp (PCG) Payout Ratio (2009 - 2011)
Pg&E (PCG) posted Payout Ratio of 0.87 for Q1 2011, up 22.12% on a QoQ basis from 0.72 in Q4 2010, and up 43.69% year-over-year from 0.61 in Q1 2010.
Analysis
PG&E Corp (PCG) Payout Ratio (2009 - 2011) Analysis & Trends
Pg&E has reported Payout Ratio for 3 years, with the latest figure at 0.87 in Q1 2011.
- On a quarterly basis, Payout Ratio rose 43.69% year-over-year to 0.87 in Q1 2011; TTM through Mar 2011 was 0.68, a 42.41% increase from a year earlier, with the FY2010 full-year figure at 0.64, up 32.84% from the prior year.
- Payout Ratio was 0.87 for Q1 2011 at Pg&E, up from 0.72 in the prior quarter.
- The five-year high for Payout Ratio was 0.87 in Q1 2011, with the low at 0.4 in Q2 2009.
- Average Payout Ratio over 3 years is 0.59, with a median of 0.57 recorded in 2009.
- The largest YoY upside for Payout Ratio was 56.37% in 2010 against a maximum downside of 6.27% in 2010.
- Over 3 years, Payout Ratio stood at 0.46 in 2009, then soared by 56.37% to 0.72 in 2010, then gained by 22.12% to 0.87 in 2011.
- The last three Payout Ratio figures came in at 0.87 (Q1 2011), 0.72 (Q4 2010), and 0.69 (Q3 2010), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 0.87 |
| Dec 31, 2010 | 0.72 |
| Sep 30, 2010 | 0.69 |
| Jun 30, 2010 | 0.53 |
| Mar 31, 2010 | 0.61 |
| Dec 31, 2009 | 0.46 |
| Sep 30, 2009 | 0.49 |
| Jun 30, 2009 | 0.40 |
| Mar 31, 2009 | 0.57 |
API Access
PG&E Corp Payout Ratio 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=payout-ratio&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-ratio", "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=payout-ratio&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();