BayCom (BCML) Short-term Investments (2017 - 2019)
BayCom's (BCML) quarterly Short-term Investments came in at $100.3 million in Q2 2019, little changed quarter-over-quarter from $99.9 million in Q4 2018.
BayCom (BCML) Short-term Investments (2017 - 2019) Analysis & Trends
BayCom (BCML) has reported Short-term Investments for 3 consecutive years, with $100.3 million the latest figure, recorded in Q2 2019.
- For the quarter ending Q2 2019, Short-term Investments changed N/A year-over-year to $100.3 million; the trailing twelve-month figure through Jun 2019 stood at $100.3 million (changed N/A YoY), and the FY2018 full-year result was $99.9 million, up 148.58% from the prior year.
- Short-term Investments steadied at $100.3 million in Q2 2019 per BCML's latest filing, from $99.9 million in the prior quarter.
- Across five years, Short-term Investments topped out at $100.3 million in Q2 2019 and bottomed at $3.2 million in Q1 2018.
- Historically, Short-term Investments has averaged $60.9 million across 3 years, with a median of $70.1 million in 2017.
- The widest YoY moves for Short-term Investments: up 148.58% in 2018, down 148.58% in 2018.
- Over 3 years, Short-term Investments stood at $40.2 million in 2017, then soared by 148.58% to $99.9 million in 2018, then increased by 0.34% to $100.3 million in 2019.
- According to Business Quant data, Short-term Investments over the past three periods registered $100.3 million, $99.9 million, and $3.2 million for Q2 2019, Q4 2018, and Q1 2018 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn |
| 10 | BayCom | 328.37 Mn | 150.99 Mn | 25.09 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | 100.27 Mn |
| Dec 31, 2018 | 99.94 Mn |
| Mar 31, 2018 | 3.25 Mn |
| Dec 31, 2017 | 40.20 Mn |
BayCom Short-term Investments 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=short-term-investments&ticker=BCML&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "ticker": "BCML", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=short-term-investments&ticker=BCML&period=max&api_key=YOUR_API_KEY");
const data = await res.json();