Stride (LRN) Income from Non-Controlling Interests (2010 - 2018)
Stride's (LRN) quarterly Income from Non-Controlling Interests came in at -$27000.0 in Q1 2018, up 88.41% year-over-year from -$14330.3 in Q1 2017, and up 61.43% quarter-over-quarter from -$70000.0 in Q4 2017.
Stride (LRN) Income from Non-Controlling Interests (2010 - 2018) Analysis & Trends
Stride (LRN) has reported Income from Non-Controlling Interests for 9 consecutive years, with -$27000.0 the latest figure, recorded in Q1 2018.
- On a quarterly basis, Income from Non-Controlling Interests rose 88.41% year-over-year to -$27000.0 in Q1 2018; TTM through Jun 2018 was -$200000.0, a 83.46% increase from a year earlier, with the FY2026 full-year figure at $17.3 million, changed N/A from the prior year.
- Income from Non-Controlling Interests was -$27000.0 for Q1 2018 at Stride, up from -$70000.0 in the prior quarter.
- Over five years, Income from Non-Controlling Interests peaked at $649000.0 in Q2 2016 and troughed at -$995000.0 in Q2 2015.
- A 5-year average of -$258529.4 and a median of -$233000.0 in 2017 frame the typical range for Income from Non-Controlling Interests.
- Across the five-year window, Income from Non-Controlling Interests soared 422.41% in 2014 and sank 179.84% in 2016, its largest moves.
- Over 5 years, Income from Non-Controlling Interests stood at -$370000.0 in 2014, then slumped by 76.76% to -$654000.0 in 2015, then dropped by 15.14% to -$753000.0 in 2016, then surged by 90.7% to -$70000.0 in 2017, then jumped by 61.43% to -$27000.0 in 2018.
- The last three Income from Non-Controlling Interests figures came in at -$27000.0 (Q1 2018), -$70000.0 (Q4 2017), and -$103000.0 (Q3 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 52,000.00 |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | -10.79 Mn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | - |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 1.27 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | - |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 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 | 82,000.00 |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2018 | -27,000.00 |
| Dec 31, 2017 | -70,000.00 |
| Sep 30, 2017 | -103,000.00 |
| Jun 30, 2017 | -120,000.00 |
| Mar 31, 2017 | -233,000.00 |
| Dec 31, 2016 | -753,000.00 |
| Sep 30, 2016 | -103,000.00 |
| Jun 30, 2016 | 649,000.00 |
| Mar 31, 2016 | -608,000.00 |
| Dec 31, 2015 | -654,000.00 |
| Sep 30, 2015 | 129,000.00 |
| Jun 30, 2015 | -995,000.00 |
| Mar 31, 2015 | -484,000.00 |
| Dec 31, 2014 | -370,000.00 |
| Sep 30, 2014 | 187,000.00 |
| Jun 30, 2014 | -403,000.00 |
| Mar 31, 2014 | -437,000.00 |
| Dec 31, 2013 | -586,000.00 |
| Sep 30, 2013 | -58,000.00 |
| Jun 30, 2013 | -1.02 Mn |
Stride Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=LRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=LRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();