Infosys (INFY) Cash from Investing Activities (2009 - 2026)
Infosys (INFY) posted Cash from Investing Activities of $158.0 million for Q2 2026, up 100.25% on a QoQ basis from -$64.0 billion in Q1 2026, and down 67.82% year-over-year from $491.0 million in Q2 2025.
Infosys (INFY) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Infosys has reported Cash from Investing Activities for 18 years, with the latest figure at $158.0 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 67.82% year-over-year to $158.0 million in Q2 2026; TTM through Jun 2026 was -$323.0 million, a 19.05% increase from a year earlier, with the FY2026 full-year figure at $10.0 million, up 102.77% from the prior year.
- Cash from Investing Activities was $158.0 million for Q2 2026 at Infosys, up from -$64.0 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was $64.2 billion in Q4 2025, with the low at -$64.0 billion in Q1 2026.
- Average Cash from Investing Activities over 5 years is -$95.9 million, with a median of -$110.0 million recorded in 2023.
- The largest YoY upside for Cash from Investing Activities was 15661.89% in 2024 against a maximum downside of 20266.67% in 2024.
- Over 5 years, Cash from Investing Activities stood at $325.0 million in 2022, then sank by 92.62% to $24.0 million in 2023, then plunged by 20266.67% to -$4.8 billion in 2024, then jumped by 1425.6% to $64.2 billion in 2025, then tumbled by 99.75% to $158.0 million in 2026.
- The last three Cash from Investing Activities figures came in at $158.0 million (Q2 2026), -$64.0 billion (Q1 2026), and $64.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | 158.00 Mn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | -703.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | -53.86 Mn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | -27.90 Mn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | -115.62 Mn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | -21.14 Mn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | -15.66 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | 10.68 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | -16.51 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 158.00 Mn |
| Mar 31, 2026 | -64.01 Bn |
| Dec 31, 2025 | 64.16 Bn |
| Sep 30, 2025 | -630.00 Mn |
| Jun 30, 2025 | 491.00 Mn |
| Mar 31, 2025 | -34.02 Bn |
| Dec 31, 2024 | -4.84 Bn |
| Sep 30, 2024 | 37.97 Bn |
| Jun 30, 2024 | 529.00 Mn |
| Mar 31, 2024 | -667.00 Mn |
| Dec 31, 2023 | 24.00 Mn |
| Sep 30, 2023 | -244.00 Mn |
| Jun 30, 2023 | 179.00 Mn |
| Mar 31, 2023 | 224.00 Mn |
| Dec 31, 2022 | 325.00 Mn |
| Sep 30, 2022 | -488.00 Mn |
| Jun 30, 2022 | -279.00 Mn |
| Mar 31, 2022 | -607.00 Mn |
| Dec 31, 2021 | -196.00 Mn |
| Sep 30, 2021 | 239.00 Mn |
Infosys Cash from Investing Activities 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=cash-from-investing-activities&ticker=INFY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=INFY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();