Hsbc Holdings (HSBC) Price to FCF (2009 - 2019)
Hsbc Holdings' (HSBC) quarterly Price to FCF came in at 3.63 in Q4 2021, down 2.71% year-over-year from 3.73 in Q4 2020, and down 2.71% quarter-over-quarter from 3.73 in Q4 2020.
Hsbc Holdings (HSBC) Price to FCF (2009 - 2019) Analysis & Trends
Hsbc Holdings has disclosed Price to FCF across 11 years of filings, most recently posting 3.63 for Q4 2021.
- In Q4 2021, Price to FCF fell 2.71% year-over-year to 3.63; the TTM figure through Dec 2021 stood at 3.63 (down 2.71% YoY), while the FY2025 annual figure was 113.53, up 437.21% from the prior year.
- Price to FCF came in at 3.63 for Q4 2021 at Hsbc Holdings, down from 3.73 in the prior quarter.
- In the past five years, Price to FCF ranged from a high of 25.1 in Q4 2019 to a low of 3.63 in Q4 2021.
- Average Price to FCF over 3 years is 10.82, with a median of 3.73 recorded in 2020.
- Year-over-year, Price to FCF slumped 85.12% in 2020 and slipped 2.71% in 2021.
- Over 3 years, Price to FCF stood at 25.1 in 2019, then tumbled by 85.12% to 3.73 in 2020, then slipped by 2.71% to 3.63 in 2021.
- Per Business Quant data, the three most recent Price to FCF figures were 3.63 in Q4 2021, 3.73 in Q4 2020, and 25.1 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.08 |
| Sep 30, 2019 | 0.08 |
| Jun 30, 2019 | 0.09 |
| Mar 31, 2019 | 0.09 |
| Dec 31, 2018 | 0.09 |
| Sep 30, 2018 | 0.10 |
| Jun 30, 2018 | 0.11 |
| Mar 31, 2018 | 0.11 |
| Dec 31, 2017 | 0.15 |
| Sep 30, 2017 | 0.23 |
| Jun 30, 2017 | 0.38 |
| Dec 31, 2011 | 1.66 |
| Sep 30, 2011 | 2.44 |
| Jun 30, 2011 | 3.46 |
| Mar 31, 2011 | 3.14 |
| Dec 31, 2010 | 3.05 |
| Sep 30, 2010 | 18.84 |
| Jun 30, 2010 | 2.89 |
| Mar 31, 2010 | 16.69 |
| Dec 31, 2009 | 23.52 |
Hsbc Holdings Price 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=price-to-fcf&ticker=HSBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-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=price-to-fcf&ticker=HSBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();