Hi guys :-)
Following the examples:
daxsymbols = [] products = degiro.get_stock_list(6, 906) for product in products: daxsymbols.append(Product(product).symbol)
I am having the following error:
File "C:\Users\victor\AppData\Local\Programs\Python\Python38\lib\site-packages\degiroapi_init_.py", line 359, in get_stock_list
self.__request(DeGiro.__GET_STOCKS_URL, None, stock_list_params, error_message='Could not get stock list')[
TypeError: string indices must be integers
Hi guys :-)
Following the examples:
daxsymbols = [] products = degiro.get_stock_list(6, 906) for product in products: daxsymbols.append(Product(product).symbol)I am having the following error:
File "C:\Users\victor\AppData\Local\Programs\Python\Python38\lib\site-packages\degiroapi_init_.py", line 359, in get_stock_list
self.__request(DeGiro.__GET_STOCKS_URL, None, stock_list_params, error_message='Could not get stock list')[
TypeError: string indices must be integers