Covista (CVSA) Acquisitions (2011 - 2021)
Covista's (CVSA) quarterly Acquisitions came in at $6.3 million in Q4 2021, down 99.58% quarter-over-quarter from $1.5 billion in Q3 2021.
Covista (CVSA) Acquisitions (2011 - 2021) Analysis & Trends
Covista (CVSA) has reported Acquisitions for 11 consecutive years, with $6.3 million the latest figure, recorded in Q4 2021.
- On a quarterly basis, Acquisitions changed N/A year-over-year to $6.3 million in Q4 2021; TTM through Sep 2022 was $6.3 million, a 99.58% decrease from a year earlier, with the FY2022 full-year figure at $1.5 billion, changed N/A from the prior year.
- Acquisitions was $6.3 million for Q4 2021 at Covista, down from $1.5 billion in the prior quarter.
- Over five years, Acquisitions peaked at $1.5 billion in Q3 2021 and troughed at -$972000.0 in Q2 2018.
- A 5-year average of $229.5 million and a median of $1.3 million in 2018 frame the typical range for Acquisitions.
- Across the five-year window, Acquisitions surged 12282.0% in 2019 and slumped 100.08% in 2020, its largest moves.
- Over 5 years, Acquisitions stood at -$28000.0 in 2017, then slumped by 3371.43% to -$972000.0 in 2018, then surged by 12282.0% to $118.4 million in 2019, then plunged by 100.08% to -$92000.0 in 2020, then surged by 6909.78% to $6.3 million in 2021.
- The last three Acquisitions figures came in at $6.3 million (Q4 2021), $1.5 billion (Q3 2021), and -$92000.0 (Q2 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 15.38 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 | 75,000.00 |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | - |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | 8.40 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 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 6.27 Mn |
| Sep 30, 2021 | 1.48 Bn |
| Jun 30, 2020 | -92,000.00 |
| Jun 30, 2019 | 118.41 Mn |
| Jun 30, 2018 | -972,000.00 |
| Mar 31, 2018 | 1.30 Mn |
| Dec 31, 2017 | -28,000.00 |
| Dec 31, 2016 | -503,000.00 |
| Sep 30, 2016 | 331.07 Mn |
| Dec 31, 2015 | 170.58 Mn |
| Mar 31, 2015 | 63.47 Mn |
| Dec 31, 2014 | 9.65 Mn |
| Jun 30, 2014 | 1.23 Mn |
| Sep 30, 2013 | 12.34 Mn |
| Dec 31, 2012 | 1.85 Mn |
| Sep 30, 2012 | 29.54 Mn |
| Jun 30, 2012 | 5.22 Mn |
| Mar 31, 2012 | 24.25 Mn |
| Dec 31, 2011 | -1.93 Mn |
| Sep 30, 2011 | 227.83 Mn |
Covista Acquisitions 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=acquisitions&ticker=CVSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "ticker": "CVSA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=acquisitions&ticker=CVSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();