PG&E Corp (PCG) Other Non-Current Liabilities (2009 - 2011)
Pg&E (PCG) posted Other Non-Current Liabilities of $2.0 billion for Q1 2011, down 2.64% on a QoQ basis from $2.1 billion in Q4 2010, and down 3.79% year-over-year from $2.1 billion in Q1 2010.
PG&E Corp (PCG) Other Non-Current Liabilities (2009 - 2011) Analysis & Trends
Pg&E has reported Other Non-Current Liabilities for 3 years, with the latest figure at $2.0 billion in Q1 2011.
- On a quarterly basis, Other Non-Current Liabilities fell 3.79% year-over-year to $2.0 billion in Q1 2011; TTM through Mar 2011 was $2.0 billion, a 3.79% decrease from a year earlier, with the FY2010 full-year figure at $2.1 billion, down 1.47% from the prior year.
- Other Non-Current Liabilities was $2.0 billion for Q1 2011 at Pg&E, down from $2.1 billion in the prior quarter.
- The five-year high for Other Non-Current Liabilities was $2.2 billion in Q3 2010, with the low at $2.0 billion in Q1 2011.
- Average Other Non-Current Liabilities over 3 years is $2.1 billion, with a median of $2.1 billion recorded in 2009.
- The sharpest annual moves came in 2010 and 2011: Other Non-Current Liabilities grew 2.87% in 2010, then decreased 3.79% in 2011.
- Over 3 years, Other Non-Current Liabilities stood at $2.1 billion in 2009, then fell by 1.47% to $2.1 billion in 2010, then dropped by 2.64% to $2.0 billion in 2011.
- The last three Other Non-Current Liabilities figures came in at $2.0 billion (Q1 2011), $2.1 billion (Q4 2010), and $2.2 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 2.03 Bn |
| Dec 31, 2010 | 2.09 Bn |
| Sep 30, 2010 | 2.15 Bn |
| Jun 30, 2010 | 2.13 Bn |
| Mar 31, 2010 | 2.11 Bn |
| Dec 31, 2009 | 2.12 Bn |
| Sep 30, 2009 | 2.09 Bn |
| Jun 30, 2009 | 2.13 Bn |
PG&E Corp Other 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=other-non-current-liabilities&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-liabilities&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();