PG&E Corp (PCG) Short-Term Debt issuances (2009 - 2010)
Pg&E (PCG) posted Short-Term Debt issuances of $500.0 million for Q2 2010, up 229.87% on a QoQ basis from -$385.0 million in Q2 2009, and up 229.87% year-over-year from $151.6 million in Q2 2009.
PG&E Corp (PCG) Short-Term Debt issuances (2009 - 2010) Analysis & Trends
Pg&E has reported Short-Term Debt issuances for 2 years, with the latest figure at $500.0 million in Q2 2010.
- On a quarterly basis, Short-Term Debt issuances rose 229.87% year-over-year to $500.0 million in Q2 2010; TTM through Dec 2010 was $500.0 million, a 0.2% change from a year earlier, with the FY2010 full-year figure at $500.0 million, changed 0.2% from the prior year.
- Short-Term Debt issuances was $500.0 million for Q2 2010 at Pg&E, up from -$385.0 million in the prior quarter.
- The five-year high for Short-Term Debt issuances was $884.0 million in Q1 2009, with the low at -$385.0 million in Q2 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2010 | 500.00 Mn |
| Jun 30, 2009 | -385.00 Mn |
| Mar 31, 2009 | 884.00 Mn |
PG&E Corp Short-Term Debt issuances 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=short-term-debt-issuances&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();