PG&E Corp (PCG) Notes Payables (2009 - 2011)
Pg&E (PCG) posted Notes Payables of $1.3 billion for Q1 2011, up 51.0% on a QoQ basis from $853.0 million in Q4 2010, and up 2.96% year-over-year from $1.3 billion in Q1 2010.
PG&E Corp (PCG) Notes Payables (2009 - 2011) Analysis & Trends
Pg&E has reported Notes Payables for 3 years, with the latest figure at $1.3 billion in Q1 2011.
- On a quarterly basis, Notes Payables rose 2.96% year-over-year to $1.3 billion in Q1 2011; TTM through Mar 2011 was $1.3 billion, a 2.96% increase from a year earlier, with the FY2010 full-year figure at $853.0 million, up 2.4% from the prior year.
- Notes Payables was $1.3 billion for Q1 2011 at Pg&E, up from $853.0 million in the prior quarter.
- The five-year high for Notes Payables was $1.3 billion in Q1 2011, with the low at $500.0 million in Q3 2009.
- Average Notes Payables over 3 years is $950.1 million, with a median of $955.0 million recorded in 2010.
- The largest YoY upside for Notes Payables was 115.2% in 2010 against a maximum downside of 2.4% in 2010.
- Over 3 years, Notes Payables stood at $833.0 million in 2009, then increased by 2.4% to $853.0 million in 2010, then surged by 51.0% to $1.3 billion in 2011.
- The last three Notes Payables figures came in at $1.3 billion (Q1 2011), $853.0 million (Q4 2010), and $1.1 billion (Q3 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 1.29 Bn |
| Dec 31, 2010 | 853.00 Mn |
| Sep 30, 2010 | 1.08 Bn |
| Jun 30, 2010 | 1.06 Bn |
| Mar 31, 2010 | 1.25 Bn |
| Dec 31, 2009 | 833.00 Mn |
| Sep 30, 2009 | 500.00 Mn |
| Jun 30, 2009 | 743.00 Mn |
PG&E Corp Notes 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=notes-payables&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-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=notes-payables&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();