get_investor_sentiment
Returns crowd / retail investor sentiment for a stock.
Args:
ticker: Stock ticker (e.g. 'NVDA')
Returns JSON with these top-level keys:
- investorStatsOverview: stats aggregated across ALL TipRanks
portfolios that hold the ticker. Fields:
* numberOfPortfolios: total active portfolios on the platform.
* portfoliosHoldingStock: how many of them hold THIS ticker.
* averageAllocation: average % allocation among holders (decimal).
* percentOverLast30Days / percentOverLast7Days: change in the
count of holders over the window (decimal; 0.013 = +1.3%).
* investorScore: TipRanks' 0-1 score of how confident "the
crowd" is on this stock; higher = more bullish positioning.
* sectorAverageScore: investorScore averaged across the sector,
for comparison.
* sentiment: bucketed label — one of "VeryNegative",
"Negative", "Neutral", "Positive", "VeryPositive".
* sectorAverageSentiment: same bucket, sector-wide.
- bestInvestorStatsOverview: same fields, but restricted to "Best
Investors" — TipRanks users with top-decile portfolio returns
over the trailing window. If investorStatsOverview and
bestInvestorStatsOverview diverge (e.g. crowd is Positive but
best investors are Negative), that's the headline signal.
- ageDistribution: holders split by TipRanks account-tenure tier
(NOT the investor's biological age):
* eldest: oldest accounts on the platform
* midRange: middle tier
* youngest: newest accounts
Each has percentHolders, last30DaysChange, last7DaysChange,
and per-bucket averages (averageBeta, averageMonthlyReturn,
dividendYield, averagePeRatio).
- investorsAlsoBought: top other stocks held by people who hold
this one (each: ticker, companyName, averageHoldingSize,
lastSevenDayChange, lastThirtyDayChange, sector, sectorName,
score, sentiment, marketCap, marketCapCurrencyCode).
- investorsAlsoBoughtYoungest / MidRange / Eldest: same shape,
filtered to that account-tenure bucket. Often shorter or
empty for stocks held mostly by one cohort.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |