PG&E Corp (PCG) Receivables (2009 - 2011)
Pg&E (PCG) posted Receivables of $1.7 billion for Q1 2011, little changed on a QoQ basis from $1.7 billion in Q4 2010, and up 13.61% year-over-year from $1.5 billion in Q1 2010.
PG&E Corp (PCG) Receivables (2009 - 2011) Analysis & Trends
Pg&E has reported Receivables for 3 years, with the latest figure at $1.7 billion in Q1 2011.
- On a quarterly basis, Receivables rose 13.61% year-over-year to $1.7 billion in Q1 2011; TTM through Mar 2011 was $1.7 billion, a 13.61% increase from a year earlier, with the FY2010 full-year figure at $1.7 billion, up 8.02% from the prior year.
- Receivables was $1.7 billion for Q1 2011 at Pg&E, roughly flat from $1.7 billion in the prior quarter.
- The five-year high for Receivables was $1.8 billion in Q3 2010, with the low at $879.0 million in Q4 2009.
- Average Receivables over 3 years is $1.5 billion, with a median of $1.6 billion recorded in 2009.
- The largest YoY upside for Receivables was 97.72% in 2010 against a maximum downside of 8.37% in 2010.
- Over 3 years, Receivables stood at $879.0 million in 2009, then jumped by 97.72% to $1.7 billion in 2010, then declined by 0.12% to $1.7 billion in 2011.
- The last three Receivables figures came in at $1.7 billion (Q1 2011), $1.7 billion (Q4 2010), and $1.8 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 1.74 Bn |
| Dec 31, 2010 | 1.74 Bn |
| Sep 30, 2010 | 1.78 Bn |
| Jun 30, 2010 | 1.61 Bn |
| Mar 31, 2010 | 1.53 Bn |
| Dec 31, 2009 | 879.00 Mn |
| Sep 30, 2009 | 1.61 Bn |
| Jun 30, 2009 | 1.48 Bn |
PG&E Corp Receivables 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=receivables&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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=receivables&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();