First Business Financial Services (FBIZ) Short-term Investments (2011 - 2017)
First Business Financial Services' (FBIZ) quarterly Short-term Investments came in at $15.9 million in Q2 2017, up 46.12% quarter-over-quarter from $10.9 million in Q1 2017.
First Business Financial Services (FBIZ) Short-term Investments (2011 - 2017) Analysis & Trends
First Business Financial Services (FBIZ) has reported Short-term Investments for 2 consecutive years, with $15.9 million the latest figure, recorded in Q2 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn |
| 10 | First Business Financial Services | 594.99 Mn | 431.63 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2017 | 15.93 Mn |
| Mar 31, 2017 | 10.90 Mn |
| Sep 30, 2011 | 46.71 Mn |
| Jun 30, 2011 | 35.18 Mn |
First Business Financial Services 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=FBIZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "ticker": "FBIZ", "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=FBIZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();