Ciena (CIEN) Acquisitions (2010 - 2023)
Ciena (CIEN) posted Acquisitions of $230.0 million for Q1 2023, up 3729.67% on a QoQ basis from $6.0 million in Q2 2022, and up 310.54% year-over-year from $56.0 million in Q1 2022.
Ciena (CIEN) Acquisitions (2010 - 2023) Analysis & Trends
Ciena has reported Acquisitions for 5 years, with the latest figure at $230.0 million in Q1 2023.
- On a quarterly basis, Acquisitions rose 310.54% year-over-year to $230.0 million in Q1 2023; TTM through Oct 2023 was $230.0 million, a 270.79% increase from a year earlier, with the FY2025 full-year figure at $231.1 million, changed N/A from the prior year.
- Acquisitions was $230.0 million for Q1 2023 at Ciena, up from $6.0 million in the prior quarter.
- The five-year high for Acquisitions was $230.0 million in Q1 2023, with the low at $6.0 million in Q2 2022.
- Average Acquisitions over 3 years is $80.1 million, with a median of $42.2 million recorded in 2020.
- The largest YoY upside for Acquisitions was 310.54% in 2023 against a maximum downside of 310.54% in 2023.
- Over 3 years, Acquisitions stood at $28.3 million in 2020, then slumped by 78.77% to $6.0 million in 2022, then soared by 3729.67% to $230.0 million in 2023.
- The last three Acquisitions figures came in at $230.0 million (Q1 2023), $6.0 million (Q2 2022), and $56.0 million (Q1 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,923.51 Bn | 4,861.11 Bn | 54.77 Bn | - |
| 2 | Cisco Systems | 419.97 Bn | 404.45 Bn | 11.06 Bn | 470.00 Mn |
| 3 | Dell Technologies | 351.63 Bn | 340.06 Bn | 9.83 Bn | - |
| 4 | Sandisk | 265.22 Bn | 260.46 Bn | 7.58 Bn | - |
| 5 | Arista Networks | 256.62 Bn | 243.27 Bn | 1.91 Bn | - |
| 6 | Seagate Technology Holdings | 209.52 Bn | 207.82 Bn | 1.90 Bn | - |
| 7 | Western Digital | 171.00 Bn | 169.42 Bn | 2.03 Bn | - |
| 8 | Sony | 142.68 Bn | 123.26 Bn | 6.53 Bn | - |
| 9 | Lumentum Holdings | 83.02 Bn | 80.28 Bn | 477.30 Mn | - |
| 10 | Ciena | 50.48 Bn | 47.85 Bn | 759.27 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jan 28, 2023 | 230.05 Mn |
| Apr 30, 2022 | 6.01 Mn |
| Jan 29, 2022 | 56.04 Mn |
| Jan 31, 2020 | 28.30 Mn |
| Oct 31, 2015 | -37.21 Mn |
| Jul 31, 2010 | -18.69 Mn |
Ciena 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=CIEN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "ticker": "CIEN", "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=CIEN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();