Infosys (INFY) Shares Outstanding (2009 - 2026)
Infosys (INFY) posted Shares Outstanding (Entity) of $4.1 billion for Q1 2026, down 2.35% on a QoQ basis from $4.2 billion in Q1 2025, and down 2.35% year-over-year from $4.2 billion in Q1 2025.
Infosys (INFY) Shares Outstanding (2009 - 2026) Analysis & Trends
Infosys has reported Shares Outstanding (Entity) for 11 years, with the latest figure at $4.1 billion in Q1 2026.
- On a quarterly basis, Shares Outstanding (Entity) fell 2.35% year-over-year to $4.1 billion in Q1 2026; TTM through Mar 2026 was $4.1 billion, a 2.35% decrease from a year earlier, with the FY2026 full-year figure at $4.1 billion, down 2.35% from the prior year.
- Shares Outstanding (Entity) was $4.1 billion for Q1 2026 at Infosys, down from $4.2 billion in the prior quarter.
- The five-year high for Shares Outstanding (Entity) was $4.2 billion in Q1 2022, with the low at $4.1 billion in Q1 2026.
- Average Shares Outstanding (Entity) over 5 years is $4.1 billion, with a median of $4.2 billion recorded in 2024.
- The sharpest annual moves came in 2025 and 2026: Shares Outstanding (Entity) climbed 0.06% in 2025, then slipped 2.35% in 2026.
- Over 5 years, Shares Outstanding (Entity) stood at $4.2 billion in 2022, then decreased by 1.38% to $4.1 billion in 2023, then advanced by 0.06% to $4.2 billion in 2024, then climbed by 0.06% to $4.2 billion in 2025, then declined by 2.35% to $4.1 billion in 2026.
- The last three Shares Outstanding (Entity) figures came in at $4.1 billion (Q1 2026), $4.2 billion (Q1 2025), and $4.2 billion (Q1 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn | 4.11 Bn |
| 2 | Cognizant Technology Solutions | 26.84 Bn | 25.79 Bn | 1.83 Bn | 466.00 Mn |
| 3 | Cgi | 13.60 Bn | 13.02 Bn | - | 222.69 Mn |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn | 52.20 Mn |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn | 42.40 Mn |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn | 152.55 Mn |
| 7 | Kyndryl Holdings | 2.65 Bn | 639.03 Mn | 776.00 Mn | 220.60 Mn |
| 8 | Innodata | 2.10 Bn | 1.85 Bn | 42.46 Mn | 33.47 Mn |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn | 15.31 Mn |
| 10 | DXC Technology | 1.74 Bn | 9.39 Mn | 611.00 Mn | 162.86 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.11 Bn |
| Mar 31, 2026 | 4.11 Bn |
| Dec 31, 2025 | 4.14 Bn |
| Sep 30, 2025 | 4.14 Bn |
| Jun 30, 2025 | 4.14 Bn |
| Mar 31, 2025 | 4.14 Bn |
| Dec 31, 2024 | 4.14 Bn |
| Sep 30, 2024 | 4.14 Bn |
| Jun 30, 2024 | 4.14 Bn |
| Mar 31, 2024 | 4.14 Bn |
| Dec 31, 2023 | 4.18 Bn |
| Sep 30, 2023 | 4.18 Bn |
| Jun 30, 2023 | 4.18 Bn |
| Mar 31, 2023 | 4.18 Bn |
| Dec 31, 2022 | 4.21 Bn |
| Sep 30, 2022 | 4.21 Bn |
| Jun 30, 2022 | 4.21 Bn |
| Mar 31, 2022 | 4.21 Bn |
| Dec 31, 2021 | 4.24 Bn |
| Sep 30, 2021 | 4.24 Bn |
Infosys Shares Outstanding 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=shares-outstanding&ticker=INFY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=INFY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();