PG&E Corp (PCG) Change in Account Payables (2009 - 2011)
Pg&E (PCG) posted Change in Account Payables of $182.0 million for Q1 2011, up 487.1% on a QoQ basis from $31.0 million in Q4 2010, and up 109.2% year-over-year from $87.0 million in Q1 2010.
PG&E Corp (PCG) Change in Account Payables (2009 - 2011) Analysis & Trends
Pg&E has reported Change in Account Payables for 3 years, with the latest figure at $182.0 million in Q1 2011.
- On a quarterly basis, Change in Account Payables rose 109.2% year-over-year to $182.0 million in Q1 2011; TTM through Mar 2011 was $143.0 million, a 12.27% decrease from a year earlier, with the FY2010 full-year figure at $48.0 million, up 220.0% from the prior year.
- Change in Account Payables was $182.0 million for Q1 2011 at Pg&E, up from $31.0 million in the prior quarter.
- The five-year high for Change in Account Payables was $182.0 million in Q1 2011, with the low at -$116.0 million in Q1 2009.
- Average Change in Account Payables over 3 years is $21.1 million, with a median of $10.0 million recorded in 2010.
- The largest YoY upside for Change in Account Payables was 175.0% in 2010 against a maximum downside of 196.3% in 2010.
- Over 3 years, Change in Account Payables stood at $119.0 million in 2009, then sank by 73.95% to $31.0 million in 2010, then surged by 487.1% to $182.0 million in 2011.
- The last three Change in Account Payables figures came in at $182.0 million (Q1 2011), $31.0 million (Q4 2010), and $10.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 182.00 Mn |
| Dec 31, 2010 | 31.00 Mn |
| Sep 30, 2010 | 10.00 Mn |
| Jun 30, 2010 | -80.00 Mn |
| Mar 31, 2010 | 87.00 Mn |
| Dec 31, 2009 | 119.00 Mn |
| Sep 30, 2009 | -16.00 Mn |
| Jun 30, 2009 | -27.00 Mn |
| Mar 31, 2009 | -116.00 Mn |
PG&E Corp Change in Account Payables 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-account-payables&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();