Stride (LRN) Change in Inventory (2010 - 2018)
Stride's (LRN) quarterly Change in Inventory came in at $22000.0 in Q1 2018, up 103.02% year-over-year from $10836.5 in Q1 2017, and down 95.12% quarter-over-quarter from $451000.0 in Q4 2017.
Stride (LRN) Change in Inventory (2010 - 2018) Analysis & Trends
Stride (LRN) has reported Change in Inventory for 9 consecutive years, with $22000.0 the latest figure, recorded in Q1 2018.
- On a quarterly basis, Change in Inventory rose 103.02% year-over-year to $22000.0 in Q1 2018; TTM through Mar 2018 was $2.4 million, a 59.23% increase from a year earlier, with the FY2017 full-year figure at $348000.0, down 80.13% from the prior year.
- Change in Inventory was $22000.0 for Q1 2018 at Stride, down from $451000.0 in the prior quarter.
- Over five years, Change in Inventory peaked at $14.6 million in Q2 2016 and troughed at -$15.7 million in Q3 2014.
- A 5-year average of -$73647.1 and a median of $22000.0 in 2018 frame the typical range for Change in Inventory.
- The widest YoY moves for Change in Inventory: up 442.7% in 2014, down 3664.81% in 2014.
- Over 5 years, Change in Inventory stood at $1.8 million in 2014, then fell by 24.21% to $1.4 million in 2015, then climbed by 18.75% to $1.6 million in 2016, then slumped by 72.62% to $451000.0 in 2017, then slumped by 95.12% to $22000.0 in 2018.
- The last three Change in Inventory figures came in at $22000.0 (Q1 2018), $451000.0 (Q4 2017), and -$11.6 million (Q3 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | - |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | - |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | - |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 25.04 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | - |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | 2.80 Mn |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | - |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | - |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | - |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn | -7.29 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2018 | 22,000.00 |
| Dec 31, 2017 | 451,000.00 |
| Sep 30, 2017 | -11.61 Mn |
| Jun 30, 2017 | 13.50 Mn |
| Mar 31, 2017 | -729,000.00 |
| Dec 31, 2016 | 1.65 Mn |
| Sep 30, 2016 | -14.07 Mn |
| Jun 30, 2016 | 14.63 Mn |
| Mar 31, 2016 | -1.63 Mn |
| Dec 31, 2015 | 1.39 Mn |
| Sep 30, 2015 | -12.64 Mn |
| Jun 30, 2015 | 12.68 Mn |
| Mar 31, 2015 | -1.68 Mn |
| Dec 31, 2014 | 1.83 Mn |
| Sep 30, 2014 | -15.69 Mn |
| Jun 30, 2014 | 12.67 Mn |
| Mar 31, 2014 | -2.03 Mn |
| Dec 31, 2013 | -534,000.00 |
| Sep 30, 2013 | -16.37 Mn |
| Jun 30, 2013 | 15.17 Mn |
Stride Change in 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=change-in-inventory&ticker=LRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "ticker": "LRN", "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-inventory&ticker=LRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();