JakubPluta / pyetf

Scrape ETF data from etfdb
MIT License
46 stars 14 forks source link

info is None #3

Closed AlbinDavid closed 1 year ago

AlbinDavid commented 2 years ago

For all the etf's the info is None

vwo = etfdb.load_etf('VWO')
print(vwo.info) # None
jiema commented 2 years ago

I have the same issue here too.

geofffoster commented 2 years ago

me to.

lvxhnat commented 1 year ago

@jiema @geofffoster @AlbinDavid With reference to Jakub's package, I rewrote a new ETF DB python package https://github.com/lvxhnat/pyetf-scraper. Have a try and let me know what you think!

JakubPluta commented 1 year ago

@jiema @geofffoster @AlbinDavid I fixed all issues, and released new version: https://pypi.org/project/etfpy/