Fastly (FSLY) Cash & Equivalents Growth (3y) (2021 - 2026)
Analysis
Fastly (FSLY) Cash & Equivalents Growth (3y) (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | -15.50% |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | -8.60% |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | 118.58% |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | -25.23% |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | -51.82% |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | - |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | 34.72% |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | 14.65% |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | 70.51% |
| 10 | Fastly | 3.97 Bn | 2.60 Bn | 115.95 Mn | -31.03% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -31.03% |
| Mar 31, 2026 | -25.06% |
| Dec 31, 2025 | 7.99% |
| Sep 30, 2025 | 8.78% |
| Jun 30, 2025 | 9.68% |
| Mar 31, 2025 | -20.08% |
| Dec 31, 2024 | 19.89% |
| Sep 30, 2024 | -8.31% |
| Jun 30, 2024 | -40.19% |
| Mar 31, 2024 | -45.83% |
| Dec 31, 2023 | 19.72% |
| Sep 30, 2023 | -4.46% |
| Jun 30, 2023 | 2.07% |
| Mar 31, 2023 | 149.26% |
| Dec 31, 2022 | 107.10% |
| Sep 30, 2022 | 17.12% |
| Jun 30, 2022 | -33.59% |
| Mar 31, 2022 | 125.78% |
| Dec 31, 2021 | 65.01% |
| Sep 30, 2021 | 136.68% |
API Access
Fastly Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=FSLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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=cash-and-equivalents-growth-3y&ticker=FSLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();