Fastly (FSLY) Cash from Financing Activities (2018 - 2026)
Fastly's (FSLY) quarterly Cash from Financing Activities came in at $2.5 million in Q2 2026, up 153.46% year-over-year from $982000.0 in Q2 2025, and up 106.96% quarter-over-quarter from -$35.8 million in Q1 2026.
Fastly (FSLY) Cash from Financing Activities (2018 - 2026) Analysis & Trends
Fastly (FSLY) has reported Cash from Financing Activities for 9 consecutive years, with $2.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 153.46% year-over-year to $2.5 million in Q2 2026; TTM through Jun 2026 was -$22.3 million, a 237.56% decrease from a year earlier, with the FY2025 full-year figure at $12.8 million, up 174.63% from the prior year.
- Cash from Financing Activities was $2.5 million for Q2 2026 at Fastly, up from -$35.8 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $8.9 million in Q4 2025 and troughed at -$205.2 million in Q2 2023.
- A 5-year average of -$31.0 million and a median of -$3.8 million in 2022 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities sank 24227.7% in 2022 and soared 289.09% in 2025, its largest moves.
- Over 5 years, Cash from Financing Activities stood at -$5.0 million in 2022, then plunged by 2250.9% to -$117.8 million in 2023, then soared by 93.79% to -$7.3 million in 2024, then jumped by 221.01% to $8.9 million in 2025, then sank by 71.89% to $2.5 million in 2026.
- The last three Cash from Financing Activities figures came in at $2.5 million (Q2 2026), -$35.8 million (Q1 2026), and $8.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | -11.78 Bn |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | -5.73 Bn |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | 5.79 Mn |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | -355.00 Mn |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | 2.86 Bn |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | 10.07 Bn |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | 263.50 Mn |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | 70.80 Mn |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | 2.78 Bn |
| 10 | Fastly | 3.97 Bn | 2.60 Bn | 115.95 Mn | 2.49 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.49 Mn |
| Mar 31, 2026 | -35.77 Mn |
| Dec 31, 2025 | 8.85 Mn |
| Sep 30, 2025 | 2.10 Mn |
| Jun 30, 2025 | 982,000.00 |
| Mar 31, 2025 | 828,000.00 |
| Dec 31, 2024 | -7.32 Mn |
| Sep 30, 2024 | -1.11 Mn |
| Jun 30, 2024 | -6.79 Mn |
| Mar 31, 2024 | -1.88 Mn |
| Dec 31, 2023 | -117.83 Mn |
| Sep 30, 2023 | -2.68 Mn |
| Jun 30, 2023 | -205.16 Mn |
| Mar 31, 2023 | -5.71 Mn |
| Dec 31, 2022 | -5.01 Mn |
| Sep 30, 2022 | -8.39 Mn |
| Jun 30, 2022 | -181.20 Mn |
| Mar 31, 2022 | 5.45 Mn |
| Dec 31, 2021 | 2.60 Mn |
| Sep 30, 2021 | 934,000.00 |
Fastly Cash from Financing 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-financing-activities&ticker=FSLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=FSLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();