Paychex (PAYX) Long-Term Deferred Tax (2009 - 2014)
Paychex's (PAYX) quarterly Long-Term Deferred Tax came in at $1.9 million in Q1 2026, little changed quarter-over-quarter from $1.9 million in Q4 2025.
Paychex (PAYX) Long-Term Deferred Tax (2009 - 2014) Analysis & Trends
Paychex has disclosed Long-Term Deferred Tax across 8 years of filings, most recently posting $1.9 million for Q1 2026.
- In Q1 2026, Long-Term Deferred Tax changed N/A year-over-year to $1.9 million; the TTM figure through Feb 2026 stood at $1.9 million (changed N/A YoY), while the FY2014 annual figure was $37.1 million, up 8.8% from the prior year.
- Long-Term Deferred Tax came in at $1.9 million for Q1 2026 at Paychex, roughly flat from $1.9 million in the prior quarter.
- In the past five years, Long-Term Deferred Tax ranged from a high of $1.9 million in Q3 2025 to a low of $1.9 million in Q3 2025.
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 | Paychex | 37.16 Bn | 36.02 Bn | 1.19 Bn |
Historic Data
| Date | Value |
|---|---|
| Nov 30, 2014 | 38.70 Mn |
| Aug 31, 2014 | 36.20 Mn |
| May 31, 2014 | 37.10 Mn |
| Feb 28, 2014 | 36.30 Mn |
| Nov 30, 2013 | 36.10 Mn |
| Aug 31, 2013 | 36.30 Mn |
| May 31, 2013 | 34.10 Mn |
| Feb 28, 2013 | 32.60 Mn |
| Nov 30, 2012 | 31.30 Mn |
| Aug 31, 2012 | 30.50 Mn |
| May 31, 2012 | 29.20 Mn |
| Feb 29, 2012 | 28.00 Mn |
| Nov 30, 2011 | 27.70 Mn |
| Aug 31, 2011 | 25.90 Mn |
| May 31, 2011 | 25.40 Mn |
| Feb 28, 2011 | 25.00 Mn |
| Nov 30, 2010 | 23.30 Mn |
| Aug 31, 2010 | 21.30 Mn |
| May 31, 2010 | 21.10 Mn |
| Feb 28, 2010 | 19.72 Mn |
Paychex Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=PAYX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=PAYX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();