Fastly (FSLY) Share-based Compensation Growth (1y) (2019 - 2026)
Analysis
Fastly (FSLY) Share-based Compensation Growth (1y) (2019 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | 1.59% |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | 12.93% |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | 30.64% |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | 14.17% |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | 597.28% |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | 13.79% |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | 22.01% |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | 10.98% |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | 29.72% |
| 10 | Fastly | 3.97 Bn | 2.60 Bn | 115.95 Mn | 33.56% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 33.56% |
| Mar 31, 2026 | 36.74% |
| Dec 31, 2025 | 29.39% |
| Sep 30, 2025 | 32.43% |
| Jun 30, 2025 | 0.72% |
| Mar 31, 2025 | -19.61% |
| Dec 31, 2024 | -29.63% |
| Sep 30, 2024 | -29.95% |
| Jun 30, 2024 | -29.31% |
| Mar 31, 2024 | 13.04% |
| Dec 31, 2023 | 12.82% |
| Sep 30, 2023 | -9.31% |
| Jun 30, 2023 | 5.76% |
| Mar 31, 2023 | -29.66% |
| Dec 31, 2022 | -20.64% |
| Sep 30, 2022 | 7.48% |
| Jun 30, 2022 | 4.64% |
| Mar 31, 2022 | 29.78% |
| Dec 31, 2021 | 33.38% |
| Sep 30, 2021 | 201.73% |
API Access
Fastly Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=FSLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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=share-based-compensation-growth-1y&ticker=FSLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();