Sap Se (SAP) Payout Ratio (2009 - 2022)
Sap Se (SAP) posted Payout Ratio of 2.89 for Q4 2022, up 1150.28% on a QoQ basis from 0.27 in Q4 2021, and up 1150.28% year-over-year from 0.23 in Q4 2021.
Sap Se (SAP) Payout Ratio (2009 - 2022) Analysis & Trends
Sap Se has reported Payout Ratio for 7 years, with the latest figure at 2.89 in Q4 2022.
- On a quarterly basis, Payout Ratio rose 1150.28% year-over-year to 2.89 in Q4 2022; TTM through Sep 2024 was 0.34, a 72.78% increase from a year earlier, with the FY2025 full-year figure at 0.38, up 53.35% from the prior year.
- Payout Ratio was 2.89 for Q4 2022 at Sap Se, up from 0.27 in the prior quarter.
- The five-year high for Payout Ratio was 14.66 in Q1 2019, with the low at 0.27 in Q4 2021.
- Average Payout Ratio over 3 years is 4.26, with a median of 1.34 recorded in 2022.
- The largest YoY upside for Payout Ratio was 1150.28% in 2022 against a maximum downside of 1150.28% in 2022.
- Over 3 years, Payout Ratio stood at 0.21 in 2019, then tumbled by 31.35% to 0.27 in 2021, then surged by 1150.28% to 2.89 in 2022.
- The last three Payout Ratio figures came in at 2.89 (Q4 2022), 0.27 (Q4 2021), and 0.21 (Q2 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 2.89 |
| Dec 31, 2021 | -0.27 |
| Jun 30, 2019 | -0.21 |
| Mar 31, 2019 | 14.66 |
| Dec 31, 2012 | -1.19 |
| Jun 30, 2012 | -1.98 |
| Dec 31, 2011 | -0.60 |
| Jun 30, 2011 | -1.18 |
| Mar 31, 2011 | -0.05 |
| Dec 31, 2010 | -1.36 |
| Sep 30, 2010 | -1.19 |
| Jun 30, 2010 | -1.21 |
| Dec 31, 2009 | -0.82 |
| Sep 30, 2009 | -1.37 |
| Jun 30, 2009 | -1.41 |
Sap Se Payout Ratio 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=payout-ratio&ticker=SAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-ratio", "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=payout-ratio&ticker=SAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();