PG&E Corp (PCG) Interest Coverage Ratio (2009 - 2011)
Pg&E (PCG) posted Interest Coverage Ratio of 2.73 for Q1 2011, down 3.68% on a QoQ basis from 2.84 in Q4 2010, and down 25.67% year-over-year from 3.68 in Q1 2010.
PG&E Corp (PCG) Interest Coverage Ratio (2009 - 2011) Analysis & Trends
Pg&E has reported Interest Coverage Ratio for 3 years, with the latest figure at 2.73 in Q1 2011.
- On a quarterly basis, Interest Coverage Ratio fell 25.67% year-over-year to 2.73 in Q1 2011; TTM through Mar 2011 was 3.14, a 9.69% decrease from a year earlier, with the FY2010 full-year figure at 3.37, up 3.47% from the prior year.
- Interest Coverage Ratio was 2.73 for Q1 2011 at Pg&E, down from 2.84 in the prior quarter.
- The five-year high for Interest Coverage Ratio was 3.97 in Q2 2010, with the low at 2.73 in Q1 2011.
- Average Interest Coverage Ratio over 3 years is 3.26, with a median of 3.05 recorded in 2009.
- The sharpest annual moves came in 2010 and 2011: Interest Coverage Ratio advanced 29.79% in 2010, then fell 25.67% in 2011.
- Over 3 years, Interest Coverage Ratio stood at 3.05 in 2009, then declined by 6.99% to 2.84 in 2010, then declined by 3.68% to 2.73 in 2011.
- The last three Interest Coverage Ratio figures came in at 2.73 (Q1 2011), 2.84 (Q4 2010), and 3.01 (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 2.73 |
| Dec 31, 2010 | 2.84 |
| Sep 30, 2010 | 3.01 |
| Jun 30, 2010 | 3.97 |
| Mar 31, 2010 | 3.68 |
| Dec 31, 2009 | 3.05 |
| Sep 30, 2009 | 3.49 |
| Jun 30, 2009 | 3.69 |
| Mar 31, 2009 | 2.83 |
PG&E Corp Interest 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=interest-coverage-ratio&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-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=interest-coverage-ratio&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();