-
Notifications
You must be signed in to change notification settings - Fork 59
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
How could I to get volume of previous trades? #57
Comments
Not sure how to use the mobile api for that. I would use the web api instead, so if you post to
you will get a response including an array of "volumePoints". |
I tried this, but it would always be missing the 15min latest volumePoints. I assume this is due to avanza blocking non customers from accessing the latest 15mins, as seen if looking at any stock in avanza when not logged in. Does the web-api have any way of authenticating to simulate a login, so that we can access all the volume for the day and not miss the last 15 min? Thanks in advance |
I have tested the APIs it all works fine. Thanks. But could not figure out how to get the volume of previous trades like getChartdata with volume. Same information like Avanza.TRADES but for previous trades. Do know how or if this is available in this project?
The text was updated successfully, but these errors were encountered: