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

how to find indexId, stockCountryId ? #46

Open
giannisemail7 opened this issue Nov 10, 2021 · 0 comments
Open

how to find indexId, stockCountryId ? #46

giannisemail7 opened this issue Nov 10, 2021 · 0 comments

Comments

@giannisemail7
Copy link

giannisemail7 commented Nov 10, 2021

for example for s&p 500 stock list

sp5symbols = []
products = degiro.get_stock_list(14, 846)# get s&p 500 stock list

def get_stock_list(self, indexId, stockCountryId):

stock_list_params = {

'indexId': indexId,

'stockCountryId': stockCountryId,

'offset': 0,

'limit': None,

'requireTotal': "true",

'sortColumns': "name",

'sortTypes': "asc",

'intAccount': self.client_info.account_id,

'sessionId': self.session_id

@giannisemail7 giannisemail7 changed the title how to find indexId, stockCountryId ? in order to get the how to find indexId, stockCountryId ? in order to get the ]]]]]]]]] Nov 10, 2021
@giannisemail7 giannisemail7 changed the title how to find indexId, stockCountryId ? in order to get the ]]]]]]]]] how to find indexId, stockCountryId ? Nov 10, 2021
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