We just added a new high quality datasets from our data partners Estimize.com! You can request this data using the AddSentiment method:

AddSentimentData(SentimentDataType.Estimize, "IBM");

This will push earnings estimates from the Estimize users into your algorithm simulations OnEstimize() event:

public override void OnEstimize(Dictionary> estimates) {

}

See the blank project template for an example of this new functionality - in the coming days @Jeremy will design a special template algorithm for this new data!