Cisco Systems (CSCO) Change in Receivables (2009 - 2026)
Cisco Systems' (CSCO) quarterly Change in Receivables came in at $1.0 billion in Q3 2026, down 28.64% year-over-year from $1.4 billion in Q3 2025, and up 866.17% quarter-over-quarter from -$133.0 million in Q2 2026.
Cisco Systems (CSCO) Change in Receivables (2009 - 2026) Analysis & Trends
Cisco Systems has disclosed Change in Receivables across 18 years of filings, most recently posting $1.0 billion for Q3 2026.
- In Q3 2026, Change in Receivables fell 28.64% year-over-year to $1.0 billion; the TTM figure through Jul 2026 stood at $832.0 million (up 3681.82% YoY), while the FY2026 annual figure was $832.0 million, up 3681.82% from the prior year.
- Change in Receivables came in at $1.0 billion for Q3 2026 at Cisco Systems, up from -$133.0 million in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $1.8 billion in Q1 2026 to a low of -$2.2 billion in Q4 2024.
- Average Change in Receivables over 5 years is $97.1 million, with a median of -$101.0 million recorded in 2023.
- Year-over-year, Change in Receivables plunged 3380.0% in 2022 and surged 3210.53% in 2025.
- Over 5 years, Change in Receivables stood at -$1.1 billion in 2022, then rose by 12.51% to -$979.0 million in 2023, then plunged by 127.48% to -$2.2 billion in 2024, then advanced by 16.61% to -$1.9 billion in 2025, then soared by 154.87% to $1.0 billion in 2026.
- Per Business Quant data, the three most recent Change in Receivables figures were $1.0 billion in Q3 2026, -$133.0 million in Q2 2026, and $1.8 billion in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,923.51 Bn | 4,861.11 Bn | 54.77 Bn | 979.00 Mn |
| 2 | Cisco Systems | 419.97 Bn | 404.45 Bn | 11.06 Bn | 1.02 Bn |
| 3 | Dell Technologies | 351.63 Bn | 340.06 Bn | 9.83 Bn | -2.90 Bn |
| 4 | Sandisk | 265.22 Bn | 260.46 Bn | 7.58 Bn | 1.98 Bn |
| 5 | Arista Networks | 256.62 Bn | 243.27 Bn | 1.91 Bn | 342.40 Mn |
| 6 | Seagate Technology Holdings | 209.52 Bn | 207.82 Bn | 1.90 Bn | 337.00 Mn |
| 7 | Western Digital | 171.00 Bn | 169.42 Bn | 2.03 Bn | 133.00 Mn |
| 8 | Sony | 142.68 Bn | 123.26 Bn | 6.53 Bn | -50.83 Mn |
| 9 | Lumentum Holdings | 83.02 Bn | 80.28 Bn | 477.30 Mn | 78.90 Mn |
| 10 | Hewlett Packard Enterprise | 82.82 Bn | 76.61 Bn | 4.93 Bn | -101.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 25, 2026 | 1.02 Bn |
| Apr 25, 2026 | -133.00 Mn |
| Jan 24, 2026 | 1.80 Bn |
| Oct 25, 2025 | -1.86 Bn |
| Jul 26, 2025 | 1.43 Bn |
| Apr 26, 2025 | -437.00 Mn |
| Jan 25, 2025 | 1.26 Bn |
| Oct 26, 2024 | -2.23 Bn |
| Jul 27, 2024 | 1.58 Bn |
| Apr 27, 2024 | -345.00 Mn |
| Jan 27, 2024 | 38.00 Mn |
| Oct 28, 2023 | -979.00 Mn |
| Jul 29, 2023 | 760.00 Mn |
| Apr 29, 2023 | -101.00 Mn |
| Jan 28, 2023 | -274.00 Mn |
| Oct 29, 2022 | -1.12 Bn |
| Jul 30, 2022 | 875.00 Mn |
| Apr 30, 2022 | -174.00 Mn |
| Jan 29, 2022 | 735.00 Mn |
| Oct 30, 2021 | -427.00 Mn |
Cisco Systems 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=CSCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "ticker": "CSCO", "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=CSCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();