Perdoceo Education (PRDO) Other Working Capital Changes (2009 - 2019)
Perdoceo Education's (PRDO) quarterly Other Working Capital Changes came in at -$23.9 million in Q2 2019, down 232.52% on a YoY basis from $18.0 million in Q2 2018, and down 170.4% quarter-over-quarter from $33.9 million in Q1 2019.
Perdoceo Education (PRDO) Other Working Capital Changes (2009 - 2019) Analysis & Trends
Perdoceo Education (PRDO) has reported Other Working Capital Changes for 11 consecutive years, with -$23.9 million the latest figure, recorded in Q2 2019.
- For the quarter ending Q2 2019, Other Working Capital Changes fell 232.52% year-over-year to -$23.9 million; the trailing twelve-month figure through Jun 2019 stood at -$19.7 million (up 55.16% YoY), and the FY2025 full-year result was $1.1 million, up 110.4% from the prior year.
- Other Working Capital Changes fell to -$23.9 million in Q2 2019 per PRDO's latest filing, from $33.9 million in the prior quarter.
- Across five years, Other Working Capital Changes topped out at $61.3 million in Q1 2017 and bottomed at -$93.8 million in Q4 2017.
- Historically, Other Working Capital Changes has averaged $1.3 million across 5 years, with a median of $11.3 million in 2016.
- The sharpest annual moves came in 2015 and 2019: Other Working Capital Changes surged 220833.33% in 2015, then sank 232.52% in 2019.
- Over 5 years, Other Working Capital Changes stood at -$3.3 million in 2015, then sank by 1670.98% to -$59.3 million in 2016, then slumped by 58.36% to -$93.8 million in 2017, then jumped by 38.93% to -$57.3 million in 2018, then jumped by 58.31% to -$23.9 million in 2019.
- According to Business Quant data, Other Working Capital Changes over the past three periods registered -$23.9 million, $33.9 million, and -$57.3 million for Q2 2019, Q1 2019, and Q4 2018 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 | Perdoceo Education | 1.97 Bn | 661.48 Mn | 162.46 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -23.89 Mn |
| Jun 30, 2019 | -23.89 Mn |
| Mar 31, 2019 | 33.94 Mn |
| Mar 31, 2019 | 33.94 Mn |
| Dec 31, 2018 | -57.31 Mn |
| Dec 31, 2018 | -57.31 Mn |
| Sep 30, 2018 | 27.56 Mn |
| Sep 30, 2018 | 27.56 Mn |
| Jun 30, 2018 | 18.03 Mn |
| Jun 30, 2018 | 18.03 Mn |
| Mar 31, 2018 | 21.18 Mn |
| Mar 31, 2018 | 21.18 Mn |
| Dec 31, 2017 | -93.84 Mn |
| Dec 31, 2017 | -93.84 Mn |
| Sep 30, 2017 | 10.70 Mn |
| Sep 30, 2017 | 10.70 Mn |
| Jun 30, 2017 | 16.41 Mn |
| Jun 30, 2017 | 16.41 Mn |
| Mar 31, 2017 | 61.27 Mn |
| Mar 31, 2017 | 61.27 Mn |
Perdoceo Education Other Working Capital Changes 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-working-capital-changes&ticker=PRDO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "PRDO", "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-working-capital-changes&ticker=PRDO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();