JerBouma / FinanceDatabase

This is a database of 300.000+ symbols containing Equities, ETFs, Funds, Indices, Currencies, Cryptocurrencies and Money Markets.
https://www.jeroenbouma.com/projects/financedatabase
MIT License
3.61k stars 401 forks source link

some ETF symbols have non-alphabetic characters #25

Closed HamidM6 closed 2 years ago

HamidM6 commented 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

image

JerBouma commented 2 years ago

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

image
HamidM6 commented 2 years ago

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