Fortinet (FTNT) Non Operating Income (2010 - 2012)
Fortinet (FTNT) posted Non Operating Income of -$317000.0 for Q3 2012, down 534.25% on a QoQ basis from $73000.0 in Q2 2012, and down 628.33% year-over-year from $60000.0 in Q4 2011.
Fortinet (FTNT) Non Operating Income (2010 - 2012) Analysis & Trends
Fortinet has reported Non Operating Income for 3 years, with the latest figure at -$317000.0 in Q3 2012.
- On a quarterly basis, Non Operating Income fell 628.33% year-over-year to -$317000.0 in Q3 2012; TTM through Sep 2012 was -$427000.0, a 13.21% increase from a year earlier, with the FY2011 full-year figure at -$354000.0, up 56.56% from the prior year.
- Non Operating Income was -$317000.0 for Q3 2012 at Fortinet, down from $73000.0 in the prior quarter.
- The five-year high for Non Operating Income was $87000.0 in Q2 2010, with the low at -$402000.0 in Q3 2010.
- Average Non Operating Income over 3 years is -$123400.0, with a median of -$103500.0 recorded in 2011.
- The largest YoY upside for Non Operating Income was 135.27% in 2012 against a maximum downside of 628.33% in 2012.
- Over 3 years, Non Operating Income stood at -$250000.0 in 2010, then surged by 55.2% to -$112000.0 in 2011, then tumbled by 183.04% to -$317000.0 in 2012.
- The last three Non Operating Income figures came in at -$317000.0 (Q3 2012), $73000.0 (Q2 2012), and -$71000.0 (Q1 2012), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | 27.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2012 | -317,000.00 |
| Jun 30, 2012 | 73,000.00 |
| Mar 31, 2012 | -71,000.00 |
| Dec 31, 2011 | -112,000.00 |
| Sep 30, 2011 | 60,000.00 |
| Jun 30, 2011 | -207,000.00 |
| Mar 31, 2011 | -95,000.00 |
| Dec 31, 2010 | -250,000.00 |
| Sep 30, 2010 | -402,000.00 |
| Jun 30, 2010 | 87,000.00 |
Fortinet Non Operating 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=non-operating-income&ticker=FTNT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-income&ticker=FTNT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();