Skip to content

Instantly share code, notes, and snippets.

@yongghongg
Last active January 19, 2022 15:39
Show Gist options
  • Save yongghongg/5b523dc49687c681ec7f0dca5c09b281 to your computer and use it in GitHub Desktop.
Save yongghongg/5b523dc49687c681ec7f0dca5c09b281 to your computer and use it in GitHub Desktop.
# get symbol only
symbol_only_list = ss.get_symbol_list(market="malaysia", symbols_only=True)
symbol_only_list
'''
['5239PA.KL',
'0103PA.KL',
'7105.KL',
'5075.KL',
'5188.KL',
'5142.KL',
'5576.KL',
'0191.KL',
'2186.KL',
'7085.KL',
'7197.KL',
'0219.KL',
'0074.KL',
'7235.KL',
'0834EA.KL',
'0179PA.KL',
'7439.KL',
'8419.KL',
'0835EA.KL',
'2607.KL', ...]
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment