PPL Corp (PPL) Share-based Compensation (2009 - 2011)
Ppl's (PPL) quarterly Share-based Compensation came in at $38.0 million in Q2 2011, up 392.31% year-over-year from $7.7 million in Q2 2010, and up 850.0% quarter-over-quarter from $4.0 million in Q1 2011.
PPL Corp (PPL) Share-based Compensation (2009 - 2011) Analysis & Trends
Ppl has disclosed Share-based Compensation across 3 years of filings, most recently posting $38.0 million for Q2 2011.
- In Q2 2011, Share-based Compensation rose 392.31% year-over-year to $38.0 million; the TTM figure through Jun 2011 stood at $6.0 million (down 25.0% YoY), while the FY2010 annual figure was -$45.0 million, down 475.0% from the prior year.
- Share-based Compensation came in at $38.0 million for Q2 2011 at Ppl, up from $4.0 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $41.0 million in Q4 2010 to a low of -$77.0 million in Q3 2010.
- Average Share-based Compensation over 3 years is $900000.0, with a median of $2.5 million recorded in 2009.
- The largest YoY upside for Share-based Compensation was 920.0% in 2010 against a maximum downside of 1400.0% in 2010.
- Over 3 years, Share-based Compensation stood at -$5.0 million in 2009, then soared by 920.0% to $41.0 million in 2010, then fell by 7.32% to $38.0 million in 2011.
- Per Business Quant data, the three most recent Share-based Compensation figures were $38.0 million in Q2 2011, $4.0 million in Q1 2011, and $41.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 38.00 Mn |
| Mar 31, 2011 | 4.00 Mn |
| Dec 31, 2010 | 41.00 Mn |
| Sep 30, 2010 | -77.00 Mn |
| Jun 30, 2010 | -13.00 Mn |
| Mar 31, 2010 | 4.00 Mn |
| Dec 31, 2009 | -5.00 Mn |
| Sep 30, 2009 | 22.00 Mn |
| Jun 30, 2009 | 1.00 Mn |
| Mar 31, 2009 | -6.00 Mn |
PPL 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=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "PPL", "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=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();