Greeting,
I choose free plan and successfully set up quant rocket client through jupyter book, however, as being told from instruction that sample data are free, i was NOT able to download history data in csv file due to this error message,
"status': 'error', 'msg': 'must provide one or more universes, sids, or both (this restriction applies to the free plan only)'}"
when I run command,
"download_history_file("usstock-free-1d",
start_date="2020-01-01",
fields=["Open", "High", "Low", "Close", "Volume", "Vwap"],
filepath_or_buffer="usstock_free_1d.csv")"
strange enough, I was able to list sample database by running command ,
"list_databases()"
the result on command line is,
list_databases()
['usstock-free-1d']
i have an impression that i am still forbidden from accessing the "FREE" data, whatsoever. and it seems everywhere I go, there is a BLOCK from accessing to ANY DATA, that is provided, so long as I have a FREE plan.
interesting enough, the
"jupyter:/codeload $ quantrocket flightlog stream"
under terminal shows NO activity at all, and all other data i tried either has "such file does not exist", or something I am not permitted to access, so far, there isnt a single data file i can open at all! regardless if i set universe to be free or not.
some one please point out what i can do with this FREE plan, since all i want is to do some research and backtesting on sample/historical data.
thank you so much!