PG&E Corp (PCG) Total Liabilities (2009 - 2011)
Pg&E (PCG) posted Total Liabilities of $34.6 billion for Q1 2011, little changed on a QoQ basis from $34.5 billion in Q4 2010, and up 5.09% year-over-year from $32.9 billion in Q1 2010.
PG&E Corp (PCG) Total Liabilities (2009 - 2011) Analysis & Trends
Pg&E has reported Total Liabilities for 3 years, with the latest figure at $34.6 billion in Q1 2011.
- On a quarterly basis, Total Liabilities rose 5.09% year-over-year to $34.6 billion in Q1 2011; TTM through Mar 2011 was $34.6 billion, a 5.09% increase from a year earlier, with the FY2010 full-year figure at $34.5 billion, up 6.59% from the prior year.
- Total Liabilities was $34.6 billion for Q1 2011 at Pg&E, roughly flat from $34.5 billion in the prior quarter.
- The five-year high for Total Liabilities was $34.6 billion in Q1 2011, with the low at $32.0 billion in Q2 2009.
- Average Total Liabilities over 3 years is $33.2 billion, with a median of $33.0 billion recorded in 2010.
- The largest YoY upside for Total Liabilities was 6.59% in 2010 against a maximum downside of 3.43% in 2010.
- Over 3 years, Total Liabilities stood at $32.4 billion in 2009, then gained by 6.59% to $34.5 billion in 2010, then increased by 0.3% to $34.6 billion in 2011.
- The last three Total Liabilities figures came in at $34.6 billion (Q1 2011), $34.5 billion (Q4 2010), and $34.0 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 34.59 Bn |
| Dec 31, 2010 | 34.49 Bn |
| Sep 30, 2010 | 33.98 Bn |
| Jun 30, 2010 | 33.10 Bn |
| Mar 31, 2010 | 32.92 Bn |
| Dec 31, 2009 | 32.36 Bn |
| Sep 30, 2009 | 32.14 Bn |
| Jun 30, 2009 | 32.00 Bn |
PG&E Corp Total 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-liabilities&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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-liabilities&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();