yongghongg / stock-symbol

Get a list of stock symbols from all major stock exchanges across various regions and markets.
https://stock-symbol.herokuapp.com/
MIT License
32 stars 2 forks source link

Hang Seng Index (HSI) returns no symbol names (list empty) #6

Open MagJ1 opened 1 year ago

MagJ1 commented 1 year ago

Hello Everybody,

first of all, thank you for that package! Unfortunately, I need the symbols from the HSI but due to a for me unknown reason, I don't get any symbols back. The list is just empty. Any idea why this is? With other indices, it works fine (did not try all though).

My code looks like this, just one line:

symbol_list_SCI = ss.get_symbol_list(index="HSI")

Thanks in advance, Jan