Paychex (PAYX) Equity Income (2014 - 2019)
Paychex's (PAYX) quarterly Equity Income came in at $1.0 million in Q2 2019, up 1100.0% quarter-over-quarter from -$100000.0 in Q1 2019.
Paychex (PAYX) Equity Income (2014 - 2019) Analysis & Trends
Paychex has disclosed Equity Income across 6 years of filings, most recently posting $1.0 million for Q2 2019.
- In Q2 2019, Equity Income changed N/A year-over-year to $1.0 million; the TTM figure through May 2019 stood at $1.0 million (up 900.0% YoY), while the FY2019 annual figure was $1.0 million, up 66.67% from the prior year.
- Equity Income came in at $1.0 million for Q2 2019 at Paychex, up from -$100000.0 in the prior quarter.
- In the past five years, Equity Income ranged from a high of $1.0 million in Q2 2019 to a low of -$2.1 million in Q2 2016.
- Average Equity Income over 5 years is -$261538.5, with a median of -$200000.0 recorded in 2015.
- Year-over-year, Equity Income sank 350.0% in 2016 and jumped 150.0% in 2018.
- Over 5 years, Equity Income stood at -$200000.0 in 2015, then slumped by 350.0% to -$900000.0 in 2016, then jumped by 133.33% to $300000.0 in 2017, then plunged by 66.67% to $100000.0 in 2018, then soared by 900.0% to $1.0 million in 2019.
- Per Business Quant data, the three most recent Equity Income figures were $1.0 million in Q2 2019, -$100000.0 in Q1 2019, and $100000.0 in Q4 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (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 | Paychex | 37.16 Bn | 36.02 Bn | 1.19 Bn | - |
Historic Data
| Date | Value |
|---|---|
| May 31, 2019 | 1.00 Mn |
| Feb 28, 2019 | -100,000.00 |
| Nov 30, 2018 | 100,000.00 |
| Feb 28, 2018 | 300,000.00 |
| Nov 30, 2017 | 300,000.00 |
| May 31, 2017 | -500,000.00 |
| Feb 28, 2017 | -600,000.00 |
| Nov 30, 2016 | -900,000.00 |
| Aug 31, 2016 | -200,000.00 |
| May 31, 2016 | -2.10 Mn |
| Feb 29, 2016 | -200,000.00 |
| Nov 30, 2015 | -200,000.00 |
| Aug 31, 2015 | -300,000.00 |
| May 31, 2014 | -200,000.00 |
| Feb 28, 2014 | -200,000.00 |
Paychex Equity 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=equity-income&ticker=PAYX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "ticker": "PAYX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=equity-income&ticker=PAYX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();