Sap Se (SAP) Shares Outstanding (2009 - 2026)
Sap Se (SAP) posted Shares Outstanding (Entity) of $1.2 billion for Q4 2025, little changed on a QoQ basis from $1.2 billion in Q4 2024, and little changed year-over-year from $1.2 billion in Q4 2024.
Sap Se (SAP) Shares Outstanding (2009 - 2026) Analysis & Trends
Sap Se has reported Shares Outstanding (Entity) for 17 years, with the latest figure at $1.2 billion in Q4 2025.
- On a quarterly basis, Shares Outstanding (Entity) changed 0.0% year-over-year to $1.2 billion in Q4 2025; TTM through Dec 2025 was $1.2 billion, a 0.0% change from a year earlier, with the FY2025 full-year figure at $1.2 billion, changed 0.0% from the prior year.
- Shares Outstanding (Entity) was $1.2 billion for Q4 2025 at Sap Se, roughly flat from $1.2 billion in the prior quarter.
- The five-year high for Shares Outstanding (Entity) was $1.2 billion in Q4 2021, with the low at $1.2 billion in Q4 2021.
- Average Shares Outstanding (Entity) over 5 years is $1.2 billion, with a median of $1.2 billion recorded in 2021.
- The largest YoY upside for Shares Outstanding (Entity) was 0.0% in 2021 against a maximum downside of 0.0% in 2021.
- Over 5 years, Shares Outstanding (Entity) stood at $1.2 billion in 2021, then changed by 0.0% to $1.2 billion in 2022, then changed by 0.0% to $1.2 billion in 2023, then changed by 0.0% to $1.2 billion in 2024, then changed by 0.0% to $1.2 billion in 2025.
- The last three Shares Outstanding (Entity) figures came in at $1.2 billion (Q4 2025), $1.2 billion (Q4 2024), and $1.2 billion (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 2.40 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 2.97 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 1.17 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 820.00 Mn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 1.03 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 402.30 Mn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 276.00 Mn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | 1.83 Bn |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | 352.53 Mn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 245.18 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.17 Bn |
| Mar 31, 2026 | 1.17 Bn |
| Dec 31, 2025 | 1.17 Bn |
| Sep 30, 2025 | 1.17 Bn |
| Jun 30, 2025 | 1.17 Bn |
| Mar 31, 2025 | 1.17 Bn |
| Dec 31, 2024 | 1.17 Bn |
| Sep 30, 2024 | 1.17 Bn |
| Jun 30, 2024 | 1.17 Bn |
| Mar 31, 2024 | 1.17 Bn |
| Dec 31, 2023 | 1.17 Bn |
| Sep 30, 2023 | 1.17 Bn |
| Jun 30, 2023 | 1.17 Bn |
| Mar 31, 2023 | 1.17 Bn |
| Dec 31, 2022 | 1.17 Bn |
| Sep 30, 2022 | 1.18 Bn |
| Jun 30, 2022 | 1.18 Bn |
| Mar 31, 2022 | 1.18 Bn |
| Dec 31, 2021 | 1.18 Bn |
| Sep 30, 2021 | 1.18 Bn |
Sap Se 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=SAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "ticker": "SAP", "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=SAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();