ServiceNow (NOW) Non Operating Income (2011 - 2021)
ServiceNow's (NOW) quarterly Non Operating Income came in at $1.0 million in Q3 2021, up 102.86% on a YoY basis from $492957.7 in Q3 2020, and down 83.33% quarter-over-quarter from $6.0 million in Q2 2021.
ServiceNow (NOW) Non Operating Income (2011 - 2021) Analysis & Trends
ServiceNow (NOW) has reported Non Operating Income for 11 consecutive years, with $1.0 million the latest figure, recorded in Q3 2021.
- For the quarter ending Q3 2021, Non Operating Income rose 102.86% year-over-year to $1.0 million; the trailing twelve-month figure through Sep 2021 stood at -$19.0 million (down 224.73% YoY), and the FY2019 full-year result was $58.3 million, up 3.94% from the prior year.
- Non Operating Income declined to $1.0 million in Q3 2021 per NOW's latest filing, from $6.0 million in the prior quarter.
- Across five years, Non Operating Income topped out at $30.0 million in Q1 2018 and bottomed at -$35.0 million in Q3 2020.
- Historically, Non Operating Income has averaged $6.4 million across 5 years, with a median of $7.9 million in 2017.
- The widest YoY moves for Non Operating Income: up 1517.38% in 2017, down 475.44% in 2017.
- Over 5 years, Non Operating Income stood at $4.6 million in 2017, then surged by 132.73% to $10.6 million in 2018, then jumped by 33.29% to $14.1 million in 2019, then tumbled by 347.37% to -$35.0 million in 2020, then jumped by 102.86% to $1.0 million in 2021.
- According to Business Quant data, Non Operating Income over the past three periods registered $1.0 million, $6.0 million, and $9.0 million for Q3 2021, Q2 2021, and Q1 2021 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 468.43 Mn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | - |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | - |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 119.70 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | - |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | - |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 14.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | 1.00 Mn |
| Jun 30, 2021 | 6.00 Mn |
| Mar 31, 2021 | 9.00 Mn |
| Sep 30, 2020 | -35.00 Mn |
| Jun 30, 2020 | 7.00 Mn |
| Mar 31, 2020 | 8.00 Mn |
| Dec 31, 2019 | 14.15 Mn |
| Sep 30, 2019 | 12.82 Mn |
| Jun 30, 2019 | 18.95 Mn |
| Mar 31, 2019 | 12.43 Mn |
| Dec 31, 2018 | 10.62 Mn |
| Sep 30, 2018 | 8.90 Mn |
| Jun 30, 2018 | 6.64 Mn |
| Mar 31, 2018 | 29.99 Mn |
| Dec 31, 2017 | 4.56 Mn |
| Sep 30, 2017 | 579,000.00 |
| Jun 30, 2017 | -8.49 Mn |
| Mar 31, 2017 | 7.73 Mn |
| Dec 31, 2016 | 282,000.00 |
| Sep 30, 2016 | 1.78 Mn |
ServiceNow 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=NOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "NOW", "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=NOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();