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

degiro.get_stock_list #33

Open
a94stilapypiuser opened this issue Mar 2, 2021 · 1 comment
Open

degiro.get_stock_list #33

a94stilapypiuser opened this issue Mar 2, 2021 · 1 comment

Comments

@a94stilapypiuser
Copy link

a94stilapypiuser commented Mar 2, 2021

Hello!
degiro.get_stock_list(14, 846)

I am a beginner and would like to know, how i could to find out what parameter corresponds to numbers?.
eg. if i want list all usa nasdaq companies.

@Chavithra
Copy link

Chavithra commented Mar 5, 2021

Hi,

Parameters
The names of the parameters are in this method signature :

    def get_stock_list(self, indexId, stockCountryId):

Possible values
One way you can get the possible indices and countries is by calling this endpoint :

https://trader.degiro.nl/product_search/config/dictionary

You can open this link with your browser.

If you are looking for a python library which is maintained and documented I have made one :
https://github.com/Chavithra/degiro-connector

Hope that helps

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

2 participants