Investview (INVUP) Minority Interest (2014 - 2019)
Investview's (INVUP) quarterly Minority Interest came in at $51485.0 in Q1 2019, up 177.64% year-over-year from $18544.0 in Q1 2018, and up 291.67% quarter-over-quarter from $13145.0 in Q4 2018.
Investview (INVUP) Minority Interest (2014 - 2019) Analysis & Trends
Investview (INVUP) has reported Minority Interest for 4 consecutive years, with $51485.0 the latest figure, recorded in Q1 2019.
- On a quarterly basis, Minority Interest rose 177.64% year-over-year to $51485.0 in Q1 2019; TTM through Mar 2019 was $51485.0, a 177.64% increase from a year earlier, with the FY2019 full-year figure at $51485.0, up 177.64% from the prior year.
- Minority Interest was $51485.0 for Q1 2019 at Investview, up from $13145.0 in the prior quarter.
- Over five years, Minority Interest peaked at $51485.0 in Q1 2019 and troughed at -$74209.0 in Q3 2015.
- A 3-year average of -$19128.6 and a median of -$14468.0 in 2018 frame the typical range for Minority Interest.
- Across the five-year window, Minority Interest slumped 589.29% in 2015 and jumped 177.64% in 2019, its largest moves.
- Over 3 years, Minority Interest stood at -$74209.0 in 2015, then soared by 117.71% to $13145.0 in 2018, then soared by 291.67% to $51485.0 in 2019.
- The last three Minority Interest figures came in at $51485.0 (Q1 2019), $13145.0 (Q4 2018), and -$14468.0 (Q3 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn |
| 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 |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2019 | 51,485.00 |
| Dec 31, 2018 | 13,145.00 |
| Sep 30, 2018 | -14,468.00 |
| Mar 31, 2018 | 18,544.00 |
| Sep 30, 2015 | -74,209.00 |
| Jun 30, 2015 | -72,232.00 |
| Mar 31, 2015 | -56,165.00 |
| Dec 31, 2014 | -113,796.00 |
| Sep 30, 2014 | -10,766.00 |
Investview Minority Interest 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=minority-interest&ticker=INVUP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=INVUP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();