Primis Financial (FRST) Amortizatization of Intangibles (2011 - 2018)
Primis Financial's (FRST) quarterly Amortizatization of Intangibles came in at -$1.2 million in Q3 2018, up 17.18% year-over-year from -$1.0 million in Q3 2017, and up 1.69% quarter-over-quarter from -$1.2 million in Q2 2018.
Primis Financial (FRST) Amortizatization of Intangibles (2011 - 2018) Analysis & Trends
Primis Financial (FRST) has reported Amortizatization of Intangibles for 8 consecutive years, with -$1.2 million the latest figure, recorded in Q3 2018.
- On a quarterly basis, Amortizatization of Intangibles rose 17.18% year-over-year to -$1.2 million in Q3 2018; TTM through Sep 2018 was -$5.2 million, a 88.79% decrease from a year earlier, with the FY2021 full-year figure at $2.4 million, down 17.05% from the prior year.
- Amortizatization of Intangibles was -$1.2 million for Q3 2018 at Primis Financial, up from -$1.2 million in the prior quarter.
- Over five years, Amortizatization of Intangibles peaked at -$311000.0 in Q4 2014 and troughed at -$1.5 million in Q4 2017.
- A 5-year average of -$761842.1 and a median of -$700000.0 in 2015 frame the typical range for Amortizatization of Intangibles.
- Across the five-year window, Amortizatization of Intangibles jumped 60.23% in 2014 and sank 262.1% in 2017, its largest moves.
- Over 5 years, Amortizatization of Intangibles stood at -$311000.0 in 2014, then sank by 82.96% to -$569000.0 in 2015, then gained by 28.12% to -$409000.0 in 2016, then slumped by 262.1% to -$1.5 million in 2017, then climbed by 17.62% to -$1.2 million in 2018.
- The last three Amortizatization of Intangibles figures came in at -$1.2 million (Q3 2018), -$1.2 million (Q2 2018), and -$1.2 million (Q1 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Amortizatization of Intangibles (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 | Primis Financial | 394.55 Mn | 217.41 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2018 | -1.22 Mn |
| Jun 30, 2018 | -1.24 Mn |
| Mar 31, 2018 | -1.21 Mn |
| Dec 31, 2017 | -1.48 Mn |
| Sep 30, 2017 | -1.47 Mn |
| Jun 30, 2017 | -499,000.00 |
| Mar 31, 2017 | -349,000.00 |
| Dec 31, 2016 | -409,000.00 |
| Sep 30, 2016 | -472,000.00 |
| Jun 30, 2016 | -491,000.00 |
| Mar 31, 2016 | -502,000.00 |
| Dec 31, 2015 | -569,000.00 |
| Sep 30, 2015 | -529,000.00 |
| Jun 30, 2015 | -700,000.00 |
| Mar 31, 2015 | -712,000.00 |
| Dec 31, 2014 | -311,000.00 |
| Sep 30, 2014 | -831,000.00 |
| Jun 30, 2014 | -768,000.00 |
| Mar 31, 2014 | -706,000.00 |
| Dec 31, 2013 | -782,000.00 |
Primis Financial Amortizatization of Intangibles 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=amortizatization-of-intangibles&ticker=FRST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortizatization-of-intangibles", "ticker": "FRST", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=amortizatization-of-intangibles&ticker=FRST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();