Hsbc Holdings (HSBC) EV to FCF (2009 - 2019)
Hsbc Holdings' (HSBC) quarterly EV to FCF came in at 0.48 in Q4 2021, up 139.95% year-over-year from 0.2 in Q4 2020, and up 139.95% quarter-over-quarter from 0.2 in Q4 2020.
Hsbc Holdings (HSBC) EV to FCF (2009 - 2019) Analysis & Trends
Hsbc Holdings has disclosed EV to FCF across 11 years of filings, most recently posting 0.48 for Q4 2021.
- In Q4 2021, EV to FCF rose 139.95% year-over-year to 0.48; the TTM figure through Dec 2021 stood at 0.48 (up 139.95% YoY), while the FY2025 annual figure was 70.18, up 631.37% from the prior year.
- EV to FCF came in at 0.48 for Q4 2021 at Hsbc Holdings, up from 0.2 in the prior quarter.
- In the past five years, EV to FCF ranged from a high of 13.4 in Q4 2019 to a low of 0.2 in Q4 2020.
- Average EV to FCF over 3 years is 4.69, with a median of 0.48 recorded in 2021.
- Year-over-year, EV to FCF tumbled 98.5% in 2020 and surged 139.95% in 2021.
- Over 3 years, EV to FCF stood at 13.4 in 2019, then plunged by 98.5% to 0.2 in 2020, then surged by 139.95% to 0.48 in 2021.
- Per Business Quant data, the three most recent EV to FCF figures were 0.48 in Q4 2021, 0.2 in Q4 2020, and 13.4 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.19 |
| Dec 31, 2011 | -0.03 |
| Sep 30, 2011 | 2.44 |
| Jun 30, 2011 | 3.06 |
| Mar 31, 2011 | -3.73 |
| Dec 31, 2010 | 1.96 |
| Sep 30, 2010 | 18.52 |
| Jun 30, 2010 | 2.47 |
| Mar 31, 2010 | 16.41 |
| Dec 31, 2009 | 20.84 |
Hsbc Holdings EV to FCF 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-fcf&ticker=HSBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "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-fcf&ticker=HSBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();