Strategic Education (STRA) Change in Account Payables (2009 - 2011)
Strategic Education's (STRA) quarterly Change in Account Payables came in at $6.2 million in Q3 2011, down 60.63% on a YoY basis from $15.8 million in Q3 2010, and up 37.93% quarter-over-quarter from $4.5 million in Q2 2011.
Strategic Education (STRA) Change in Account Payables (2009 - 2011) Analysis & Trends
Strategic Education (STRA) has reported Change in Account Payables for 3 consecutive years, with $6.2 million the latest figure, recorded in Q3 2011.
- For the quarter ending Q3 2011, Change in Account Payables fell 60.63% year-over-year to $6.2 million; the trailing twelve-month figure through Sep 2011 stood at -$3.0 million (down 112.89% YoY), and the FY2010 full-year result was $7.4 million, up 261.28% from the prior year.
- Change in Account Payables improved to $6.2 million in Q3 2011 per STRA's latest filing, from $4.5 million in the prior quarter.
- Across five years, Change in Account Payables topped out at $15.8 million in Q3 2010 and bottomed at -$13.1 million in Q4 2010.
- Historically, Change in Account Payables has averaged $2.2 million across 3 years, with a median of $2.6 million in 2010.
- The widest YoY moves for Change in Account Payables: up 78785.0% in 2010, down 600.8% in 2010.
- Over 3 years, Change in Account Payables stood at $2.6 million in 2009, then plunged by 600.8% to -$13.1 million in 2010, then surged by 147.25% to $6.2 million in 2011.
- According to Business Quant data, Change in Account Payables over the past three periods registered $6.2 million, $4.5 million, and -$559000.0 for Q3 2011, Q2 2011, and Q1 2011 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (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 | 18.80 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 | 915,000.00 |
| 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 |
|---|---|
| Sep 30, 2011 | 6.21 Mn |
| Jun 30, 2011 | 4.50 Mn |
| Mar 31, 2011 | -559,000.00 |
| Dec 31, 2010 | -13.15 Mn |
| Sep 30, 2010 | 15.78 Mn |
| Jun 30, 2010 | 2.55 Mn |
| Mar 31, 2010 | 2.25 Mn |
| Dec 31, 2009 | 2.63 Mn |
| Sep 30, 2009 | 20,000.00 |
Strategic Education Change in Account Payables 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-account-payables&ticker=STRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=STRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();