PG&E Corp (PCG) Total Current Liabilities (2009 - 2011)
Pg&E (PCG) posted Total Current Liabilities of $7.8 billion for Q1 2011, up 8.17% on a QoQ basis from $7.2 billion in Q4 2010, and little changed year-over-year from $7.8 billion in Q1 2010.
PG&E Corp (PCG) Total Current Liabilities (2009 - 2011) Analysis & Trends
Pg&E has reported Total Current Liabilities for 3 years, with the latest figure at $7.8 billion in Q1 2011.
- On a quarterly basis, Total Current Liabilities changed 0.1% year-over-year to $7.8 billion in Q1 2011; TTM through Mar 2011 was $7.8 billion, a 0.1% change from a year earlier, with the FY2010 full-year figure at $7.2 billion, up 5.46% from the prior year.
- Total Current Liabilities was $7.8 billion for Q1 2011 at Pg&E, up from $7.2 billion in the prior quarter.
- The five-year high for Total Current Liabilities was $7.8 billion in Q1 2010, with the low at $6.8 billion in Q4 2009.
- Average Total Current Liabilities over 3 years is $7.3 billion, with a median of $7.3 billion recorded in 2009.
- The sharpest annual moves came in 2010 and 2011: Total Current Liabilities advanced 5.46% in 2010, then declined 0.1% in 2011.
- Over 3 years, Total Current Liabilities stood at $6.8 billion in 2009, then increased by 5.46% to $7.2 billion in 2010, then grew by 8.17% to $7.8 billion in 2011.
- The last three Total Current Liabilities figures came in at $7.8 billion (Q1 2011), $7.2 billion (Q4 2010), and $7.2 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 7.77 Bn |
| Dec 31, 2010 | 7.19 Bn |
| Sep 30, 2010 | 7.18 Bn |
| Jun 30, 2010 | 7.62 Bn |
| Mar 31, 2010 | 7.78 Bn |
| Dec 31, 2009 | 6.81 Bn |
| Sep 30, 2009 | 6.95 Bn |
| Jun 30, 2009 | 7.43 Bn |
PG&E Corp Total 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-current-liabilities&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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-current-liabilities&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();