Infosys (INFY) Change in Cash (2009 - 2026)
Infosys (INFY) posted Change in Cash of -$64.0 million for Q2 2026, down 150.0% on a QoQ basis from $128.0 million in Q1 2026, and down 119.75% year-over-year from $324.0 million in Q2 2025.
Infosys (INFY) Change in Cash (2009 - 2026) Analysis & Trends
Infosys has reported Change in Cash for 18 years, with the latest figure at -$64.0 million in Q2 2026.
- On a quarterly basis, Change in Cash fell 119.75% year-over-year to -$64.0 million in Q2 2026; TTM through Jun 2026 was -$824.0 million, a 424.84% decrease from a year earlier, with the FY2026 full-year figure at -$436.0 million, down 139.1% from the prior year.
- Change in Cash was -$64.0 million for Q2 2026 at Infosys, down from $128.0 million in the prior quarter.
- The five-year high for Change in Cash was $67.9 billion in Q3 2024, with the low at -$80.8 billion in Q1 2025.
- Average Change in Cash over 5 years is $26.4 million, with a median of $138.0 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2025: Change in Cash jumped 28467.21% in 2023, then sank 54711.49% in 2025.
- Over 5 years, Change in Cash stood at -$398.0 million in 2022, then sank by 8838.19% to -$35.6 billion in 2023, then surged by 134.91% to $12.4 billion in 2024, then sank by 643.35% to -$67.5 billion in 2025, then jumped by 99.91% to -$64.0 million in 2026.
- The last three Change in Cash figures came in at -$64.0 million (Q2 2026), $128.0 million (Q1 2026), and -$67.5 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | -64.00 Mn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | -466.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | -468.38 Mn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | -216.80 Mn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | -36.24 Mn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | -41.88 Mn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | -47.04 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | -106.23 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | -248.33 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -64.00 Mn |
| Mar 31, 2026 | 128.00 Mn |
| Dec 31, 2025 | -67.48 Bn |
| Sep 30, 2025 | 66.60 Bn |
| Jun 30, 2025 | 324.00 Mn |
| Mar 31, 2025 | -80.83 Bn |
| Dec 31, 2024 | 12.42 Bn |
| Sep 30, 2024 | 67.92 Bn |
| Jun 30, 2024 | 1.60 Bn |
| Mar 31, 2024 | 148.00 Mn |
| Dec 31, 2023 | -35.57 Bn |
| Sep 30, 2023 | 34.85 Bn |
| Jun 30, 2023 | 898.00 Mn |
| Mar 31, 2023 | 53.00 Mn |
| Dec 31, 2022 | -398.00 Mn |
| Sep 30, 2022 | 122.00 Mn |
| Jun 30, 2022 | -430.00 Mn |
| Mar 31, 2022 | 189.00 Mn |
| Dec 31, 2021 | 65.11 Bn |
| Sep 30, 2021 | -65.82 Bn |
Infosys Change in Cash 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-cash&ticker=INFY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "INFY", "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-cash&ticker=INFY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();