Kalin Nonchev

Results 4 comments of Kalin Nonchev

I installed the package successfully with conda, but not like it is mentioned in the installation guide ``` conda create -n myenv python=3.7 conda activate myenv conda install -c milagraph...

gnomAD WGS v3.1.1 - 759.302.267 variants gnomAD WGS v2.1.1 - 261.942.336 variants

@simona-juv It would look like ```python import time stocks = ["A", "B"] for stock in stocks: data = investpy.get_stock_historical_data(stock=stock, country='XXX', from_date='01/01/2020', to_date='01/01/202') time.sleep(5) ``` but we still need better solution,...