marketools icon indicating copy to clipboard operation
marketools copied to clipboard

Tools for stock market analysis.

Results 13 marketools issues
Sort by recently updated
recently updated
newest added

Write tests for all classes/methods/functions in the file wallet.py

tests

It is possible to get short interval data from Stooq as csv, e.g. minutes, hours. Are there any plans to make marketools work with these shorter intervals?

Hi! When trying: ``` from marketools import Stock pkn = Stock('PKN') print(pkn.fundamentals) ``` I'm getting an error as in the title. Browsing briefly through the changes, it seems you have...