PPL Corp (PPL) Dividends payables (2009 - 2011)
Ppl's (PPL) quarterly Dividends payables came in at $207.0 million in Q2 2011, up 51.09% year-over-year from $137.0 million in Q2 2010, and up 18.97% quarter-over-quarter from $174.0 million in Q1 2011.
PPL Corp (PPL) Dividends payables (2009 - 2011) Analysis & Trends
Ppl has disclosed Dividends payables across 3 years of filings, most recently posting $207.0 million for Q2 2011.
- In Q2 2011, Dividends payables rose 51.09% year-over-year to $207.0 million; the TTM figure through Jun 2011 stood at $207.0 million (up 51.09% YoY), while the FY2010 annual figure was $174.0 million, up 28.89% from the prior year.
- Dividends payables came in at $207.0 million for Q2 2011 at Ppl, up from $174.0 million in the prior quarter.
- In the past five years, Dividends payables ranged from a high of $207.0 million in Q2 2011 to a low of $135.0 million in Q2 2009.
- Average Dividends payables over 3 years is $156.3 million, with a median of $137.0 million recorded in 2010.
- Year-over-year, Dividends payables climbed 1.48% in 2010 and jumped 51.09% in 2011.
- Over 3 years, Dividends payables stood at $135.0 million in 2009, then rose by 28.89% to $174.0 million in 2010, then gained by 18.97% to $207.0 million in 2011.
- Per Business Quant data, the three most recent Dividends payables figures were $207.0 million in Q2 2011, $174.0 million in Q1 2011, and $174.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 207.00 Mn |
| Mar 31, 2011 | 174.00 Mn |
| Dec 31, 2010 | 174.00 Mn |
| Sep 30, 2010 | 173.00 Mn |
| Jun 30, 2010 | 137.00 Mn |
| Mar 31, 2010 | 137.00 Mn |
| Dec 31, 2009 | 135.00 Mn |
| Sep 30, 2009 | 135.00 Mn |
| Jun 30, 2009 | 135.00 Mn |
PPL Corp Dividends payables 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-payables&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-payables", "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-payables&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();