@support Ok, so any other limitations I should be aware of?
And, in case, is it possible to configure the online dataset to be exactly as the local one (so that if I try to calculate the sharpe ratio it will be the same as online)
@support Ok, so any other limitations I should be aware of?
And, in case, is it possible to configure the online dataset to be exactly as the local one (so that if I try to calculate the sharpe ratio it will be the same as online)
Hello!
I'm using this code to retrieve the list of possible stocks to perform some analysis:
import qnt.data as qndata
stocks = qndata.stocks.load_list(min_date="2006-01-01")
print(len(stocks))
I saw that on JupiterLab provided by Quantiacs the result is 1678, but when I start the same code locally the result is far less: only 242!
Is there any issue with the platform?