-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension request: Ability to get info about ETFs #87
Comments
|
...and
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm a new user of this package and think it's awesome.
I'd like to have details on ETFs, though.
Currently, there is no route defined for ETFs, and just translating to enum to text yields the wrong url.
I currently hack my way around this (I <3 Python's stance here and allowing this) by doing like
and
where
avanza
is my Avanza object andHttpMethod.GET
is fromavanza.constants
.But it'd be nice to at least have a working route and some helper functions.
The text was updated successfully, but these errors were encountered: