You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
changed the title
how to find indexId, stockCountryId ? in order to get the ]]]]]]]]]
how to find indexId, stockCountryId ?
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
The text was updated successfully, but these errors were encountered: