JerBouma/FinanceDatabase

some ETF symbols have non-alphabetic characters

HamidM6 opened this issue · 2 comments

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

image

Why is this an issue? There is little information about these tickers but they do exist.

image

You are right. This is an awesome tool. thank you for all the work.