Fortinet (FTNT) Cash from Investing Activities (2010 - 2026)
Fortinet (FTNT) posted Cash from Investing Activities of -$184.6 million for Q2 2026, down 3138.6% on a QoQ basis from -$5.7 million in Q1 2026, and up 30.65% year-over-year from -$141.3 million in Q2 2025.
Fortinet (FTNT) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Fortinet has reported Cash from Investing Activities for 17 years, with the latest figure at -$184.6 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 30.65% year-over-year to -$184.6 million in Q2 2026; TTM through Jun 2026 was -$412.4 million, a 47.4% increase from a year earlier, with the FY2025 full-year figure at -$599.1 million, up 17.64% from the prior year.
- Cash from Investing Activities was -$184.6 million for Q2 2026 at Fortinet, down from -$5.7 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $297.8 million in Q3 2022, with the low at -$424.1 million in Q2 2023.
- Average Cash from Investing Activities over 5 years is -$77.9 million, with a median of -$75.8 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: Cash from Investing Activities surged 205.72% in 2022, then slumped 537.5% in 2024.
- Over 5 years, Cash from Investing Activities stood at $217.4 million in 2022, then tumbled by 132.93% to -$71.6 million in 2023, then slipped by 11.59% to -$79.9 million in 2024, then soared by 42.05% to -$46.3 million in 2025, then slumped by 298.7% to -$184.6 million in 2026.
- The last three Cash from Investing Activities figures came in at -$184.6 million (Q2 2026), -$5.7 million (Q1 2026), and -$46.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | -1.01 Bn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | -151.55 Mn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | -184.60 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | -349.44 Mn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | -349.88 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 151.18 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | -36.71 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 271.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | -3.90 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -184.60 Mn |
| Mar 31, 2026 | -5.70 Mn |
| Dec 31, 2025 | -46.30 Mn |
| Sep 30, 2025 | -175.80 Mn |
| Jun 30, 2025 | -266.20 Mn |
| Mar 31, 2025 | -110.80 Mn |
| Dec 31, 2024 | -79.90 Mn |
| Sep 30, 2024 | -327.10 Mn |
| Jun 30, 2024 | -50.10 Mn |
| Mar 31, 2024 | -270.30 Mn |
| Dec 31, 2023 | -71.60 Mn |
| Sep 30, 2023 | -111.20 Mn |
| Jun 30, 2023 | -424.10 Mn |
| Mar 31, 2023 | -42.40 Mn |
| Dec 31, 2022 | 217.40 Mn |
| Sep 30, 2022 | 297.80 Mn |
| Jun 30, 2022 | 294.10 Mn |
| Mar 31, 2022 | -45.40 Mn |
| Dec 31, 2021 | -265.90 Mn |
| Sep 30, 2021 | -307.50 Mn |
Fortinet 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=FTNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "FTNT", "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=FTNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();