Fortinet (FTNT) Other financing activities (2010 - 2026)
Fortinet (FTNT) posted Other financing activities of -$20.0 million for Q2 2026, down 1566.67% on a QoQ basis from -$1.2 million in Q1 2026, and down 19900.0% year-over-year from N/an in Q2 2025.
Fortinet (FTNT) Other financing activities (2010 - 2026) Analysis & Trends
Fortinet has reported Other financing activities for 13 years, with the latest figure at -$20.0 million in Q2 2026.
- On a quarterly basis, Other financing activities fell 19900.0% year-over-year to -$20.0 million in Q2 2026; TTM through Jun 2026 was -$21.2 million, a 92.73% decrease from a year earlier, with the FY2025 full-year figure at -$100000.0, up 99.15% from the prior year.
- Other financing activities was -$20.0 million for Q2 2026 at Fortinet, down from -$1.2 million in the prior quarter.
- The five-year high for Other financing activities was -$100000.0 in Q2 2022, with the low at -$20.0 million in Q2 2026.
- Average Other financing activities over 5 years is -$3.2 million, with a median of -$700000.0 recorded in 2023.
- The sharpest annual moves came in 2023 and 2026: Other financing activities jumped 60.0% in 2023, then plunged 19900.0% in 2026.
- Over 5 years, Other financing activities stood at -$3.5 million in 2022, then surged by 94.29% to -$200000.0 in 2023, then plunged by 5350.0% to -$10.9 million in 2024, then surged by 99.08% to -$100000.0 in 2025, then slumped by 19900.0% to -$20.0 million in 2026.
- The last three Other financing activities figures came in at -$20.0 million (Q2 2026), -$1.2 million (Q1 2026), and -$100000.0 (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -20.00 Mn |
| Mar 31, 2026 | -1.20 Mn |
| Jun 30, 2025 | -100,000.00 |
| Dec 31, 2024 | -10.90 Mn |
| Mar 31, 2024 | -800,000.00 |
| Sep 30, 2023 | -200,000.00 |
| Jun 30, 2023 | -600,000.00 |
| Mar 31, 2023 | -400,000.00 |
| Dec 31, 2022 | -3.50 Mn |
| Sep 30, 2022 | -200,000.00 |
| Jun 30, 2022 | -100,000.00 |
| Mar 31, 2022 | -1.00 Mn |
| Jun 30, 2021 | 500,000.00 |
| Mar 31, 2021 | 1.90 Mn |
| Dec 31, 2020 | -100,000.00 |
| Sep 30, 2020 | -1.10 Mn |
| Mar 31, 2020 | -100,000.00 |
| Dec 31, 2019 | -300,000.00 |
| Dec 31, 2014 | -4.33 Mn |
| Sep 30, 2014 | 1.88 Mn |
Fortinet Other 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=other-financing-activities&ticker=FTNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-financing-activities&ticker=FTNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();