Fastly (FSLY) Acquisitions (2021 - 2022)
Fastly's (FSLY) quarterly Acquisitions came in at -$1.8 million in Q4 2022, down 257.66% year-over-year from $1.2 million in Q4 2021, and down 205.56% quarter-over-quarter from $1.7 million in Q3 2022.
Fastly (FSLY) Acquisitions (2021 - 2022) Analysis & Trends
Fastly (FSLY) has reported Acquisitions for 2 consecutive years, with -$1.8 million the latest figure, recorded in Q4 2022.
- On a quarterly basis, Acquisitions fell 257.66% year-over-year to -$1.8 million in Q4 2022; TTM through Sep 2023 was -$1.8 million, a 106.37% decrease from a year earlier, with the FY2022 full-year figure at $25.9 million, up 2115.74% from the prior year.
- Acquisitions was -$1.8 million for Q4 2022 at Fastly, down from $1.7 million in the prior quarter.
- Over five years, Acquisitions peaked at $25.2 million in Q2 2022 and troughed at -$1.8 million in Q4 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | - |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | 15.00 Mn |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | - |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | 101.00 Mn |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | -81.40 Mn |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | - |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | - |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | - |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | - |
| 10 | Fastly | 3.97 Bn | 2.60 Bn | 115.95 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | -1.84 Mn |
| Sep 30, 2022 | 1.75 Mn |
| Jun 30, 2022 | 25.22 Mn |
| Mar 31, 2022 | 775,000.00 |
| Dec 31, 2021 | 1.17 Mn |
Fastly 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=FSLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "ticker": "FSLY", "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=FSLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();