Hello,

I've been trying to implement an algo using this dataset but there seems to be missing informations in the data provided on the Quantconnect platform.

The algorithm example here (Insider Trading) suggest that if the “shares” datapoint is positive, it's a buy and a sell otherwise.

By double checking here Insider Trading Dashboard - Quiver Quantitative, we can see that it's not the case.

I found the API documentation for Quiver here : Elements in HTML and those datapoints are currently missing : 

  • AcquiredDisposedCode
  • TransactionCode
  • fileDate
  • officerTitle
  • isDirector
  • isOfficer
  • isTenPercentOwner
  • isOther
  • directOrIndirectOwnership
     

Is it possible to update the dataset request on the quantconnect platform so It can actually be usable ? 

Thanks