Fortinet (FTNT) Short-term Investments (2010 - 2026)
Fortinet (FTNT) posted Short-term Investments of $1.1 billion for Q2 2026, up 5.94% on a QoQ basis from $1.1 billion in Q1 2026, and down 5.0% year-over-year from $1.2 billion in Q2 2025.
Fortinet (FTNT) Short-term Investments (2010 - 2026) Analysis & Trends
Fortinet has reported Short-term Investments for 17 years, with the latest figure at $1.1 billion in Q2 2026.
- On a quarterly basis, Short-term Investments fell 5.0% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $1.1 billion, a 5.0% decrease from a year earlier, with the FY2025 full-year figure at $1.1 billion, down 8.68% from the prior year.
- Short-term Investments was $1.1 billion for Q2 2026 at Fortinet, up from $1.1 billion in the prior quarter.
- The five-year high for Short-term Investments was $1.2 billion in Q2 2025, with the low at $502.6 million in Q4 2022.
- Average Short-term Investments over 5 years is $1.0 billion, with a median of $1.1 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Short-term Investments plunged 57.91% in 2022, then soared 103.24% in 2023.
- Over 5 years, Short-term Investments stood at $502.6 million in 2022, then jumped by 103.24% to $1.0 billion in 2023, then gained by 16.55% to $1.2 billion in 2024, then decreased by 8.68% to $1.1 billion in 2025, then grew by 4.37% to $1.1 billion in 2026.
- The last three Short-term Investments figures came in at $1.1 billion (Q2 2026), $1.1 billion (Q1 2026), and $1.1 billion (Q4 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 | 1.13 Bn |
| Mar 31, 2026 | 1.07 Bn |
| Dec 31, 2025 | 1.09 Bn |
| Sep 30, 2025 | 1.13 Bn |
| Jun 30, 2025 | 1.19 Bn |
| Mar 31, 2025 | 1.18 Bn |
| Dec 31, 2024 | 1.19 Bn |
| Sep 30, 2024 | 1.16 Bn |
| Jun 30, 2024 | 1.11 Bn |
| Mar 31, 2024 | 1.08 Bn |
| Dec 31, 2023 | 1.02 Bn |
| Sep 30, 2023 | 962.20 Mn |
| Jun 30, 2023 | 915.10 Mn |
| Mar 31, 2023 | 548.80 Mn |
| Dec 31, 2022 | 502.60 Mn |
| Sep 30, 2022 | 739.50 Mn |
| Jun 30, 2022 | 1.02 Bn |
| Mar 31, 2022 | 1.19 Bn |
| Dec 31, 2021 | 1.19 Bn |
| Sep 30, 2021 | 1.23 Bn |
Fortinet Short-term Investments 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=short-term-investments&ticker=FTNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=FTNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();