ServiceNow (NOW) Change in Receivables (2012 - 2026)
ServiceNow's (NOW) quarterly Change in Receivables came in at $441.0 million in Q2 2026, up 46.03% on a YoY basis from $302.0 million in Q2 2025, and up 148.36% quarter-over-quarter from -$912.0 million in Q1 2026.
ServiceNow (NOW) Change in Receivables (2012 - 2026) Analysis & Trends
ServiceNow (NOW) has reported Change in Receivables for 15 consecutive years, with $441.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Receivables rose 46.03% year-over-year to $441.0 million; the trailing twelve-month figure through Jun 2026 stood at $440.0 million (up 185.71% YoY), and the FY2025 full-year result was $312.0 million, up 22.83% from the prior year.
- Change in Receivables improved to $441.0 million in Q2 2026 per NOW's latest filing, from -$912.0 million in the prior quarter.
- Across five years, Change in Receivables topped out at $1.1 billion in Q4 2025 and bottomed at -$912.0 million in Q1 2026.
- Historically, Change in Receivables has averaged $40.8 million across 5 years, with a median of $58.5 million in 2022.
- The widest YoY moves for Change in Receivables: up 1450.0% in 2024, down 374.7% in 2024.
- Over 5 years, Change in Receivables stood at $785.0 million in 2022, then rose by 8.54% to $852.0 million in 2023, then climbed by 15.14% to $981.0 million in 2024, then increased by 7.24% to $1.1 billion in 2025, then tumbled by 58.08% to $441.0 million in 2026.
- According to Business Quant data, Change in Receivables over the past three periods registered $441.0 million, -$912.0 million, and $1.1 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 72.83 Mn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 1.01 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 9.30 Mn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 1.40 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 441.00 Mn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | -34.40 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | -208.00 Mn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | -4.24 Mn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 441.00 Mn |
| Mar 31, 2026 | -912.00 Mn |
| Dec 31, 2025 | 1.05 Bn |
| Sep 30, 2025 | -141.00 Mn |
| Jun 30, 2025 | 302.00 Mn |
| Mar 31, 2025 | -901.00 Mn |
| Dec 31, 2024 | 981.00 Mn |
| Sep 30, 2024 | -228.00 Mn |
| Jun 30, 2024 | 216.00 Mn |
| Mar 31, 2024 | -715.00 Mn |
| Dec 31, 2023 | 852.00 Mn |
| Sep 30, 2023 | 83.00 Mn |
| Jun 30, 2023 | -16.00 Mn |
| Mar 31, 2023 | -619.00 Mn |
| Dec 31, 2022 | 785.00 Mn |
| Sep 30, 2022 | 66.00 Mn |
| Jun 30, 2022 | 51.00 Mn |
| Mar 31, 2022 | -562.00 Mn |
| Dec 31, 2021 | 620.00 Mn |
| Sep 30, 2021 | 5.00 Mn |
ServiceNow Change in Receivables 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=change-in-receivables&ticker=NOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=NOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();