We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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 :
indices
countries
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: