PPL Corp (PPL) Inventory (2009 - 2011)
Ppl's (PPL) quarterly Inventory came in at $647.0 million in Q2 2011, up 71.16% year-over-year from $378.0 million in Q2 2010, and up 4.19% quarter-over-quarter from $621.0 million in Q1 2011.
PPL Corp (PPL) Inventory (2009 - 2011) Analysis & Trends
Ppl has disclosed Inventory across 3 years of filings, most recently posting $647.0 million for Q2 2011.
- In Q2 2011, Inventory rose 71.16% year-over-year to $647.0 million; the TTM figure through Jun 2011 stood at $647.0 million (up 71.16% YoY), while the FY2010 annual figure was $643.0 million, up 80.11% from the prior year.
- Inventory came in at $647.0 million for Q2 2011 at Ppl, up from $621.0 million in the prior quarter.
- In the past five years, Inventory ranged from a high of $647.0 million in Q2 2011 to a low of $338.0 million in Q3 2010.
- Average Inventory over 3 years is $451.8 million, with a median of $378.0 million recorded in 2010.
- Year-over-year, Inventory decreased 6.37% in 2010 and soared 83.19% in 2011.
- Over 3 years, Inventory stood at $357.0 million in 2009, then surged by 80.11% to $643.0 million in 2010, then advanced by 0.62% to $647.0 million in 2011.
- Per Business Quant data, the three most recent Inventory figures were $647.0 million in Q2 2011, $621.0 million in Q1 2011, and $643.0 million in Q4 2010.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 647.00 Mn |
| Mar 31, 2011 | 621.00 Mn |
| Dec 31, 2010 | 643.00 Mn |
| Sep 30, 2010 | 338.00 Mn |
| Jun 30, 2010 | 378.00 Mn |
| Mar 31, 2010 | 339.00 Mn |
| Dec 31, 2009 | 357.00 Mn |
| Sep 30, 2009 | 361.00 Mn |
| Jun 30, 2009 | 382.00 Mn |
PPL Corp Inventory 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&ticker=PPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "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&ticker=PPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();