Sap Se (SAP) Dividend Coverage Ratio (2009 - 2022)
Sap Se (SAP) posted Dividend Coverage Ratio of 0.35 for Q4 2022, up 109.52% on a QoQ basis from 3.64 in Q4 2021, and up 109.52% year-over-year from 0.17 in Q4 2021.
Sap Se (SAP) Dividend Coverage Ratio (2009 - 2022) Analysis & Trends
Sap Se has reported Dividend Coverage Ratio for 7 years, with the latest figure at 0.35 in Q4 2022.
- On a quarterly basis, Dividend Coverage Ratio rose 109.52% year-over-year to 0.35 in Q4 2022; TTM through Sep 2024 was 2.94, a 267.35% decrease from a year earlier, with the FY2025 full-year figure at 2.61, down 114.35% from the prior year.
- Dividend Coverage Ratio was 0.35 for Q4 2022 at Sap Se, up from 3.64 in the prior quarter.
- The five-year high for Dividend Coverage Ratio was 0.35 in Q4 2022, with the low at 4.78 in Q2 2019.
- Average Dividend Coverage Ratio over 3 years is 2.0, with a median of 1.79 recorded in 2021.
- The largest YoY upside for Dividend Coverage Ratio was 109.52% in 2022 against a maximum downside of 109.52% in 2022.
- Over 3 years, Dividend Coverage Ratio stood at 4.78 in 2019, then grew by 23.87% to 3.64 in 2021, then soared by 109.52% to 0.35 in 2022.
- The last three Dividend Coverage Ratio figures came in at 0.35 (Q4 2022), 3.64 (Q4 2021), and 4.78 (Q2 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 2.99 |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | - |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 9.45 |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | - |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 1.43 |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 1.09 |
| 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 | -0.35 |
| Dec 31, 2021 | 3.64 |
| Jun 30, 2019 | 4.78 |
| Mar 31, 2019 | -0.07 |
| Dec 31, 2012 | 0.84 |
| Jun 30, 2012 | 0.50 |
| Dec 31, 2011 | 1.68 |
| Jun 30, 2011 | 0.85 |
| Mar 31, 2011 | 19.19 |
| Dec 31, 2010 | 0.74 |
| Sep 30, 2010 | 0.84 |
| Jun 30, 2010 | 0.82 |
| Dec 31, 2009 | 1.15 |
| Sep 30, 2009 | 0.73 |
| Jun 30, 2009 | 0.71 |
Sap Se Dividend Coverage 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=dividend-coverage-ratio&ticker=SAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-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=dividend-coverage-ratio&ticker=SAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();