Investview (INVUP) Interest & Investment Income (2010 - 2016)
Investview's (INVUP) quarterly Interest & Investment Income came in at -$93150.0 in Q4 2016, up 26.09% year-over-year from -$73872.9 in Q1 2016, and up 62.6% quarter-over-quarter from -$249069.0 in Q3 2016.
Investview (INVUP) Interest & Investment Income (2010 - 2016) Analysis & Trends
Investview (INVUP) has reported Interest & Investment Income for 7 consecutive years, with -$93150.0 the latest figure, recorded in Q4 2016.
- On a quarterly basis, Interest & Investment Income rose 26.09% year-over-year to -$93150.0 in Q4 2016; TTM through Dec 2016 was -$829247.0, a 57.59% decrease from a year earlier, with the FY2016 full-year figure at -$660498.0, down 13.14% from the prior year.
- Interest & Investment Income was -$93150.0 for Q4 2016 at Investview, up from -$249069.0 in the prior quarter.
- Over five years, Interest & Investment Income peaked at -$35998.0 in Q2 2015 and troughed at -$393918.0 in Q2 2014.
- A 5-year average of -$183006.8 and a median of -$198585.0 in 2012 frame the typical range for Interest & Investment Income.
- Across the five-year window, Interest & Investment Income surged 90.86% in 2015 and sank 699.17% in 2016, its largest moves.
- Over 5 years, Interest & Investment Income stood at -$198462.0 in 2012, then slipped by 10.2% to -$218701.0 in 2013, then jumped by 68.99% to -$67820.0 in 2014, then slumped by 85.84% to -$126040.0 in 2015, then increased by 26.09% to -$93150.0 in 2016.
- The last three Interest & Investment Income figures came in at -$93150.0 (Q4 2016), -$249069.0 (Q3 2016), and -$287686.0 (Q2 2016), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | 16.36 Bn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | 18.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | -97.84 Mn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | -60.20 Mn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | - |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | - |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | - |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | 14.90 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | -93,150.00 |
| Sep 30, 2016 | -249,069.00 |
| Jun 30, 2016 | -287,686.00 |
| Mar 31, 2016 | -199,342.00 |
| Dec 31, 2015 | -126,040.00 |
| Sep 30, 2015 | -299,118.00 |
| Jun 30, 2015 | -35,998.00 |
| Mar 31, 2015 | -65,038.00 |
| Dec 31, 2014 | -67,820.00 |
| Sep 30, 2014 | -57,030.00 |
| Jun 30, 2014 | -393,918.00 |
| Mar 31, 2014 | -215,348.00 |
| Dec 31, 2013 | -218,701.00 |
| Sep 30, 2013 | -218,992.00 |
| Jun 30, 2013 | -217,877.00 |
| Mar 31, 2013 | -198,708.00 |
| Dec 31, 2012 | -198,462.00 |
| Sep 30, 2012 | -184,482.00 |
| Jun 30, 2012 | -163,121.00 |
| Mar 31, 2012 | -170,236.00 |
Investview Interest & Investment Income 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=interest-and-investment-income&ticker=INVUP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=INVUP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();