PPL Corp (PPL) Dividends Paid - Common (2009 - 2011)
Ppl's (PPL) quarterly Dividends Paid - Common came in at -$206.0 million in Q2 2011, down 7.85% year-over-year from -$223.6 million in Q2 2010, and down 17.71% quarter-over-quarter from -$175.0 million in Q1 2011.
PPL Corp (PPL) Dividends Paid - Common (2009 - 2011) Analysis & Trends
Ppl has disclosed Dividends Paid - Common across 3 years of filings, most recently posting -$206.0 million for Q2 2011.
- In Q2 2011, Dividends Paid - Common fell 7.85% year-over-year to -$206.0 million; the TTM figure through Jun 2011 stood at -$729.0 million (down 21.5% YoY), while the FY2010 annual figure was -$677.0 million, down 25.37% from the prior year.
- Dividends Paid - Common came in at -$206.0 million for Q2 2011 at Ppl, down from -$175.0 million in the prior quarter.
- In the past five years, Dividends Paid - Common ranged from a high of -$134.0 million in Q2 2009 to a low of -$206.0 million in Q2 2011.
- Average Dividends Paid - Common over 3 years is -$159.8 million, with a median of -$156.0 million recorded in 2010.
- The largest YoY upside for Dividends Paid - Common was 2.22% in 2010 against a maximum downside of 42.54% in 2010.
- Over 3 years, Dividends Paid - Common stood at -$134.0 million in 2009, then decreased by 29.85% to -$174.0 million in 2010, then retreated by 18.39% to -$206.0 million in 2011.
- Per Business Quant data, the three most recent Dividends Paid - Common figures were -$206.0 million in Q2 2011, -$175.0 million in Q1 2011, and -$174.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | -206.00 Mn |
| Mar 31, 2011 | -175.00 Mn |
| Dec 31, 2010 | -174.00 Mn |
| Sep 30, 2010 | -174.00 Mn |
| Jun 30, 2010 | -191.00 Mn |
| Mar 31, 2010 | -138.00 Mn |
| Dec 31, 2009 | -134.00 Mn |
| Sep 30, 2009 | -137.00 Mn |
| Jun 30, 2009 | -134.00 Mn |
| Mar 31, 2009 | -135.00 Mn |
PPL Corp Dividends Paid - Common 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=dividends-paid-common&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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=dividends-paid-common&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();