PG&E Corp (PCG) Debt Ratio (2009 - 2011)
Pg&E (PCG) posted Debt Ratio of 0.28 for Q1 2011, up 1.53% on a QoQ basis from 0.27 in Q4 2010, and down 2.18% year-over-year from 0.28 in Q1 2010.
Analysis
PG&E Corp (PCG) Debt Ratio (2009 - 2011) Analysis & Trends
Pg&E has reported Debt Ratio for 3 years, with the latest figure at 0.28 in Q1 2011.
- On a quarterly basis, Debt Ratio fell 2.18% year-over-year to 0.28 in Q1 2011; TTM through Mar 2011 was 0.28, a 2.18% decrease from a year earlier, with the FY2010 full-year figure at 0.27, down 2.32% from the prior year.
- Debt Ratio was 0.28 for Q1 2011 at Pg&E, up from 0.27 in the prior quarter.
- The five-year high for Debt Ratio was 0.28 in Q3 2010, with the low at 0.25 in Q3 2009.
- Average Debt Ratio over 3 years is 0.28, with a median of 0.28 recorded in 2010.
- The largest YoY upside for Debt Ratio was 11.73% in 2010 against a maximum downside of 2.32% in 2010.
- Over 3 years, Debt Ratio stood at 0.28 in 2009, then declined by 2.32% to 0.27 in 2010, then climbed by 1.53% to 0.28 in 2011.
- The last three Debt Ratio figures came in at 0.28 (Q1 2011), 0.27 (Q4 2010), and 0.28 (Q3 2010), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 0.28 |
| Dec 31, 2010 | 0.27 |
| Sep 30, 2010 | 0.28 |
| Jun 30, 2010 | 0.28 |
| Mar 31, 2010 | 0.28 |
| Dec 31, 2009 | 0.28 |
| Sep 30, 2009 | 0.25 |
| Jun 30, 2009 | 0.27 |
API Access
PG&E Corp Debt 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=debt-ratio&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-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=debt-ratio&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();