Hedge fund data

The Gist

  • These functions can be used to get hedge fund trading data, a hedge fund/investor needs to be specified for all these functions

Function
Descriptions

/holdings heatline <investor> <ticker>

Shows when a fund/investor bought, sold, or held a stock.

/holdings current <investor> <dollars>

Gets the current holdings for a fund/investor

/holdings change <investor>

Gets the change in holdings for a fund/investor

/holdings historcal <investor> <ticker> <display_type>

Gets the historical position of a stock by a fund/investor

/holdings heatline

Gets the heatline for an investor's holding

investor refers to which fund/investor you want the holdings for

ticker specifies which company you want the heatline for

Copy and paste below:

/holdings heatline investor:Warren Buffett ticker:aapl

/holdings current

Gets the current holdings for a fund/investor

investor refers to which fund/investor you want the holdings for

dollars returns the holdings by dollar amount if you set it to true. By default, holdings are returned as a percentage of the total portfolio.

/holdings change

Gets the change in holdings for a fund/investor

investor refers to which fund/investor you want the change in holdings for

/holdings historical

Gets the historical position of a stock by a fund/investor

investor refers to which fund/investor you want the holdings for

ticker specifies which company you want the historical holdings for

display_type gives you multiple options for displaying the chart such as the #of shares, the dollar value, or the allocation % in the portfolio

Last updated