PG&E Corp (PCG) Share-based Compensation (2009 - 2010)
Pg&E (PCG) posted Share-based Compensation of -$19.0 million for Q4 2010, down 171.43% on a QoQ basis from -$7.0 million in Q2 2010, and up 87.25% year-over-year from -$10.1 million in Q4 2009.
PG&E Corp (PCG) Share-based Compensation (2009 - 2010) Analysis & Trends
Pg&E has reported Share-based Compensation for 2 years, with the latest figure at -$19.0 million in Q4 2010.
- On a quarterly basis, Share-based Compensation rose 87.25% year-over-year to -$19.0 million in Q4 2010; TTM through Dec 2010 was $9.0 million, a 107.38% increase from a year earlier, with the FY2010 full-year figure at $9.0 million, up 107.38% from the prior year.
- Share-based Compensation was -$19.0 million for Q4 2010 at Pg&E, down from -$7.0 million in the prior quarter.
- The five-year high for Share-based Compensation was $35.0 million in Q1 2010, with the low at -$149.0 million in Q4 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2010 | -19.00 Mn |
| Jun 30, 2010 | -7.00 Mn |
| Mar 31, 2010 | 35.00 Mn |
| Dec 31, 2009 | -149.00 Mn |
| Sep 30, 2009 | 17.00 Mn |
| Jun 30, 2009 | -22.00 Mn |
| Mar 31, 2009 | 32.00 Mn |
PG&E Corp Share-based Compensation 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=share-based-compensation&ticker=PCG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=PCG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();