PG&E Corp (PCG) Receivables - Net (2009 - 2011)
Pg&E (PCG) posted Receivables - Net of $922.0 million for Q1 2011, down 2.33% on a QoQ basis from $944.0 million in Q4 2010, and down 39.66% year-over-year from $1.5 billion in Q1 2010.
PG&E Corp (PCG) Receivables - Net (2009 - 2011) Analysis & Trends
Pg&E has reported Receivables - Net for 3 years, with the latest figure at $922.0 million in Q1 2011.
- On a quarterly basis, Receivables - Net fell 39.66% year-over-year to $922.0 million in Q1 2011; TTM through Mar 2011 was $922.0 million, a 39.66% decrease from a year earlier, with the FY2010 full-year figure at $944.0 million, up 9.9% from the prior year.
- Receivables - Net was $922.0 million for Q1 2011 at Pg&E, down from $944.0 million in the prior quarter.
- The five-year high for Receivables - Net was $1.6 billion in Q3 2009, with the low at $846.0 million in Q2 2010.
- Average Receivables - Net over 3 years is $1.1 billion, with a median of $966.5 million recorded in 2010.
- The largest YoY upside for Receivables - Net was 9.9% in 2010 against a maximum downside of 42.88% in 2010.
- Over 3 years, Receivables - Net stood at $859.0 million in 2009, then rose by 9.9% to $944.0 million in 2010, then retreated by 2.33% to $922.0 million in 2011.
- The last three Receivables - Net figures came in at $922.0 million (Q1 2011), $944.0 million (Q4 2010), and $989.0 million (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 922.00 Mn |
| Dec 31, 2010 | 944.00 Mn |
| Sep 30, 2010 | 989.00 Mn |
| Jun 30, 2010 | 846.00 Mn |
| Mar 31, 2010 | 1.53 Bn |
| Dec 31, 2009 | 859.00 Mn |
| Sep 30, 2009 | 1.61 Bn |
| Jun 30, 2009 | 1.48 Bn |
PG&E Corp Receivables - Net 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-net&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-net", "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-net&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();