get_hedge_fund_activity
Returns per-fund hedge-fund holdings and recent transactions for a ticker — which institutions hold it, how much each changed (bought/sold), the holding value, % of portfolio, and the fund's TipRanks rank/stars.
Complements get_hedge_fund_holdings (the aggregate share-count timeseries).
Args:
ticker: Stock ticker (e.g. 'AAPL')
limit: Max funds to return (default 25, max 100)
Returns JSON: {ticker, company, sentiment, trend_action, trend_value, funds}.
- funds: [{manager, institution, shares_change, direction, holding_value,
pct_of_portfolio, as_of, rank, stars, is_active}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| ticker | Yes |