Fortinet (FTNT) Cash from Financing Activities (2010 - 2026)
Fortinet (FTNT) posted Cash from Financing Activities of -$147.9 million for Q2 2026, up 88.99% on a QoQ basis from -$1.3 billion in Q1 2026, and up 64.29% year-over-year from -$90.0 million in Q2 2025.
Fortinet (FTNT) Cash from Financing Activities (2010 - 2026) Analysis & Trends
Fortinet has reported Cash from Financing Activities for 17 years, with the latest figure at -$147.9 million in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 64.29% year-over-year to -$147.9 million in Q2 2026; TTM through Jun 2026 was -$3.4 billion, a 654.45% decrease from a year earlier, with the FY2025 full-year figure at -$2.4 billion, down 4633.53% from the prior year.
- Cash from Financing Activities was -$147.9 million for Q2 2026 at Fortinet, up from -$1.3 billion in the prior quarter.
- The five-year high for Cash from Financing Activities was $3.0 million in Q3 2024, with the low at -$1.9 billion in Q3 2025.
- Average Cash from Financing Activities over 5 years is -$423.0 million, with a median of -$110.3 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Cash from Financing Activities jumped 100.48% in 2024, then slumped 61830.0% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$27.4 million in 2022, then plunged by 3221.53% to -$910.1 million in 2023, then surged by 99.03% to -$8.8 million in 2024, then plunged by 726.14% to -$72.7 million in 2025, then tumbled by 103.44% to -$147.9 million in 2026.
- The last three Cash from Financing Activities figures came in at -$147.9 million (Q2 2026), -$1.3 billion (Q1 2026), and -$72.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | -197.00 Mn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 83.96 Mn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | -147.90 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | -117.05 Mn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 41.82 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | -30.33 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | -136.94 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | -501.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | 2.60 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -147.90 Mn |
| Mar 31, 2026 | -1.34 Bn |
| Dec 31, 2025 | -72.70 Mn |
| Sep 30, 2025 | -1.85 Bn |
| Jun 30, 2025 | -414.20 Mn |
| Mar 31, 2025 | -32.70 Mn |
| Dec 31, 2024 | -8.80 Mn |
| Sep 30, 2024 | 3.00 Mn |
| Jun 30, 2024 | -14.00 Mn |
| Mar 31, 2024 | -30.30 Mn |
| Dec 31, 2023 | -910.10 Mn |
| Sep 30, 2023 | -628.90 Mn |
| Jun 30, 2023 | -17.70 Mn |
| Mar 31, 2023 | -13.70 Mn |
| Dec 31, 2022 | -27.40 Mn |
| Sep 30, 2022 | -526.60 Mn |
| Jun 30, 2022 | -830.30 Mn |
| Mar 31, 2022 | -746.00 Mn |
| Dec 31, 2021 | -633.60 Mn |
| Sep 30, 2021 | -118.70 Mn |
Fortinet 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=FTNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=FTNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();