I'm using EODHDUpcomingEarnings, and autocomplete doesn't work for the classes defined for that dataset because they're not included in the python stubs.
I managed to find the C# API here, so at least I have some way to see how things are supposed to work, but it would be really nice if this were available in my IDE. Does anyone know how I could find & add the python stubs?
Mia Alissi
To successfully integrate and utilize the
EODHDUpcomingEarnings
dataset in your QuantConnect algorithm and IDE, you can follow the guidance below:Integration Steps for EODHDUpcomingEarnings
Request Data: Integrate data using the following code snippet inside your algorithm's
initialize
method:Example Application:
Data Access:
on_data
method by querying the dataset like so:Attributes and Methods:
EODHDUpcomingEarnings
dataset, please refer to available QuantConnect Python documentation or the C# API files for similar logic.Maintaining IDE Autocomplete
Additional Resources and Examples:
EODHDUpcomingEarnings
.By following these guidelines, you should be able to effectively utilize and implement the
EODHDUpcomingEarnings
dataset in your QuantConnect algorithms, while maintaining updated autocompletions in your IDE.Sources: Upcoming Earnings - QuantConnect.com, Upcoming IPOs - QuantConnect.com, Standardized Unexpected Earnings, Price And Earnings Momentum, Custom Data Universe Algorithm
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
Frank Pape
That unfortunately does not answer the question.
Louis Szeto
Hi Frank Pape
It should be updated now. Can you retry?
Best
Louis
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
Frank Pape
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!