Hsbc Holdings (HSBC) EV to CFO (2009 - 2019)
Hsbc Holdings' (HSBC) quarterly EV to CFO came in at 0.46 in Q4 2021, up 142.27% year-over-year from 0.19 in Q4 2020, and up 142.27% quarter-over-quarter from 0.19 in Q4 2020.
Hsbc Holdings (HSBC) EV to CFO (2009 - 2019) Analysis & Trends
Hsbc Holdings has disclosed EV to CFO across 11 years of filings, most recently posting 0.46 for Q4 2021.
- In Q4 2021, EV to CFO rose 142.27% year-over-year to 0.46; the TTM figure through Dec 2021 stood at 0.46 (up 142.27% YoY), while the FY2025 annual figure was 43.64, up 354.85% from the prior year.
- EV to CFO came in at 0.46 for Q4 2021 at Hsbc Holdings, up from 0.19 in the prior quarter.
- In the past five years, EV to CFO ranged from a high of 11.79 in Q4 2019 to a low of 0.19 in Q4 2020.
- Average EV to CFO over 3 years is 4.15, with a median of 0.46 recorded in 2021.
- Year-over-year, EV to CFO tumbled 98.4% in 2020 and soared 142.27% in 2021.
- Over 3 years, EV to CFO stood at 11.79 in 2019, then plunged by 98.4% to 0.19 in 2020, then jumped by 142.27% to 0.46 in 2021.
- Per Business Quant data, the three most recent EV to CFO figures were 0.46 in Q4 2021, 0.19 in Q4 2020, and 11.79 in Q4 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 431.79 Bn | 551.73 Bn | - |
| 2 | Bank Of America | 397.71 Bn | -1,978.36 Bn | - |
| 3 | Hsbc Holdings | 346.67 Bn | 346.72 Bn | - |
| 4 | Morgan Stanley | 308.51 Bn | -200.59 Bn | - |
| 5 | Royal Bank Of Canada | 282.83 Bn | 133.58 Bn | - |
| 6 | Mitsubishi Ufj Financial | 278.77 Bn | -1,309.72 Bn | 10.89 Bn |
| 7 | Goldman Sachs | 272.62 Bn | -3,284.50 Bn | - |
| 8 | Wells Fargo & Company | 251.27 Bn | 253.41 Bn | - |
| 9 | Banco Santander | 210.06 Bn | 217.67 Bn | - |
| 10 | American Express | 208.41 Bn | 231.25 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 0.04 |
| Sep 30, 2019 | -0.20 |
| Jun 30, 2019 | 0.05 |
| Mar 31, 2019 | -0.21 |
| Dec 31, 2018 | 0.05 |
| Sep 30, 2018 | -0.21 |
| Jun 30, 2018 | 0.09 |
| Mar 31, 2018 | 0.07 |
| Dec 31, 2017 | 0.10 |
| Sep 30, 2017 | -0.39 |
| Jun 30, 2017 | 0.20 |
| Dec 31, 2011 | -0.03 |
| Sep 30, 2011 | 2.56 |
| Jun 30, 2011 | 3.22 |
| Mar 31, 2011 | -3.90 |
| Dec 31, 2010 | 2.05 |
| Sep 30, 2010 | 23.15 |
| Jun 30, 2010 | 2.52 |
| Mar 31, 2010 | 19.99 |
| Dec 31, 2009 | 26.88 |
Hsbc Holdings EV to CFO 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=ev-to-cfo&ticker=HSBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-cfo", "ticker": "HSBC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ev-to-cfo&ticker=HSBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();