mesoclever

Results 3 comments of mesoclever

Try try: ``` import investpy # get list object containing all stocks stock_list = investpy.get_stocks_list('south africa') # insert bogus stock to test stock_list.insert(3,'XXXX') for stock in stock_list: try: search_result =...

I dont know much about bonds, maybe check the spelling. ``` >>> bond_df = investpy.bonds.get_bonds(country='China') >>> print(bond_df) country name full_name 0 china China 10Y China 10-Year 1 china China 20Y...

Ive made multiple changes to my stocks.csv file to get the correct symbols. Besides companies being listed/delisted from the market, they also undergo name changes, and then they might also...