Covista (CVSA) Exchange Rate Effect (2009 - 2022)
Covista's (CVSA) quarterly Exchange Rate Effect came in at -$12000.0 in Q2 2022, down 106.28% year-over-year from $191000.0 in Q2 2021, and up 50.0% quarter-over-quarter from -$24000.0 in Q1 2022.
Covista (CVSA) Exchange Rate Effect (2009 - 2022) Analysis & Trends
Covista (CVSA) has reported Exchange Rate Effect for 14 consecutive years, with -$12000.0 the latest figure, recorded in Q2 2022.
- On a quarterly basis, Exchange Rate Effect fell 106.28% year-over-year to -$12000.0 in Q2 2022; TTM through Mar 2023 was -$12000.0, a 105.91% decrease from a year earlier, with the FY2021 full-year figure at $534000.0, up 101.6% from the prior year.
- Exchange Rate Effect was -$12000.0 for Q2 2022 at Covista, up from -$24000.0 in the prior quarter.
- Over five years, Exchange Rate Effect peaked at $3.7 million in Q4 2019 and troughed at -$24.9 million in Q1 2020.
- A 5-year average of -$2.3 million and a median of -$18000.0 in 2022 frame the typical range for Exchange Rate Effect.
- Across the five-year window, Exchange Rate Effect jumped 166.52% in 2018 and slumped 3269.92% in 2020, its largest moves.
- Over 5 years, Exchange Rate Effect stood at $1.9 million in 2018, then jumped by 98.77% to $3.7 million in 2019, then slumped by 86.45% to $503000.0 in 2020, then plunged by 78.93% to $106000.0 in 2021, then sank by 111.32% to -$12000.0 in 2022.
- The last three Exchange Rate Effect figures came in at -$12000.0 (Q2 2022), -$24000.0 (Q1 2022), and $106000.0 (Q4 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | -2.89 Mn |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | 25.79 Mn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | 2.00 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 1.18 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | - |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | -200,000.00 |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | -427,000.00 |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | - |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | 8.15 Mn |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn | -11,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | -12,000.00 |
| Mar 31, 2022 | -24,000.00 |
| Dec 31, 2021 | 106,000.00 |
| Sep 30, 2021 | -70,000.00 |
| Jun 30, 2021 | 191,000.00 |
| Mar 31, 2021 | -222,000.00 |
| Dec 31, 2020 | 503,000.00 |
| Sep 30, 2020 | 62,000.00 |
| Jun 30, 2020 | -5.56 Mn |
| Mar 31, 2020 | -24.87 Mn |
| Dec 31, 2019 | 3.71 Mn |
| Sep 30, 2019 | -6.75 Mn |
| Jun 30, 2019 | 3.02 Mn |
| Mar 31, 2019 | -738,000.00 |
| Dec 31, 2018 | 1.87 Mn |
| Sep 30, 2018 | -1.58 Mn |
| Jun 30, 2018 | -10.92 Mn |
| Mar 31, 2018 | 329,000.00 |
| Dec 31, 2017 | -2.81 Mn |
| Sep 30, 2017 | 1.77 Mn |
Covista Exchange Rate Effect 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=exchange-rate-effect&ticker=CVSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=CVSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();