Workday (WDAY) Other Non Operating Income (2011 - 2018)
Workday (WDAY) posted Other Non Operating Income of $26.6 million for Q4 2018, up 1550.15% on a QoQ basis from $1.6 million in Q3 2018, and up 811.3% year-over-year from $2.9 million in Q4 2017.
Workday (WDAY) Other Non Operating Income (2011 - 2018) Analysis & Trends
Workday has reported Other Non Operating Income for 8 years, with the latest figure at $26.6 million in Q4 2018.
- On a quarterly basis, Other Non Operating Income rose 811.3% year-over-year to $26.6 million in Q4 2018; TTM through Oct 2018 was $17.3 million, a 355.79% increase from a year earlier, with the FY2018 full-year figure at -$11.6 million, up 64.34% from the prior year.
- Other Non Operating Income was $26.6 million for Q4 2018 at Workday, up from $1.6 million in the prior quarter.
- The five-year high for Other Non Operating Income was $26.6 million in Q4 2018, with the low at -$21.2 million in Q3 2016.
- Average Other Non Operating Income over 5 years is -$4.1 million, with a median of -$6.2 million recorded in 2016.
- The sharpest annual moves came in 2014 and 2018: Other Non Operating Income slumped 4044.31% in 2014, then jumped 811.3% in 2018.
- Over 5 years, Other Non Operating Income stood at -$8.0 million in 2014, then increased by 16.47% to -$6.7 million in 2015, then soared by 53.81% to -$3.1 million in 2016, then retreated by 20.52% to -$3.7 million in 2017, then surged by 811.3% to $26.6 million in 2018.
- The last three Other Non Operating Income figures came in at $26.6 million (Q4 2018), $1.6 million (Q3 2018), and -$3.8 million (Q2 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
| 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 |
|---|---|
| Oct 31, 2018 | 26.62 Mn |
| Jul 31, 2018 | 1.61 Mn |
| Apr 30, 2018 | -3.85 Mn |
| Jan 31, 2018 | -7.10 Mn |
| Oct 31, 2017 | -3.74 Mn |
| Jul 31, 2017 | 938,000.00 |
| Apr 30, 2017 | -1.66 Mn |
| Jan 31, 2017 | -2.29 Mn |
| Oct 31, 2016 | -3.11 Mn |
| Jul 31, 2016 | -21.19 Mn |
| Apr 30, 2016 | -5.84 Mn |
| Jan 31, 2016 | -6.51 Mn |
| Oct 31, 2015 | -6.72 Mn |
| Jul 31, 2015 | -3.78 Mn |
| Apr 30, 2015 | -7.24 Mn |
| Jan 31, 2015 | -8.27 Mn |
| Oct 31, 2014 | -8.05 Mn |
| Jul 31, 2014 | -6.95 Mn |
| Apr 30, 2014 | -7.00 Mn |
| Jan 31, 2014 | -6.92 Mn |
Workday Other 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=other-non-operating-income&ticker=WDAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "WDAY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=WDAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();