Fortinet (FTNT) Non-Current Assets (2010 - 2026)
Fortinet (FTNT) posted Non-Current Assets of $4.7 billion for Q2 2026, up 2.2% on a QoQ basis from $4.6 billion in Q1 2026, and up 8.28% year-over-year from $4.3 billion in Q2 2025.
Fortinet (FTNT) Non-Current Assets (2010 - 2026) Analysis & Trends
Fortinet has reported Non-Current Assets for 17 years, with the latest figure at $4.7 billion in Q2 2026.
- On a quarterly basis, Non-Current Assets rose 8.28% year-over-year to $4.7 billion in Q2 2026; TTM through Jun 2026 was $18.1 billion, a 15.66% increase from a year earlier, with the FY2025 full-year figure at $4.5 billion, up 18.39% from the prior year.
- Non-Current Assets was $4.7 billion for Q2 2026 at Fortinet, up from $4.6 billion in the prior quarter.
- The five-year high for Non-Current Assets was $4.7 billion in Q2 2026, with the low at $2.3 billion in Q2 2022.
- Average Non-Current Assets over 5 years is $3.3 billion, with a median of $3.1 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Non-Current Assets soared 62.74% in 2022, then grew 1.26% in 2023.
- Over 5 years, Non-Current Assets stood at $2.4 billion in 2022, then increased by 17.08% to $2.8 billion in 2023, then soared by 33.95% to $3.8 billion in 2024, then climbed by 18.39% to $4.5 billion in 2025, then grew by 3.61% to $4.7 billion in 2026.
- The last three Non-Current Assets figures came in at $4.7 billion (Q2 2026), $4.6 billion (Q1 2026), and $4.5 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | 39.82 Bn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 5.07 Bn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 4.65 Bn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | 5.20 Bn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 1.54 Bn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 4.48 Bn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | 2.84 Bn |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | 651.70 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 6.05 Bn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | 38.70 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.65 Bn |
| Mar 31, 2026 | 4.55 Bn |
| Dec 31, 2025 | 4.49 Bn |
| Sep 30, 2025 | 4.45 Bn |
| Jun 30, 2025 | 4.30 Bn |
| Mar 31, 2025 | 3.96 Bn |
| Dec 31, 2024 | 3.79 Bn |
| Sep 30, 2024 | 3.63 Bn |
| Jun 30, 2024 | 3.13 Bn |
| Mar 31, 2024 | 3.10 Bn |
| Dec 31, 2023 | 2.83 Bn |
| Sep 30, 2023 | 2.73 Bn |
| Jun 30, 2023 | 2.61 Bn |
| Mar 31, 2023 | 2.47 Bn |
| Dec 31, 2022 | 2.42 Bn |
| Sep 30, 2022 | 2.35 Bn |
| Jun 30, 2022 | 2.34 Bn |
| Mar 31, 2022 | 2.44 Bn |
| Dec 31, 2021 | 2.32 Bn |
| Sep 30, 2021 | 2.01 Bn |
Fortinet Non-Current Assets 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=non-current-assets&ticker=FTNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=FTNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();