Market Scripts
Market Query
Market Query is a script that takes in a start date and an end date and returns useful data concerning all of the stocks listed on NASDAQ. This information includes open price, daily high, daily low, close, and volume.
Make sure this is python3 and grequests is installed
Dates take the form YYYY-MM-DD
$ python market_query.py start_date end_date