Hi All,
I'm following the Usage Guide on the website, and trying to download Reuter's financials data with the following command:
jupyter:/codeload $ quantrocket fundamental collect-financials --universes 'nyse'
status: the fundamental data will be collected asynchronously
but I get the following error in the flightlog:
2019-07-08 09:55:07 quantrocket.fundamental: ERROR Collecting Reuters financials failed due to error: ('400 Client Error: BAD REQUEST for url: http://houston/master/securities.csv?universes=nyse&exclude_delisted=True', {'status': 'error', 'msg': 'No securities match the query parameters'})
I'm running Quantrocket 1.7.0 on DigitalOcean...
Anybody encountered the same issue?
Thanks in advance!