Error downloading prices from Quantrocket-client

I connected to my QR deployment on AWS from a local python instance. Following the example on the usage guide and doing ping() works just fine. I am also able to download the master file for specific universes. However, when I try to query price data I get the error.

FileNotFoundError: [Errno 2] No such file or directory: '/tmp/history.us-futures-1d.16000.1560210008.2844748.csv'

My code is just px = get_historical_prices('us-futures-1d', fields = ['Close']) and it doesn't work for any of my historical price DBs.

I'm betting you're on Windows and this is assuming a Unix-based filesystem. I'll create an internal ticket.

Yes you're right, thanks.

This is fixed in the latest version of the client:

pip install -U 'quantrocket-client>=1.7.2'
1 Like

This topic was automatically closed after 4 days. New replies are no longer allowed.