Fortinet (FTNT) Current Deferred Revenue (2010 - 2026)
Fortinet (FTNT) posted Current Deferred Revenue of $3.8 billion for Q2 2026, up 3.1% on a QoQ basis from $3.7 billion in Q1 2026, and up 12.58% year-over-year from $3.4 billion in Q2 2025.
Fortinet (FTNT) Current Deferred Revenue (2010 - 2026) Analysis & Trends
Fortinet has reported Current Deferred Revenue for 17 years, with the latest figure at $3.8 billion in Q2 2026.
- On a quarterly basis, Current Deferred Revenue rose 12.58% year-over-year to $3.8 billion in Q2 2026; TTM through Jun 2026 was $3.8 billion, a 12.58% increase from a year earlier, with the FY2025 full-year figure at $3.6 billion, up 10.98% from the prior year.
- Current Deferred Revenue was $3.8 billion for Q2 2026 at Fortinet, up from $3.7 billion in the prior quarter.
- The five-year high for Current Deferred Revenue was $3.8 billion in Q2 2026, with the low at $1.9 billion in Q1 2022.
- Average Current Deferred Revenue over 5 years is $2.9 billion, with a median of $2.9 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2025: Current Deferred Revenue soared 32.18% in 2022, then increased 10.98% in 2025.
- Over 5 years, Current Deferred Revenue stood at $2.3 billion in 2022, then increased by 21.26% to $2.8 billion in 2023, then gained by 15.01% to $3.3 billion in 2024, then gained by 10.98% to $3.6 billion in 2025, then rose by 5.66% to $3.8 billion in 2026.
- The last three Current Deferred Revenue figures came in at $3.8 billion (Q2 2026), $3.7 billion (Q1 2026), and $3.6 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 | 3.84 Bn |
| Mar 31, 2026 | 3.73 Bn |
| Dec 31, 2025 | 3.64 Bn |
| Sep 30, 2025 | 3.46 Bn |
| Jun 30, 2025 | 3.41 Bn |
| Mar 31, 2025 | 3.34 Bn |
| Dec 31, 2024 | 3.28 Bn |
| Sep 30, 2024 | 3.08 Bn |
| Jun 30, 2024 | 2.98 Bn |
| Mar 31, 2024 | 2.91 Bn |
| Dec 31, 2023 | 2.85 Bn |
| Sep 30, 2023 | 2.65 Bn |
| Jun 30, 2023 | 2.59 Bn |
| Mar 31, 2023 | 2.46 Bn |
| Dec 31, 2022 | 2.35 Bn |
| Sep 30, 2022 | 2.13 Bn |
| Jun 30, 2022 | 2.01 Bn |
| Mar 31, 2022 | 1.89 Bn |
| Dec 31, 2021 | 1.78 Bn |
| Sep 30, 2021 | 1.62 Bn |
Fortinet Current Deferred Revenue 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=current-deferred-revenue&ticker=FTNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-revenue", "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=current-deferred-revenue&ticker=FTNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();