marketools
marketools copied to clipboard
Tools for stock market analysis.
This will compare a stock's performance to other stocks within the same index and analyze the correlation.
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