Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vtf180 opened this issue Sep 19, 2024 · 0 comments

Comments

@vtf180
Copy link

vtf180 commented Sep 19, 2024

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

@github-staff github-staff deleted a comment from nhatlaso1 Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant