PG&E Corp (PCG) Non-Current Assets (2009 - 2011)
Pg&E (PCG) posted Non-Current Assets of $40.8 billion for Q1 2011, up 0.75% on a QoQ basis from $40.5 billion in Q4 2010, and up 7.57% year-over-year from $37.9 billion in Q1 2010.
PG&E Corp (PCG) Non-Current Assets (2009 - 2011) Analysis & Trends
Pg&E has reported Non-Current Assets for 3 years, with the latest figure at $40.8 billion in Q1 2011.
- On a quarterly basis, Non-Current Assets rose 7.57% year-over-year to $40.8 billion in Q1 2011; TTM through Mar 2011 was $159.4 billion, a 7.75% increase from a year earlier, with the FY2010 full-year figure at $40.5 billion, up 8.57% from the prior year.
- Non-Current Assets was $40.8 billion for Q1 2011 at Pg&E, up from $40.5 billion in the prior quarter.
- The five-year high for Non-Current Assets was $40.8 billion in Q1 2011, with the low at $35.8 billion in Q2 2009.
- Average Non-Current Assets over 3 years is $38.4 billion, with a median of $38.3 billion recorded in 2010.
- The largest YoY upside for Non-Current Assets was 8.57% in 2010 against a maximum downside of 6.93% in 2010.
- Over 3 years, Non-Current Assets stood at $37.3 billion in 2009, then gained by 8.57% to $40.5 billion in 2010, then increased by 0.75% to $40.8 billion in 2011.
- The last three Non-Current Assets figures came in at $40.8 billion (Q1 2011), $40.5 billion (Q4 2010), and $39.5 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 40.79 Bn |
| Dec 31, 2010 | 40.48 Bn |
| Sep 30, 2010 | 39.50 Bn |
| Jun 30, 2010 | 38.61 Bn |
| Mar 31, 2010 | 37.92 Bn |
| Dec 31, 2009 | 37.29 Bn |
| Sep 30, 2009 | 36.94 Bn |
| Jun 30, 2009 | 35.77 Bn |
PG&E Corp Non-Current Assets 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=non-current-assets&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();