Stride (LRN) Interest Coverage Ratio (2010 - 2012)
Stride's (LRN) quarterly Interest Coverage Ratio came in at 43.73 in Q1 2012, up 23.96% year-over-year from 35.28 in Q2 2011, and up 45.53% quarter-over-quarter from 30.05 in Q4 2011.
Stride (LRN) Interest Coverage Ratio (2010 - 2012) Analysis & Trends
Stride (LRN) has reported Interest Coverage Ratio for 3 consecutive years, with 43.73 the latest figure, recorded in Q1 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 3.58 |
| 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 | 53.60 |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 4.87 |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 9.74 |
| 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 | 5.69 |
| 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 | 22.93 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2012 | 43.73 |
| Dec 31, 2011 | 30.05 |
| Sep 30, 2011 | 37.41 |
| Mar 31, 2011 | 35.28 |
| Dec 31, 2010 | 38.78 |
| Sep 30, 2010 | 18.11 |
Stride Interest Coverage Ratio 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=interest-coverage-ratio&ticker=LRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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=interest-coverage-ratio&ticker=LRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();