Investview (INVUP) Change in Account Payables (2012 - 2016)
Investview's (INVUP) quarterly Change in Account Payables came in at -$89213.0 in Q4 2016, down 10.99% year-over-year from -$100227.0 in Q1 2016, and up 70.09% quarter-over-quarter from -$298316.0 in Q3 2016.
Investview (INVUP) Change in Account Payables (2012 - 2016) Analysis & Trends
Investview (INVUP) has reported Change in Account Payables for 5 consecutive years, with -$89213.0 the latest figure, recorded in Q4 2016.
- On a quarterly basis, Change in Account Payables fell 10.99% year-over-year to -$89213.0 in Q4 2016; TTM through Dec 2016 was -$611887.0, a 2178.91% decrease from a year earlier, with the FY2016 full-year figure at -$236733.0, down 25.99% from the prior year.
- Change in Account Payables was -$89213.0 for Q4 2016 at Investview, up from -$298316.0 in the prior quarter.
- Over five years, Change in Account Payables peaked at $1.1 million in Q4 2012 and troughed at -$298316.0 in Q3 2016.
- A 5-year average of $46874.0 and a median of -$80380.0 in 2015 frame the typical range for Change in Account Payables.
- Across the five-year window, Change in Account Payables soared 953.08% in 2014 and sank 403.8% in 2016, its largest moves.
- Over 5 years, Change in Account Payables stood at $1.1 million in 2012, then tumbled by 79.57% to $234000.0 in 2013, then sank by 83.42% to $38790.0 in 2014, then sank by 307.22% to -$80380.0 in 2015, then fell by 10.99% to -$89213.0 in 2016.
- The last three Change in Account Payables figures came in at -$89213.0 (Q4 2016), -$298316.0 (Q3 2016), and -$120275.0 (Q2 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | -39.00 Mn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | 4.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | 3.20 Bn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | 554.90 Mn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | - |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | 2.36 Bn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | 1.43 Bn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | 291.11 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | 331,000.00 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | -89,213.00 |
| Sep 30, 2016 | -298,316.00 |
| Jun 30, 2016 | -120,275.00 |
| Mar 31, 2016 | -104,083.00 |
| Dec 31, 2015 | -80,380.00 |
| Sep 30, 2015 | -91,860.00 |
| Jun 30, 2015 | 39,590.00 |
| Mar 31, 2015 | 162,083.00 |
| Dec 31, 2014 | 38,790.00 |
| Sep 30, 2014 | -170,289.00 |
| Jun 30, 2014 | -218,481.00 |
| Mar 31, 2014 | 228,242.00 |
| Dec 31, 2013 | 234,000.00 |
| Sep 30, 2013 | 235,766.00 |
| Jun 30, 2013 | -87,502.00 |
| Mar 31, 2013 | -26,755.00 |
| Dec 31, 2012 | 1.15 Mn |
Investview Change in Account Payables 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-account-payables&ticker=INVUP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "INVUP", "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-account-payables&ticker=INVUP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();