ServiceNow (NOW) Non Operating Investment Income (2012 - 2018)
ServiceNow's (NOW) quarterly Non Operating Investment Income came in at $2.0 million in Q2 2018, up 278.44% on a YoY basis from $524000.0 in Q2 2017, and up 164.63% quarter-over-quarter from -$3.1 million in Q1 2018.
ServiceNow (NOW) Non Operating Investment Income (2012 - 2018) Analysis & Trends
ServiceNow (NOW) has reported Non Operating Investment Income for 7 consecutive years, with $2.0 million the latest figure, recorded in Q2 2018.
- For the quarter ending Q2 2018, Non Operating Investment Income rose 278.44% year-over-year to $2.0 million; the trailing twelve-month figure through Jun 2018 stood at -$3.8 million (down 158.18% YoY), and the FY2017 full-year result was $5.4 million, up 814.46% from the prior year.
- Non Operating Investment Income rose to $2.0 million in Q2 2018 per NOW's latest filing, from -$3.1 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $7.6 million in Q1 2017 and bottomed at -$3.1 million in Q1 2018.
- Historically, Non Operating Investment Income has averaged $148777.8 across 5 years, with a median of -$43000.0 in 2014.
- The sharpest annual moves came in 2014 and 2015: Non Operating Investment Income sank 562.18% in 2014, then jumped 1876.0% in 2015.
- Over 5 years, Non Operating Investment Income stood at -$788000.0 in 2014, then sank by 110.79% to -$1.7 million in 2015, then surged by 43.71% to -$935000.0 in 2016, then jumped by 114.33% to $134000.0 in 2017, then soared by 1379.85% to $2.0 million in 2018.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered $2.0 million, -$3.1 million, and $134000.0 for Q2 2018, Q1 2018, and Q4 2017 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 53.00 Mn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | - |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 2.61 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 | - |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2018 | 1.98 Mn |
| Mar 31, 2018 | -3.07 Mn |
| Dec 31, 2017 | 134,000.00 |
| Sep 30, 2017 | -2.86 Mn |
| Jun 30, 2017 | 524,000.00 |
| Mar 31, 2017 | 7.58 Mn |
| Dec 31, 2016 | -935,000.00 |
| Sep 30, 2016 | -615,000.00 |
| Jun 30, 2016 | 505,000.00 |
| Mar 31, 2016 | 1.63 Mn |
| Dec 31, 2015 | -1.66 Mn |
| Sep 30, 2015 | -111,000.00 |
| Jun 30, 2015 | -314,000.00 |
| Mar 31, 2015 | 494,000.00 |
| Dec 31, 2014 | -788,000.00 |
| Sep 30, 2014 | -212,000.00 |
| Jun 30, 2014 | 365,000.00 |
| Mar 31, 2014 | 25,000.00 |
| Dec 31, 2013 | -119,000.00 |
| Sep 30, 2013 | 412,000.00 |
ServiceNow Non Operating Investment 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-investment-income&ticker=NOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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-investment-income&ticker=NOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();