Skip to content

how to find indexId, stockCountryId ? #46

Description

@giannisemail7

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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