PG&E Corp (PCG) Change in Inventory (2009 - 2011)
Pg&E (PCG) posted Change in Inventory of -$65.0 million for Q1 2011, down 160.19% on a QoQ basis from $108.0 million in Q4 2010, and down 10.17% year-over-year from -$72.4 million in Q1 2010.
PG&E Corp (PCG) Change in Inventory (2009 - 2011) Analysis & Trends
Pg&E has reported Change in Inventory for 3 years, with the latest figure at -$65.0 million in Q1 2011.
- On a quarterly basis, Change in Inventory fell 10.17% year-over-year to -$65.0 million in Q1 2011; TTM through Mar 2011 was $37.0 million, a 111.08% increase from a year earlier, with the FY2010 full-year figure at $43.0 million, up 139.45% from the prior year.
- Change in Inventory was -$65.0 million for Q1 2011 at Pg&E, down from $108.0 million in the prior quarter.
- The five-year high for Change in Inventory was $166.0 million in Q1 2009, with the low at -$187.0 million in Q4 2009.
- Average Change in Inventory over 3 years is -$14.6 million, with a median of -$45.0 million recorded in 2010.
- The largest YoY upside for Change in Inventory was 173.58% in 2010 against a maximum downside of 135.54% in 2010.
- Over 3 years, Change in Inventory stood at -$187.0 million in 2009, then surged by 157.75% to $108.0 million in 2010, then tumbled by 160.19% to -$65.0 million in 2011.
- The last three Change in Inventory figures came in at -$65.0 million (Q1 2011), $108.0 million (Q4 2010), and -$45.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | -65.00 Mn |
| Dec 31, 2010 | 108.00 Mn |
| Sep 30, 2010 | -45.00 Mn |
| Jun 30, 2010 | 39.00 Mn |
| Mar 31, 2010 | -59.00 Mn |
| Dec 31, 2009 | -187.00 Mn |
| Sep 30, 2009 | -35.00 Mn |
| Jun 30, 2009 | -53.00 Mn |
| Mar 31, 2009 | 166.00 Mn |
PG&E Corp Change in Inventory 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=change-in-inventory&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();