Science Applications International (SAIC) Shares Outstanding (Diluted) (2012 - 2026)
Analysis
Science Applications International (SAIC) Shares Outstanding (Diluted) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Dil.) (Qtr) |
|---|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn | 4.12 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 | - | 225.49 Mn |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn | 52.27 Mn |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn | 42.80 Mn |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn | 152.83 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 | 34.77 Mn |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn | 15.79 Mn |
| 10 | DXC Technology | 1.74 Bn | 9.39 Mn | 611.00 Mn | 166.27 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 42.80 Mn |
| May 1, 2026 | 44.00 Mn |
| Jan 30, 2026 | 46.50 Mn |
| Oct 31, 2025 | 46.10 Mn |
| Aug 1, 2025 | 46.80 Mn |
| May 2, 2025 | 47.80 Mn |
| Jan 31, 2025 | 50.50 Mn |
| Nov 1, 2024 | 49.80 Mn |
| Aug 2, 2024 | 51.20 Mn |
| May 3, 2024 | 52.10 Mn |
| Feb 2, 2024 | 53.70 Mn |
| Nov 3, 2023 | 53.30 Mn |
| Aug 4, 2023 | 53.90 Mn |
| May 5, 2023 | 54.80 Mn |
| Feb 3, 2023 | 55.80 Mn |
| Oct 28, 2022 | 55.50 Mn |
| Jul 29, 2022 | 55.90 Mn |
| Apr 29, 2022 | 56.60 Mn |
| Jan 28, 2022 | 58.10 Mn |
| Oct 29, 2021 | 58.00 Mn |
API Access
Science Applications International Shares Outstanding (Diluted) 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-diluted&ticker=SAIC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding-diluted", "ticker": "SAIC", "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-diluted&ticker=SAIC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();