Qnb (QNBC) Change in Net Loans (2010 - 2019)
Qnb's (QNBC) quarterly Change in Net Loans came in at $13.2 million in Q3 2019, up 112.94% on a YoY basis from $6.2 million in Q3 2018, and up 0.9% quarter-over-quarter from $13.1 million in Q2 2019.
Qnb (QNBC) Change in Net Loans (2010 - 2019) Analysis & Trends
Qnb (QNBC) has reported Change in Net Loans for 10 consecutive years, with $13.2 million the latest figure, recorded in Q3 2019.
- For the quarter ending Q3 2019, Change in Net Loans rose 112.94% year-over-year to $13.2 million; the trailing twelve-month figure through Sep 2019 stood at $44.9 million (down 45.87% YoY), and the FY2018 full-year result was $52.3 million, down 48.3% from the prior year.
- Change in Net Loans climbed to $13.2 million in Q3 2019 per QNBC's latest filing, from $13.1 million in the prior quarter.
- Across five years, Change in Net Loans topped out at $36.2 million in Q2 2017 and bottomed at -$13.5 million in Q1 2016.
- Historically, Change in Net Loans has averaged $15.1 million across 5 years, with a median of $13.2 million in 2019.
- The sharpest annual moves came in 2015 and 2016: Change in Net Loans soared 12940.32% in 2015, then plunged 186.79% in 2016.
- Over 5 years, Change in Net Loans stood at $33.3 million in 2015, then gained by 0.75% to $33.5 million in 2016, then fell by 10.34% to $30.1 million in 2017, then plunged by 101.72% to -$516000.0 in 2018, then soared by 2654.84% to $13.2 million in 2019.
- According to Business Quant data, Change in Net Loans over the past three periods registered $13.2 million, $13.1 million, and $19.1 million for Q3 2019, Q2 2019, and Q1 2019 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Net Loans (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | -173.53 Bn |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 1.13 Bn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | 3.33 Bn |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | - |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | 4.38 Bn |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | - |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | - |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | 2.56 Bn |
| 10 | Qnb | 226.71 Mn | -369.88 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2019 | 13.18 Mn |
| Jun 30, 2019 | 13.07 Mn |
| Mar 31, 2019 | 19.12 Mn |
| Dec 31, 2018 | -516,000.00 |
| Sep 30, 2018 | 6.19 Mn |
| Jun 30, 2018 | 29.73 Mn |
| Mar 31, 2018 | 16.90 Mn |
| Dec 31, 2017 | 30.05 Mn |
| Sep 30, 2017 | 9.01 Mn |
| Jun 30, 2017 | 36.16 Mn |
| Mar 31, 2017 | 25.94 Mn |
| Dec 31, 2016 | 33.52 Mn |
| Sep 30, 2016 | 3.71 Mn |
| Jun 30, 2016 | 2.80 Mn |
| Mar 31, 2016 | -13.46 Mn |
| Dec 31, 2015 | 33.27 Mn |
| Sep 30, 2015 | 3.99 Mn |
| Jun 30, 2015 | 8.09 Mn |
| Mar 31, 2015 | 15.51 Mn |
| Dec 31, 2014 | 19.47 Mn |
Qnb Change in Net Loans 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=change-in-net-loans&ticker=QNBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-net-loans", "ticker": "QNBC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-net-loans&ticker=QNBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();