Fastly (FSLY) Equity Average (2018 - 2026)
Analysis
Fastly (FSLY) Equity Average (2018 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | 428.38 Bn |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | 33.80 Bn |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | 1.57 Bn |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | 14.34 Bn |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | 8.79 Bn |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | 4.89 Bn |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | -2.23 Bn |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | -11.52 Mn |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | 4.83 Bn |
| 10 | Fastly | 3.97 Bn | 2.60 Bn | 115.95 Mn | 983.98 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 983.98 Mn |
| Mar 31, 2026 | 953.36 Mn |
| Dec 31, 2025 | 933.27 Mn |
| Sep 30, 2025 | 939.81 Mn |
| Jun 30, 2025 | 949.84 Mn |
| Mar 31, 2025 | 961.14 Mn |
| Dec 31, 2024 | 967.35 Mn |
| Sep 30, 2024 | 975.32 Mn |
| Jun 30, 2024 | 986.50 Mn |
| Mar 31, 2024 | 985.65 Mn |
| Dec 31, 2023 | 974.03 Mn |
| Sep 30, 2023 | 978.16 Mn |
| Jun 30, 2023 | 973.15 Mn |
| Mar 31, 2023 | 956.86 Mn |
| Dec 31, 2022 | 961.07 Mn |
| Sep 30, 2022 | 980.36 Mn |
| Jun 30, 2022 | 985.23 Mn |
| Mar 31, 2022 | 995.34 Mn |
| Dec 31, 2021 | 1.01 Bn |
| Sep 30, 2021 | 1.02 Bn |
API Access
Fastly Equity Average 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=equity-average&ticker=FSLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-average", "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=equity-average&ticker=FSLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();