PG&E Corp (PCG) Long-Term Debt Repayments (2009 - 2011)
Pg&E (PCG) posted Long-Term Debt Repayments of $500.0 million for Q1 2011, up 61.81% on a QoQ basis from $309.0 million in Q3 2009.
Analysis
PG&E Corp (PCG) Long-Term Debt Repayments (2009 - 2011) Analysis & Trends
Pg&E has reported Long-Term Debt Repayments for 2 years, with the latest figure at $500.0 million in Q1 2011.
- On a quarterly basis, Long-Term Debt Repayments changed N/A year-over-year to $500.0 million in Q1 2011; TTM through Mar 2011 was $500.0 million, a 61.81% increase from a year earlier, with the FY2010 full-year figure at $95.0 million, down 89.55% from the prior year.
- Long-Term Debt Repayments was $500.0 million for Q1 2011 at Pg&E, up from $309.0 million in the prior quarter.
- The five-year high for Long-Term Debt Repayments was $600.0 million in Q1 2009, with the low at $309.0 million in Q3 2009.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | 500.00 Mn |
| Sep 30, 2009 | 309.00 Mn |
| Mar 31, 2009 | 600.00 Mn |
API Access
PG&E Corp Long-Term Debt Repayments 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-repayments&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-repayments", "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-repayments&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();