Covista (CVSA) Change in Cash (2009 - 2026)
Covista's (CVSA) quarterly Change in Cash came in at $258.9 million in Q2 2026, up 1393.48% year-over-year from $17.3 million in Q2 2025, and up 187.05% quarter-over-quarter from $90.2 million in Q1 2026.
Covista (CVSA) Change in Cash (2009 - 2026) Analysis & Trends
Covista (CVSA) has reported Change in Cash for 18 consecutive years, with $258.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 1393.48% year-over-year to $258.9 million in Q2 2026; TTM through Jun 2026 was $206.6 million, a 1130.99% increase from a year earlier, with the FY2026 full-year figure at $206.6 million, up 1130.99% from the prior year.
- Change in Cash was $258.9 million for Q2 2026 at Covista, up from $90.2 million in the prior quarter.
- Over five years, Change in Cash peaked at $466.2 million in Q1 2022 and troughed at -$443.3 million in Q2 2022.
- A 5-year average of $4.6 million and a median of -$4.7 million in 2023 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash sank 5757.62% in 2022 and surged 1965.92% in 2025, its largest moves.
- Over 5 years, Change in Cash stood at -$120.0 million in 2022, then surged by 34.7% to -$78.3 million in 2023, then climbed by 8.8% to -$71.5 million in 2024, then plunged by 190.46% to -$207.5 million in 2025, then jumped by 224.75% to $258.9 million in 2026.
- The last three Change in Cash figures came in at $258.9 million (Q2 2026), $90.2 million (Q1 2026), and -$207.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 748,000.00 |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | 59.69 Mn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | 4.40 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | -25.85 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 258.92 Mn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | -500,000.00 |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | 31.07 Mn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | 140.45 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | 161.62 Mn |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn | 24.28 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 258.92 Mn |
| Mar 31, 2026 | 90.20 Mn |
| Dec 31, 2025 | -207.55 Mn |
| Sep 30, 2025 | 65.02 Mn |
| Jun 30, 2025 | -20.02 Mn |
| Mar 31, 2025 | 25.76 Mn |
| Dec 31, 2024 | -71.45 Mn |
| Sep 30, 2024 | 45.67 Mn |
| Jun 30, 2024 | 33.88 Mn |
| Mar 31, 2024 | 1.25 Mn |
| Dec 31, 2023 | -78.35 Mn |
| Sep 30, 2023 | -10.65 Mn |
| Jun 30, 2023 | -42.10 Mn |
| Mar 31, 2023 | 107.17 Mn |
| Dec 31, 2022 | -119.99 Mn |
| Sep 30, 2022 | -17.94 Mn |
| Jun 30, 2022 | -443.33 Mn |
| Mar 31, 2022 | 466.17 Mn |
| Dec 31, 2021 | -55.22 Mn |
| Sep 30, 2021 | -933.30 Mn |
Covista Change in Cash 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-cash&ticker=CVSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=CVSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();