Fastly (FSLY) Change in Cash (2018 - 2026)
Fastly's (FSLY) quarterly Change in Cash came in at -$56.9 million in Q2 2026, down 32.27% year-over-year from -$84.0 million in Q2 2025, and down 67.8% quarter-over-quarter from -$33.9 million in Q1 2026.
Fastly (FSLY) Change in Cash (2018 - 2026) Analysis & Trends
Fastly (FSLY) has reported Change in Cash for 9 consecutive years, with -$56.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash fell 32.27% year-over-year to -$56.9 million in Q2 2026; TTM through Jun 2026 was $7.3 million, a 111.3% increase from a year earlier, with the FY2025 full-year figure at -$105.6 million, down 159.3% from the prior year.
- Change in Cash was -$56.9 million for Q2 2026 at Fastly, down from -$33.9 million in the prior quarter.
- Over five years, Change in Cash peaked at $205.1 million in Q1 2023 and troughed at -$184.0 million in Q2 2022.
- A 5-year average of -$4.3 million and a median of $11.0 million in 2022 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash soared 2142.94% in 2024 and tumbled 1042.63% in 2025, its largest moves.
- Over 5 years, Change in Cash stood at $55.5 million in 2022, then tumbled by 392.61% to -$162.4 million in 2023, then jumped by 142.28% to $68.7 million in 2024, then slipped by 1.79% to $67.4 million in 2025, then plunged by 184.34% to -$56.9 million in 2026.
- The last three Change in Cash figures came in at -$56.9 million (Q2 2026), -$33.9 million (Q1 2026), and $67.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | -11.17 Bn |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | -3.65 Bn |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | 731.52 Mn |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | -409.00 Mn |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | -528.80 Mn |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | 3.58 Bn |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | 364.20 Mn |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | 57.91 Mn |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | 854.80 Mn |
| 10 | Fastly | 3.97 Bn | 2.60 Bn | 115.95 Mn | -56.87 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -56.87 Mn |
| Mar 31, 2026 | -33.89 Mn |
| Dec 31, 2025 | 67.43 Mn |
| Sep 30, 2025 | 30.64 Mn |
| Jun 30, 2025 | -43.00 Mn |
| Mar 31, 2025 | -160.69 Mn |
| Dec 31, 2024 | 68.66 Mn |
| Sep 30, 2024 | 70.32 Mn |
| Jun 30, 2024 | -3.76 Mn |
| Mar 31, 2024 | 42.89 Mn |
| Dec 31, 2023 | -162.38 Mn |
| Sep 30, 2023 | -3.44 Mn |
| Jun 30, 2023 | -74.72 Mn |
| Mar 31, 2023 | 205.07 Mn |
| Dec 31, 2022 | 55.49 Mn |
| Sep 30, 2022 | 25.39 Mn |
| Jun 30, 2022 | -184.03 Mn |
| Mar 31, 2022 | 79.73 Mn |
| Dec 31, 2021 | -116.06 Mn |
| Sep 30, 2021 | -405.94 Mn |
Fastly Change in Cash 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=change-in-cash&ticker=FSLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=FSLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();