computerise / stonks

Scrape stock market data and perform quantitative analysis to value publicly-traded companies.
MIT License
2 stars 0 forks source link

Support user input files #12

Closed computerise closed 1 year ago

computerise commented 1 year ago

Users should input JSON files as defined in #11 (also see #10). Default input file should be called input.json. All input files should be stored in the input/ directory.

Input files should be read with stonks.data_storage.storage.DataStorage.read_json() and requests should be generated for the ticker symbols by stonks.manager.ApplicationManager.

computerise commented 1 year ago

Closed by #22