PG&E Corp (PCG) Dividend Coverage Ratio (2009 - 2011)
Pg&E (PCG) posted Dividend Coverage Ratio of 1.14 for Q1 2011, down 18.11% on a QoQ basis from 1.4 in Q4 2010, and down 30.4% year-over-year from 1.64 in Q1 2010.
PG&E Corp (PCG) Dividend Coverage Ratio (2009 - 2011) Analysis & Trends
Pg&E has reported Dividend Coverage Ratio for 3 years, with the latest figure at 1.14 in Q1 2011.
- On a quarterly basis, Dividend Coverage Ratio fell 30.4% year-over-year to 1.14 in Q1 2011; TTM through Mar 2011 was 1.46, a 29.78% decrease from a year earlier, with the FY2010 full-year figure at 1.56, down 24.72% from the prior year.
- Dividend Coverage Ratio was 1.14 for Q1 2011 at Pg&E, down from 1.4 in the prior quarter.
- The five-year high for Dividend Coverage Ratio was 2.5 in Q2 2009, with the low at 1.14 in Q1 2011.
- Average Dividend Coverage Ratio over 3 years is 1.77, with a median of 1.75 recorded in 2009.
- The largest YoY upside for Dividend Coverage Ratio was 5.9% in 2010 against a maximum downside of 36.05% in 2010.
- Over 3 years, Dividend Coverage Ratio stood at 2.18 in 2009, then sank by 36.05% to 1.4 in 2010, then dropped by 18.11% to 1.14 in 2011.
- The last three Dividend Coverage Ratio figures came in at 1.14 (Q1 2011), 1.4 (Q4 2010), and 1.44 (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 1.14 |
| Dec 31, 2010 | 1.40 |
| Sep 30, 2010 | 1.44 |
| Jun 30, 2010 | 1.87 |
| Mar 31, 2010 | 1.64 |
| Dec 31, 2009 | 2.18 |
| Sep 30, 2009 | 2.04 |
| Jun 30, 2009 | 2.50 |
| Mar 31, 2009 | 1.75 |
PG&E Corp Dividend Coverage 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=dividend-coverage-ratio&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-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=dividend-coverage-ratio&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();