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

Cryptocurrency support #8

Open ConradSelig opened 3 years ago

ConradSelig commented 3 years ago

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 a flag should be added to the class to track if it is a crypto or not. Cryptocurrencies should also always be separate from normal stocks when graphing.

ConradSelig commented 3 years ago

I'm not sure why I marked this as a "good first issue" - I think this is likely a difficult ticket in all reality (as yfinance doesn't have crypto support (as far as I can tell)).