Fastly (FSLY) Cash from Investing Activities (2018 - 2026)
Fastly's (FSLY) quarterly Cash from Investing Activities came in at -$98.7 million in Q2 2026, down 41.08% year-over-year from -$167.5 million in Q2 2025, and down 266.16% quarter-over-quarter from -$27.0 million in Q1 2026.
Fastly (FSLY) Cash from Investing Activities (2018 - 2026) Analysis & Trends
Fastly (FSLY) has reported Cash from Investing Activities for 9 consecutive years, with -$98.7 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 41.08% year-over-year to -$98.7 million in Q2 2026; TTM through Jun 2026 was -$89.8 million, a 19.51% increase from a year earlier, with the FY2025 full-year figure at -$213.0 million, down 219.08% from the prior year.
- Cash from Investing Activities was -$98.7 million for Q2 2026 at Fastly, down from -$27.0 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $219.5 million in Q1 2023 and troughed at -$178.9 million in Q1 2025.
- A 5-year average of $20.6 million and a median of $23.8 million in 2022 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities jumped 763.83% in 2024 and slumped 975.41% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at $72.6 million in 2022, then tumbled by 151.31% to -$37.2 million in 2023, then jumped by 290.39% to $70.9 million in 2024, then tumbled by 49.02% to $36.2 million in 2025, then sank by 373.0% to -$98.7 million in 2026.
- The last three Cash from Investing Activities figures came in at -$98.7 million (Q2 2026), -$27.0 million (Q1 2026), and $36.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | -54.83 Bn |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | -481.00 Mn |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | 608.17 Mn |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | -1.12 Bn |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | -5.65 Bn |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | -7.17 Bn |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | -131.20 Mn |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | -327.91 Mn |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | -2.25 Bn |
| 10 | Fastly | 3.97 Bn | 2.60 Bn | 115.95 Mn | -98.69 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -98.69 Mn |
| Mar 31, 2026 | -26.95 Mn |
| Dec 31, 2025 | 36.15 Mn |
| Sep 30, 2025 | -344,000.00 |
| Jun 30, 2025 | -69.95 Mn |
| Mar 31, 2025 | -178.89 Mn |
| Dec 31, 2024 | 70.91 Mn |
| Sep 30, 2024 | 66.32 Mn |
| Jun 30, 2024 | 7.99 Mn |
| Mar 31, 2024 | 33.68 Mn |
| Dec 31, 2023 | -37.25 Mn |
| Sep 30, 2023 | 7.68 Mn |
| Jun 30, 2023 | 104.98 Mn |
| Mar 31, 2023 | 219.53 Mn |
| Dec 31, 2022 | 72.60 Mn |
| Sep 30, 2022 | 61.52 Mn |
| Jun 30, 2022 | 13.95 Mn |
| Mar 31, 2022 | 87.68 Mn |
| Dec 31, 2021 | -110.66 Mn |
| Sep 30, 2021 | -403.94 Mn |
Fastly Cash from Investing Activities 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-from-investing-activities&ticker=FSLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-from-investing-activities&ticker=FSLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();