PG&E Corp (PCG) Accounts Payables (2009 - 2011)
Pg&E (PCG) posted Accounts Payables of $974.0 million for Q1 2011, down 13.73% on a QoQ basis from $1.1 billion in Q4 2010, and up 10.43% year-over-year from $882.0 million in Q1 2010.
PG&E Corp (PCG) Accounts Payables (2009 - 2011) Analysis & Trends
Pg&E has reported Accounts Payables for 3 years, with the latest figure at $974.0 million in Q1 2011.
- On a quarterly basis, Accounts Payables rose 10.43% year-over-year to $974.0 million in Q1 2011; TTM through Mar 2011 was $974.0 million, a 10.43% increase from a year earlier, with the FY2010 full-year figure at $1.1 billion, up 14.74% from the prior year.
- Accounts Payables was $974.0 million for Q1 2011 at Pg&E, down from $1.1 billion in the prior quarter.
- The five-year high for Accounts Payables was $1.1 billion in Q4 2010, with the low at $863.0 million in Q2 2009.
- Average Accounts Payables over 3 years is $944.9 million, with a median of $931.5 million recorded in 2010.
- The largest YoY upside for Accounts Payables was 14.74% in 2010 against a maximum downside of 6.6% in 2010.
- Over 3 years, Accounts Payables stood at $984.0 million in 2009, then climbed by 14.74% to $1.1 billion in 2010, then declined by 13.73% to $974.0 million in 2011.
- The last three Accounts Payables figures came in at $974.0 million (Q1 2011), $1.1 billion (Q4 2010), and $943.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 974.00 Mn |
| Dec 31, 2010 | 1.13 Bn |
| Sep 30, 2010 | 943.00 Mn |
| Jun 30, 2010 | 920.00 Mn |
| Mar 31, 2010 | 882.00 Mn |
| Dec 31, 2009 | 984.00 Mn |
| Sep 30, 2009 | 864.00 Mn |
| Jun 30, 2009 | 863.00 Mn |
PG&E Corp Accounts 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=accounts-payables&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-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=accounts-payables&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();