cliStocksTracker
cliStocksTracker copied to clipboard
A command line utility for tracking a stock market portfolio. Primarily featuring high resolution braille graphs.
Would be great if we could check a graph (and other info) for a ticker provided not via portfolio.ini but simply from command line, something like this: cliStocksTracker.py --stock=AAPL By...
Just wanted a place to formally organize my thoughts on where the project is going in the future. If you have an idea for a feature feel free to either...
I've set up the pipline for proper testing - but there are still no tests to run! This ticket will serve as a place for everyone who wants to write...
This is a string formatting problem more than a techincal one. All values in the table should be buffered out to include n decimal places. If n=2 "14.0" -> "14.00"...
It's a `ValueError: _min is larger or equal than max_` error. This is because there is only one data point for the program to use (market open). Easiest fix would...
I don't always have every $ invested in one stock or another - but it would be nice to have the money by broker is holding for me show up...
Currently it just prints each portfolio entry as one line - regardless of what width the user has set in their config file. This table should follow the same restrictions...
yfinance doesn't track cryptocurrencies, so the data will have to be collected from somewhere else. Don't be afraid to use the existing Stock class to store data for cryptocurrencies, although...
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...