Capital One Financial (COF) Receivables - Other (2009)
Capital One Financial's (COF) quarterly Receivables - Other came in at $550.0 million in Q1 2014, down 37.07% quarter-over-quarter from $874.0 million in Q4 2013.
Capital One Financial (COF) Receivables - Other (2009) Analysis & Trends
Capital One Financial (COF) has reported Receivables - Other for 6 consecutive years, with $550.0 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Receivables - Other changed N/A year-over-year to $550.0 million in Q1 2014; TTM through Mar 2014 was $550.0 million, a N/A change from a year earlier, with the FY2013 full-year figure at $874.0 million, up 104.21% from the prior year.
- Receivables - Other was $550.0 million for Q1 2014 at Capital One Financial, down from $874.0 million in the prior quarter.
- Over five years, Receivables - Other peaked at $874.0 million in Q4 2013 and troughed at $94.0 million in Q4 2011.
- A 5-year average of $253.9 million and a median of $120.0 million in 2010 frame the typical range for Receivables - Other.
- Across the five-year window, Receivables - Other sank 96.97% in 2010 and jumped 355.32% in 2012, its largest moves.
- Over 5 years, Receivables - Other stood at $120.0 million in 2010, then dropped by 21.67% to $94.0 million in 2011, then jumped by 355.32% to $428.0 million in 2012, then jumped by 104.21% to $874.0 million in 2013, then plunged by 37.07% to $550.0 million in 2014.
- The last three Receivables - Other figures came in at $550.0 million (Q1 2014), $874.0 million (Q4 2013), and $390.0 million (Q3 2013), per Business Quant data.
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 | - |
Capital One Financial Receivables - Other 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=receivables-other&ticker=COF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=COF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();