I keep seeing recommendations to just download the LEAN CLI as the easiest way to get started. I've done that and it's working but now I'm trying to download data from Yahoo and Polygon so I can test with local data and all references I've found point to the .Net QuantConnect.Toolbox.exe app. Is that included with the Python CLI or do I have to download the LEAN project source from Github and build it to have access to the Toolbox app? Or is there a “pythonic” way to import data locally (or documentation on the structure of the data folder and format of the data files so I can convert existing data files to the right format)?
Jasper van Merle
Hi David,
“Is that included with the Python CLI or do I have to download the LEAN project source from Github and build it to have access to the Toolbox app?”
The toolbox is not accessible through the CLI at the moment.
“Or is there a “pythonic” way to import data locally (or documentation on the structure of the data folder and format of the data files so I can convert existing data files to the right format)?”
You can find example files for all supported security types in the data directory that was generated when you ran `lean init` (this is the same directory as the Data directory in the GitHub repository). In the same data directory you can also find readme.md files containing documentation about the expected file format for specific security types, like Data/equity/readme.md and Data/option/readme.md.
David Avraamides
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!