Fortinet (FTNT) Equity Income (2021 - 2026)
Fortinet (FTNT) posted Equity Income of $1.1 million for Q2 2026, up 1200.0% on a QoQ basis from -$100000.0 in Q1 2026, and up 1200.0% year-over-year from $84615.4 in Q2 2025.
Fortinet (FTNT) Equity Income (2021 - 2026) Analysis & Trends
Fortinet has reported Equity Income for 6 years, with the latest figure at $1.1 million in Q2 2026.
- On a quarterly basis, Equity Income rose 1200.0% year-over-year to $1.1 million in Q2 2026; TTM through Jun 2026 was $800000.0, a 366.67% increase from a year earlier, with the FY2025 full-year figure at $10.3 million, up 135.03% from the prior year.
- Equity Income was $1.1 million for Q2 2026 at Fortinet, up from -$100000.0 in the prior quarter.
- The five-year high for Equity Income was $10.6 million in Q1 2025, with the low at -$45.2 million in Q4 2022.
- Average Equity Income over 5 years is -$7.5 million, with a median of -$5.5 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2026: Equity Income tumbled 841.67% in 2022, then jumped 1200.0% in 2026.
- Over 5 years, Equity Income stood at -$45.2 million in 2022, then surged by 78.98% to -$9.5 million in 2023, then soared by 42.11% to -$5.5 million in 2024, then jumped by 96.36% to -$200000.0 in 2025, then soared by 650.0% to $1.1 million in 2026.
- The last three Equity Income figures came in at $1.1 million (Q2 2026), -$100000.0 (Q1 2026), and -$200000.0 (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (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 | 1.10 Mn |
| 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 | 53.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.10 Mn |
| Mar 31, 2026 | -100,000.00 |
| Sep 30, 2025 | -200,000.00 |
| Jun 30, 2025 | -100,000.00 |
| Mar 31, 2025 | 10.60 Mn |
| Dec 31, 2024 | -5.50 Mn |
| Sep 30, 2024 | -5.30 Mn |
| Jun 30, 2024 | -12.00 Mn |
| Mar 31, 2024 | -6.60 Mn |
| Dec 31, 2023 | -9.50 Mn |
| Sep 30, 2023 | -5.20 Mn |
| Jun 30, 2023 | -5.30 Mn |
| Mar 31, 2023 | -22.10 Mn |
| Dec 31, 2022 | -45.20 Mn |
| Sep 30, 2022 | -6.30 Mn |
| Jun 30, 2022 | -8.10 Mn |
| Mar 31, 2022 | -8.50 Mn |
| Dec 31, 2021 | -4.80 Mn |
| Sep 30, 2021 | -2.80 Mn |
Fortinet Equity Income 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=equity-income&ticker=FTNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=FTNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();