Qnb (QNBC) Change in Inventory (2014 - 2017)
Qnb's (QNBC) quarterly Change in Inventory came in at -$2.4 million in Q2 2017, down 331.08% on a YoY basis from $1.0 million in Q2 2016, and down 90.47% quarter-over-quarter from -$1.2 million in Q1 2017.
Qnb (QNBC) Change in Inventory (2014 - 2017) Analysis & Trends
Qnb (QNBC) has reported Change in Inventory for 4 consecutive years, with -$2.4 million the latest figure, recorded in Q2 2017.
- For the quarter ending Q2 2017, Change in Inventory fell 331.08% year-over-year to -$2.4 million; the trailing twelve-month figure through Dec 2017 stood at -$3.6 million (down 506.41% YoY), and the FY2017 full-year result was -$3.6 million, down 506.41% from the prior year.
- Change in Inventory declined to -$2.4 million in Q2 2017 per QNBC's latest filing, from -$1.2 million in the prior quarter.
- Across five years, Change in Inventory topped out at $4.5 million in Q1 2014 and bottomed at -$2.4 million in Q2 2017.
- Historically, Change in Inventory has averaged $0.0 across 4 years, with a median of -$214500.0 in 2015.
- The widest YoY moves for Change in Inventory: up 563.53% in 2015, down 778.26% in 2015.
- Over 4 years, Change in Inventory stood at $85000.0 in 2014, then jumped by 563.53% to $564000.0 in 2015, then tumbled by 226.95% to -$716000.0 in 2016, then sank by 229.33% to -$2.4 million in 2017.
- According to Business Quant data, Change in Inventory over the past three periods registered -$2.4 million, -$1.2 million, and -$716000.0 for Q2 2017, Q1 2017, and Q4 2016 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 439.96 Bn | 559.90 Bn | - | - |
| 2 | Truist Financial | 58.71 Bn | 58.71 Bn | - | 53.00 Mn |
| 3 | Fifth Third Bancorp | 47.86 Bn | 24.13 Bn | - | - |
| 4 | M&T Bank | 32.26 Bn | 32.26 Bn | - | - |
| 5 | Huntington Bancshares | 31.70 Bn | 27.21 Bn | - | 127.00 Mn |
| 6 | Citizens Financial | 27.67 Bn | 27.67 Bn | - | - |
| 7 | Regions Financial | 23.78 Bn | 23.85 Bn | - | - |
| 8 | Keycorp | 21.85 Bn | -25.84 Bn | - | 153.00 Mn |
| 9 | First Citizens Bancshares | 21.48 Bn | 20.95 Bn | 29.00 Mn | - |
| 10 | Qnb | 226.71 Mn | -369.88 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2017 | -2.36 Mn |
| Mar 31, 2017 | -1.24 Mn |
| Dec 31, 2016 | -716,000.00 |
| Sep 30, 2016 | 853,000.00 |
| Jun 30, 2016 | -547,000.00 |
| Mar 31, 2016 | -183,000.00 |
| Dec 31, 2015 | 564,000.00 |
| Sep 30, 2015 | -246,000.00 |
| Jun 30, 2015 | -312,000.00 |
| Mar 31, 2015 | -24,000.00 |
| Dec 31, 2014 | 85,000.00 |
| Sep 30, 2014 | -409,000.00 |
| Jun 30, 2014 | 46,000.00 |
| Mar 31, 2014 | 4.49 Mn |
Qnb Change in Inventory 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-inventory&ticker=QNBC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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-inventory&ticker=QNBC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();