Goldman Sachs (GS) Price to FCF (2009 - 2025)
Analysis
Goldman Sachs (GS) Price to FCF (2009 - 2025) Analysis & Trends
Peer Set
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
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 15.16 |
| Jun 30, 2023 | 5.05 |
| Mar 31, 2023 | 3.18 |
| Dec 31, 2022 | 23.19 |
| Sep 30, 2022 | 1.46 |
| Jun 30, 2022 | 7.89 |
| Dec 31, 2021 | 78.24 |
| Jun 30, 2021 | 2.27 |
| Mar 31, 2021 | 4.53 |
| Sep 30, 2020 | 5.26 |
| Mar 31, 2020 | 8.79 |
| Dec 31, 2019 | 5.18 |
| Dec 31, 2018 | 7.16 |
| Mar 31, 2017 | 36.03 |
| Dec 31, 2016 | 25.91 |
| Sep 30, 2016 | 6.71 |
| Jun 30, 2016 | 3.84 |
| Dec 31, 2015 | 9.89 |
| Sep 30, 2015 | 21.55 |
| Mar 31, 2015 | 36.77 |
API Access
Goldman Sachs 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=GS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-fcf", "ticker": "GS", "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=GS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();