PG&E Corp (PCG) Long-Term Debt Issuances (2009 - 2010)
Pg&E (PCG) posted Long-Term Debt Issuances of $489.0 million for Q4 2010, down 9.94% on a QoQ basis from $543.0 million in Q3 2010, and down 8.94% year-over-year from $537.0 million in Q4 2009.
PG&E Corp (PCG) Long-Term Debt Issuances (2009 - 2010) Analysis & Trends
Pg&E has reported Long-Term Debt Issuances for 2 years, with the latest figure at $489.0 million in Q4 2010.
- On a quarterly basis, Long-Term Debt Issuances fell 8.94% year-over-year to $489.0 million in Q4 2010; TTM through Dec 2010 was $1.9 billion, a 22.81% decrease from a year earlier, with the FY2010 full-year figure at $1.3 billion, down 23.29% from the prior year.
- Long-Term Debt Issuances was $489.0 million for Q4 2010 at Pg&E, down from $543.0 million in the prior quarter.
- The five-year high for Long-Term Debt Issuances was $543.0 million in Q3 2010, with the low at $309.0 million in Q3 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2010 | 489.00 Mn |
| Sep 30, 2010 | 543.00 Mn |
| Dec 31, 2009 | 537.00 Mn |
| Sep 30, 2009 | 309.00 Mn |
PG&E Corp Long-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=long-term-debt-issuances&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-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=long-term-debt-issuances&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();