I am trying to download QuantRocket's free historical 1 minute data for all securities and am running into this problem:
First, I create the bundle with the code below in the Terminal. This works perfectly fine.
$ quantrocket zipline create-usstock-bundle 'free-usstock-1min' --free
Next, I look to ingest the data. I also do this in the Terminal,
$ quantrocket zipline ingest 'usstock-1min'
This returns the following error:
msg: bundle usstock-1min does not exist
status: error
Please tell me what to do to download the historical 1 minute data.