Qluxzz / avanza

A Python library for the unofficial Avanza API
https://qluxzz.github.io/avanza/
MIT License
91 stars 41 forks source link

Feature Request?: Getting ETF information #44

Open tsjk opened 2 years ago

tsjk commented 2 years ago

Is there a way of getting information on ETFs? Such as price and whatnot. I couldn't figure out a way.

tux2000 commented 2 years ago

Looks like ETFs are handled just as stock:

avanza.get_stock_info('1064014')

gives some details

tsjk commented 2 years ago

Ok, thanks, I'll look at it again. I might have stumbled on not finding the identifier using the ETF name.