PPL Corp (PPL) Change in Receivables (2009 - 2011)
Ppl's (PPL) quarterly Change in Receivables came in at -$21.0 million in Q2 2011, up 62.5% year-over-year from -$12.9 million in Q2 2010, and down 136.84% quarter-over-quarter from $57.0 million in Q1 2011.
PPL Corp (PPL) Change in Receivables (2009 - 2011) Analysis & Trends
Ppl has disclosed Change in Receivables across 3 years of filings, most recently posting -$21.0 million for Q2 2011.
- In Q2 2011, Change in Receivables rose 62.5% year-over-year to -$21.0 million; the TTM figure through Jun 2011 stood at -$67.0 million (down 234.0% YoY), while the FY2010 annual figure was -$58.0 million, down 176.32% from the prior year.
- Change in Receivables came in at -$21.0 million for Q2 2011 at Ppl, down from $57.0 million in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $145.0 million in Q4 2009 to a low of -$140.0 million in Q3 2009.
- Average Change in Receivables over 3 years is $5.4 million, with a median of $13.0 million recorded in 2009.
- The largest YoY upside for Change in Receivables was 1222.22% in 2010 against a maximum downside of 170.0% in 2010.
- Over 3 years, Change in Receivables stood at $145.0 million in 2009, then slumped by 75.86% to $35.0 million in 2010, then slumped by 160.0% to -$21.0 million in 2011.
- Per Business Quant data, the three most recent Change in Receivables figures were -$21.0 million in Q2 2011, $57.0 million in Q1 2011, and $35.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | -21.00 Mn |
| Mar 31, 2011 | 57.00 Mn |
| Dec 31, 2010 | 35.00 Mn |
| Sep 30, 2010 | -138.00 Mn |
| Jun 30, 2010 | -56.00 Mn |
| Mar 31, 2010 | 101.00 Mn |
| Dec 31, 2009 | 145.00 Mn |
| Sep 30, 2009 | -140.00 Mn |
| Jun 30, 2009 | 80.00 Mn |
| Mar 31, 2009 | -9.00 Mn |
PPL Corp Change in Receivables 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=change-in-receivables&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();