Intuit (INTU) Change in Account Payables (2009 - 2026)
Intuit's (INTU) quarterly Change in Account Payables came in at -$218.0 million in Q3 2026, down 2.83% year-over-year from -$224.3 million in Q3 2025, and down 245.33% on a QoQ basis from $150.0 million in Q2 2026.
Intuit (INTU) Change in Account Payables (2009 - 2026) Analysis & Trends
Intuit (INTU) has 18 years of Change in Account Payables data on file, last reported at -$218.0 million in Q3 2026.
- On a quarterly basis, Change in Account Payables fell 2.83% year-over-year to -$218.0 million in Q3 2026; TTM through Jul 2026 was $63.0 million, a 13.7% decrease from a year earlier, with the FY2026 full-year figure at $63.0 million, down 13.7% from the prior year.
- Change in Account Payables for Q3 2026 stood at -$218.0 million, down from $150.0 million in the prior quarter.
- Across five years, Change in Account Payables topped out at $394.0 million in Q1 2025 and bottomed at -$309.0 million in Q3 2023.
- Historically, Change in Account Payables has averaged $9.7 million across 5 years, with a median of -$5.0 million in 2023.
- The widest annual swing landed in 2022, when Change in Account Payables slumped 1608.33%; it then jumped 7500.0% in 2023.
- Year by year, Change in Account Payables stood at -$71.0 million in 2022, then soared by 92.96% to -$5.0 million in 2023, then slumped by 1400.0% to -$75.0 million in 2024, then tumbled by 80.0% to -$135.0 million in 2025, then tumbled by 61.48% to -$218.0 million in 2026.
- Per Business Quant data, the three most recent Change in Account Payables figures were -$218.0 million in Q3 2026, $150.0 million in Q2 2026, and $266.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (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 | -241.00 Mn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 28.50 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | -218.00 Mn |
| 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 |
|---|---|
| Jul 31, 2026 | -218.00 Mn |
| Apr 30, 2026 | 150.00 Mn |
| Jan 31, 2026 | 266.00 Mn |
| Oct 31, 2025 | -135.00 Mn |
| Jul 31, 2025 | -212.00 Mn |
| Apr 30, 2025 | -34.00 Mn |
| Jan 31, 2025 | 394.00 Mn |
| Oct 31, 2024 | -75.00 Mn |
| Jul 31, 2024 | -153.00 Mn |
| Apr 30, 2024 | 135.00 Mn |
| Jan 31, 2024 | 156.00 Mn |
| Oct 31, 2023 | -5.00 Mn |
| Jul 31, 2023 | -309.00 Mn |
| Apr 30, 2023 | 152.00 Mn |
| Jan 31, 2023 | 131.00 Mn |
| Oct 31, 2022 | -71.00 Mn |
| Jul 31, 2022 | -181.00 Mn |
| Apr 30, 2022 | 2.00 Mn |
| Jan 31, 2022 | 191.00 Mn |
| Oct 31, 2021 | -107.00 Mn |
Intuit Change in Account Payables 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-account-payables&ticker=INTU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "INTU", "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-account-payables&ticker=INTU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();