PPL Corp (PPL) Inventory Average (2009 - 2011)
Ppl's (PPL) quarterly Inventory Average came in at $634.0 million in Q2 2011, up 76.85% year-over-year from $358.5 million in Q2 2010, and little changed quarter-over-quarter from $632.0 million in Q1 2011.
PPL Corp (PPL) Inventory Average (2009 - 2011) Analysis & Trends
Ppl has disclosed Inventory Average across 3 years of filings, most recently posting $634.0 million for Q2 2011.
- In Q2 2011, Inventory Average rose 76.85% year-over-year to $634.0 million; the TTM figure through Jun 2011 stood at $634.0 million (up 76.85% YoY), while the FY2010 annual figure was $500.0 million, up 44.09% from the prior year.
- Inventory Average came in at $634.0 million for Q2 2011 at Ppl, roughly flat from $632.0 million in the prior quarter.
- In the past five years, Inventory Average ranged from a high of $634.0 million in Q2 2011 to a low of $348.0 million in Q1 2010.
- Average Inventory Average over 3 years is $443.9 million, with a median of $365.2 million recorded in 2009.
- Year-over-year, Inventory Average decreased 3.63% in 2010 and surged 81.61% in 2011.
- Over 3 years, Inventory Average stood at $359.0 million in 2009, then surged by 36.63% to $490.5 million in 2010, then increased by 29.26% to $634.0 million in 2011.
- Per Business Quant data, the three most recent Inventory Average figures were $634.0 million in Q2 2011, $632.0 million in Q1 2011, and $490.5 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 634.00 Mn |
| Mar 31, 2011 | 632.00 Mn |
| Dec 31, 2010 | 490.50 Mn |
| Sep 30, 2010 | 358.00 Mn |
| Jun 30, 2010 | 358.50 Mn |
| Mar 31, 2010 | 348.00 Mn |
| Dec 31, 2009 | 359.00 Mn |
| Sep 30, 2009 | 371.50 Mn |
PPL Corp Inventory Average 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=inventory-average&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory-average", "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=inventory-average&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();