PG&E Corp (PCG) Total Non-Current Liabilities (2009 - 2011)
Pg&E (PCG) posted Total Non-Current Liabilities of $26.8 billion for Q1 2011, down 1.78% on a QoQ basis from $27.3 billion in Q4 2010, and up 6.69% year-over-year from $25.1 billion in Q1 2010.
PG&E Corp (PCG) Total Non-Current Liabilities (2009 - 2011) Analysis & Trends
Pg&E has reported Total Non-Current Liabilities for 3 years, with the latest figure at $26.8 billion in Q1 2011.
- On a quarterly basis, Total Non-Current Liabilities rose 6.69% year-over-year to $26.8 billion in Q1 2011; TTM through Mar 2011 was $26.8 billion, a 6.69% increase from a year earlier, with the FY2010 full-year figure at $27.3 billion, up 6.89% from the prior year.
- Total Non-Current Liabilities was $26.8 billion for Q1 2011 at Pg&E, down from $27.3 billion in the prior quarter.
- The five-year high for Total Non-Current Liabilities was $27.3 billion in Q4 2010, with the low at $24.6 billion in Q2 2009.
- Average Total Non-Current Liabilities over 3 years is $25.9 billion, with a median of $25.5 billion recorded in 2009.
- The largest YoY upside for Total Non-Current Liabilities was 6.89% in 2010 against a maximum downside of 3.7% in 2010.
- Over 3 years, Total Non-Current Liabilities stood at $25.5 billion in 2009, then advanced by 6.89% to $27.3 billion in 2010, then fell by 1.78% to $26.8 billion in 2011.
- The last three Total Non-Current Liabilities figures came in at $26.8 billion (Q1 2011), $27.3 billion (Q4 2010), and $26.8 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 26.82 Bn |
| Dec 31, 2010 | 27.31 Bn |
| Sep 30, 2010 | 26.79 Bn |
| Jun 30, 2010 | 25.48 Bn |
| Mar 31, 2010 | 25.14 Bn |
| Dec 31, 2009 | 25.55 Bn |
| Sep 30, 2009 | 25.19 Bn |
| Jun 30, 2009 | 24.57 Bn |
PG&E Corp Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();