PPL Corp (PPL) Receivables - Other (2009 - 2011)
Ppl's (PPL) quarterly Receivables - Other came in at $708.0 million in Q2 2011, little changed year-over-year from $706.0 million in Q2 2010, and up 19.39% quarter-over-quarter from $593.0 million in Q1 2011.
PPL Corp (PPL) Receivables - Other (2009 - 2011) Analysis & Trends
Ppl has disclosed Receivables - Other across 3 years of filings, most recently posting $708.0 million for Q2 2011.
- In Q2 2011, Receivables - Other changed 0.28% year-over-year to $708.0 million; the TTM figure through Jun 2011 stood at $708.0 million (changed 0.28% YoY), while the FY2010 annual figure was $789.0 million, up 32.83% from the prior year.
- Receivables - Other came in at $708.0 million for Q2 2011 at Ppl, up from $593.0 million in the prior quarter.
- In the past five years, Receivables - Other ranged from a high of $789.0 million in Q4 2010 to a low of $504.0 million in Q3 2009.
- Average Receivables - Other over 3 years is $637.2 million, with a median of $594.0 million recorded in 2009.
- Year-over-year, Receivables - Other soared 39.25% in 2010 and slipped 23.58% in 2011.
- Over 3 years, Receivables - Other stood at $594.0 million in 2009, then surged by 32.83% to $789.0 million in 2010, then fell by 10.27% to $708.0 million in 2011.
- Per Business Quant data, the three most recent Receivables - Other figures were $708.0 million in Q2 2011, $593.0 million in Q1 2011, and $789.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 708.00 Mn |
| Mar 31, 2011 | 593.00 Mn |
| Dec 31, 2010 | 789.00 Mn |
| Sep 30, 2010 | 558.00 Mn |
| Jun 30, 2010 | 706.00 Mn |
| Mar 31, 2010 | 776.00 Mn |
| Dec 31, 2009 | 594.00 Mn |
| Sep 30, 2009 | 504.00 Mn |
| Jun 30, 2009 | 507.00 Mn |
PPL Corp Receivables - Other 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=receivables-other&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();