Strategic Education (STRA) Other financing activities (2009 - 2011)
Strategic Education's (STRA) quarterly Other financing activities came in at $1.7 million in Q2 2011, up 1671.58% on a YoY basis from $95000.0 in Q2 2010, and up 116.88% quarter-over-quarter from $776000.0 in Q1 2011.
Strategic Education (STRA) Other financing activities (2009 - 2011) Analysis & Trends
Strategic Education (STRA) has reported Other financing activities for 3 consecutive years, with $1.7 million the latest figure, recorded in Q2 2011.
- For the quarter ending Q2 2011, Other financing activities rose 1671.58% year-over-year to $1.7 million; the trailing twelve-month figure through Dec 2015 stood at $1.7 million (changed N/A YoY), and the FY2024 full-year result was $1.7 million, changed N/A from the prior year.
- Other financing activities climbed to $1.7 million in Q2 2011 per STRA's latest filing, from $776000.0 in the prior quarter.
- Across five years, Other financing activities topped out at $4.3 million in Q3 2009 and bottomed at $95000.0 in Q2 2010.
- Historically, Other financing activities has averaged $1.6 million across 3 years, with a median of $1.4 million in 2010.
- The sharpest annual moves came in 2010 and 2011: Other financing activities sank 73.89% in 2010, then surged 1671.58% in 2011.
- Over 3 years, Other financing activities stood at $4.3 million in 2009, then tumbled by 73.89% to $1.1 million in 2010, then jumped by 48.67% to $1.7 million in 2011.
- According to Business Quant data, Other financing activities over the past three periods registered $1.7 million, $776000.0, and $1.1 million for Q2 2011, Q1 2011, and Q3 2010 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
| 10 | Strategic Education | 1.74 Bn | 1.61 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 1.68 Mn |
| Mar 31, 2011 | 776,000.00 |
| Sep 30, 2010 | 1.13 Mn |
| Jun 30, 2010 | 95,000.00 |
| Mar 31, 2010 | 1.58 Mn |
| Sep 30, 2009 | 4.34 Mn |
Strategic Education Other financing activities 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=other-financing-activities&ticker=STRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "ticker": "STRA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-financing-activities&ticker=STRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();