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