hi
i am following the instructions given in 'Getting started with equities Part I: Fetching data'
i have issued the following commands but get the error message shown from flightlog
it appears to indicate i requested 6 securies but 0 are permitted
WARNING Filtering securities to permitted exchanges: NYSE (6 securities requested, 0 permitted).
my interactive brokers account is subscribed for nyse market data.
and my quantrocket account has the exchange nyse subscribed
any help would be appreciated
thanks
darryl
------------------------------------commands----------------------------------------------------------------------------------------------
PS C:\Users\Darryl\quantrocket> quantrocket master universe 'demo-stocks' --infile securities2.csv
code: demo-stocks
inserted: 6
provided: 6
total_after_insert: 6
PS C:\Users\Darryl\quantrocket> quantrocket history create-db 'demo-stocks-1d' --universes 'demo-stocks' --bar-size '1 day'
status: successfully created quantrocket.history.demo-stocks-1d.sqlite
PS C:\Users\Darryl\quantrocket> quantrocket history fetch 'demo-stocks-1d'
status: the historical data will be fetched asynchronously
--------error from flightlog------------------------------------------------------------------------------------------
e[0me[33m2018-01-31 19:44:43 quantrocket.master: WARNING Filtering securities to permitted exchanges: NYSE (6 securities requested, 0 permitted)
e[0me[31m2018-01-31 19:44:43 quantrocket.history: ERROR [demo-stocks-1d] Fetching demo-stocks-1d history failed due to error: ('400 Client Error: BAD REQUEST for url: http://houston/master/securities.csv?universes=demo-stocks', {'status': 'error', 'msg': 'No securities match the query parameters'})