Closed HamidM6 closed 2 years ago
Describe the bug some ETF symbols have non alphabetic characters
To Reproduce Steps to reproduce the behavior: ` import financedatabase as fd
res = fd.select_etfs()
for k,v in res.items(): if k.isalpha() is False: print(k) `
Screenshots
Why is this an issue? There is little information about these tickers but they do exist.
You are right. This is an awesome tool. thank you for all the work.
Describe the bug some ETF symbols have non alphabetic characters
To Reproduce Steps to reproduce the behavior: ` import financedatabase as fd
res = fd.select_etfs()
for k,v in res.items(): if k.isalpha() is False: print(k) `
Screenshots