Skip to content

Instantly share code, notes, and snippets.

@yongghongg
Created January 19, 2022 15:21
Show Gist options
  • Save yongghongg/f030cbc9936e75e660a45e688930c05d to your computer and use it in GitHub Desktop.
Save yongghongg/f030cbc9936e75e660a45e688930c05d to your computer and use it in GitHub Desktop.
# show a list of available market
market_list = ss.market_list
market_list
'''
[{'market': 'argentina',
'abbreviation': 'ar',
'totalCount': 388,
'lastUpdated': '2022-01-10T00:00:00.000Z',
'index': [{'id': 'BCBA:IMV',
'name': 'S&P/BYMA ARGENTINA GENERAL PANEL MERVAL EQUITIES'}]},
{'market': 'canada',
'abbreviation': 'ca',
'totalCount': 3381,
'lastUpdated': '2022-01-10T00:00:00.000Z',
'index': [{'id': 'TSX:TSX', 'name': 'S&P/TSX COMPOSITE INDEX'}]},
{'market': 'austria',
'abbreviation': 'at',
'totalCount': 6716,
'lastUpdated': '2022-01-10T00:00:00.000Z',
'index': []},
{'market': 'australia', ...}]
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment