You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: