ConradSelig / cliStocksTracker

A command line utility for tracking a stock market portfolio. Primarily featuring high resolution braille graphs.
Apache License 2.0
55 stars 14 forks source link

Stash data after market close #31

Open ConradSelig opened 3 years ago

ConradSelig commented 3 years ago

Currently even after market close cliStocksTracker will re-download the data for each ticker, despite the fact it hasn't changed. A tmp file should be created at market close to store the last (market) day's data so we don't have to redownload that everytime.

patrick-hovsepian commented 3 years ago

I'd love for the tool to support extended hours and pre market trading data

ConradSelig commented 3 years ago

@patrick-hovsepian see #14. Even then there will still be the overnight hours outside of the pre/post trading where this ticket will come in handy.