Capital One Financial (COF) Price to Book (2009 - 2026)
Analysis
Capital One Financial (COF) Price to Book (2009 - 2026) 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 | Capital One Financial | 122.76 Bn | 122.76 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.08 |
| Mar 31, 2026 | 1.00 |
| Dec 31, 2025 | 1.33 |
| Sep 30, 2025 | 1.19 |
| Jun 30, 2025 | 0.97 |
| Mar 31, 2025 | 1.08 |
| Dec 31, 2024 | 1.12 |
| Sep 30, 2024 | 0.91 |
| Jun 30, 2024 | 0.91 |
| Mar 31, 2024 | 0.98 |
| Dec 31, 2023 | 0.86 |
| Sep 30, 2023 | 0.69 |
| Jun 30, 2023 | 0.76 |
| Mar 31, 2023 | 0.67 |
| Dec 31, 2022 | 0.67 |
| Sep 30, 2022 | 0.69 |
| Jun 30, 2022 | 0.75 |
| Mar 31, 2022 | 0.93 |
| Dec 31, 2021 | 0.98 |
| Sep 30, 2021 | 1.10 |
API Access
Capital One Financial Price to Book 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-book&ticker=COF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-book", "ticker": "COF", "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-book&ticker=COF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();