Skip to content

Method get_stock_list is not working 'Could not get stock list')[ TypeError: string indices must be integers #65

@vtf180

Description

@vtf180

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions