get_hedge_fund_holdings
Hedge-fund share-count history for a ticker.
Returns the most recent `limit` snapshots (max 60) plus a summary
block (snapshot_count, first/last date and shares). Each row:
{date, shares}. Sourced from quarterly 13F filings; lags by up to
45 days.
For a snapshot of current sentiment without the timeseries, use
get_assets_data and read hedgeFundSentimentData.
Args:
ticker: Stock ticker (e.g. 'AAPL').
limit: Max snapshots to return (default 60, max 60).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| ticker | Yes |