Primis Financial (FRST) Short-Term Debt issuances (2016 - 2026)
Primis Financial's (FRST) quarterly Short-Term Debt issuances came in at $27.0 million in Q1 2026, up 108.31% quarter-over-quarter from -$325.0 million in Q3 2023.
Primis Financial (FRST) Short-Term Debt issuances (2016 - 2026) Analysis & Trends
Primis Financial (FRST) has reported Short-Term Debt issuances for 9 consecutive years, with $27.0 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Short-Term Debt issuances changed N/A year-over-year to $27.0 million in Q1 2026; TTM through Jun 2026 was $27.0 million, a N/A change from a year earlier, with the FY2022 full-year figure at $19.3 million, down 3.73% from the prior year.
- Short-Term Debt issuances was $27.0 million for Q1 2026 at Primis Financial, up from -$325.0 million in the prior quarter.
- Over five years, Short-Term Debt issuances peaked at $325.0 million in Q1 2023 and troughed at -$325.0 million in Q3 2023.
- A 3-year average of $9.3 million and a median of $27.0 million in 2026 frame the typical range for Short-Term Debt issuances.
- Across the five-year window, Short-Term Debt issuances jumped 400.0% in 2022 and surged 225.0% in 2023, its largest moves.
- Over 3 years, Short-Term Debt issuances stood at -$80.7 million in 2022, then sank by 302.5% to -$325.0 million in 2023, then surged by 108.31% to $27.0 million in 2026.
- The last three Short-Term Debt issuances figures came in at $27.0 million (Q1 2026), -$325.0 million (Q3 2023), and $325.0 million (Q1 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Short-Term Debt issuances (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 | - | -3.24 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 1.24 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 1.11 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | -200.00 Mn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | -2.50 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | -18.00 Mn |
| 10 | Primis Financial | 394.55 Mn | 217.41 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 27.00 Mn |
| Sep 30, 2023 | -325.00 Mn |
| Mar 31, 2023 | 325.00 Mn |
| Jun 30, 2022 | -80.75 Mn |
| Mar 31, 2022 | 100.00 Mn |
| Mar 31, 2021 | 20.00 Mn |
| Dec 31, 2020 | 39.98 Mn |
| Sep 30, 2020 | -231,000.00 |
| Jun 30, 2020 | -101.91 Mn |
| Mar 31, 2020 | 83.80 Mn |
| Dec 31, 2019 | 74.53 Mn |
| Sep 30, 2019 | -64.97 Mn |
| Jun 30, 2019 | -24.30 Mn |
| Mar 31, 2019 | -32.80 Mn |
| Dec 31, 2018 | -79.49 Mn |
| Sep 30, 2018 | -74.96 Mn |
| Jun 30, 2018 | -13.89 Mn |
| Mar 31, 2018 | -690,000.00 |
| Dec 31, 2017 | 71.37 Mn |
| Sep 30, 2017 | 70.64 Mn |
Primis Financial Short-Term Debt issuances 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-debt-issuances&ticker=FRST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=FRST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();