Fortinet (FTNT) Property, Plant & Equipment (Net) Growth (3y) (2013 - 2026)
Analysis
Fortinet (FTNT) Property, Plant & Equipment (Net) Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | 13.84% |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 27.90% |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 20.07% |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | 2.38% |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 41.33% |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 24.00% |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | 45.92% |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | -10.21% |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | -12.35% |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | 7.78% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 20.07% |
| Mar 31, 2026 | 22.62% |
| Dec 31, 2025 | 21.69% |
| Sep 30, 2025 | 21.75% |
| Jun 30, 2025 | 23.78% |
| Mar 31, 2025 | 21.30% |
| Dec 31, 2024 | 25.20% |
| Sep 30, 2024 | 31.77% |
| Jun 30, 2024 | 34.87% |
| Mar 31, 2024 | 36.16% |
| Dec 31, 2023 | 32.60% |
| Sep 30, 2023 | 35.27% |
| Jun 30, 2023 | 35.74% |
| Mar 31, 2023 | 34.84% |
| Dec 31, 2022 | 37.68% |
| Sep 30, 2022 | 42.79% |
| Jun 30, 2022 | 41.97% |
| Mar 31, 2022 | 42.47% |
| Dec 31, 2021 | 36.32% |
| Sep 30, 2021 | 28.00% |
API Access
Fortinet Property, Plant & Equipment (Net) Growth (3y) 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=property-plant-and-equipment-net-growth-3y&ticker=FTNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "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=property-plant-and-equipment-net-growth-3y&ticker=FTNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();