Albert Ratajczak
Albert Ratajczak
Is there a command I can call in terminal to change the layout?
Add functionality to get tickers of stocks in a given stock market index, e.g.: get_tickers_in('WIG') ToDo: * decide on the output type (list, tuple, DataFrame...) * function (or class) should...
Write docstrings for all classes/methods/functions. * decide on format * divide this task for more tasks if needed
At the moment, OHLC and fundamental data are saved into CSV files after they are downloaded from Stooq. The update of the data happens once a day (at 8 pm)....
Write tests for all classes/methods/functions in the sub-package analysis