PG&E Corp (PCG) Other Non-Current Assets (2009 - 2011)
Pg&E (PCG) posted Other Non-Current Assets of $5.7 billion for Q1 2011, down 3.27% on a QoQ basis from $5.8 billion in Q4 2010, and up 0.95% year-over-year from $5.6 billion in Q1 2010.
PG&E Corp (PCG) Other Non-Current Assets (2009 - 2011) Analysis & Trends
Pg&E has reported Other Non-Current Assets for 3 years, with the latest figure at $5.7 billion in Q1 2011.
- On a quarterly basis, Other Non-Current Assets rose 0.95% year-over-year to $5.7 billion in Q1 2011; TTM through Mar 2011 was $5.7 billion, a 0.95% increase from a year earlier, with the FY2010 full-year figure at $5.8 billion, up 5.87% from the prior year.
- Other Non-Current Assets was $5.7 billion for Q1 2011 at Pg&E, down from $5.8 billion in the prior quarter.
- The five-year high for Other Non-Current Assets was $6.0 billion in Q2 2009, with the low at $5.5 billion in Q4 2009.
- Average Other Non-Current Assets over 3 years is $5.7 billion, with a median of $5.7 billion recorded in 2010.
- The largest YoY upside for Other Non-Current Assets was 5.87% in 2010 against a maximum downside of 6.01% in 2010.
- Over 3 years, Other Non-Current Assets stood at $5.5 billion in 2009, then advanced by 5.87% to $5.8 billion in 2010, then declined by 3.27% to $5.7 billion in 2011.
- The last three Other Non-Current Assets figures came in at $5.7 billion (Q1 2011), $5.8 billion (Q4 2010), and $5.7 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 5.66 Bn |
| Dec 31, 2010 | 5.85 Bn |
| Sep 30, 2010 | 5.70 Bn |
| Jun 30, 2010 | 5.61 Bn |
| Mar 31, 2010 | 5.60 Bn |
| Dec 31, 2009 | 5.52 Bn |
| Sep 30, 2009 | 5.93 Bn |
| Jun 30, 2009 | 5.97 Bn |
PG&E Corp Other 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=other-non-current-assets&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-assets&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();