Skip to content
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

Problem with recent trades - Avanza.TRADES #60

Open
JonathanJonsson-dev opened this issue Apr 22, 2021 · 0 comments
Open

Problem with recent trades - Avanza.TRADES #60

JonathanJonsson-dev opened this issue Apr 22, 2021 · 0 comments

Comments

@JonathanJonsson-dev
Copy link

JonathanJonsson-dev commented Apr 22, 2021

The data from Avanza.TRADES is not complete. It only shows one volume for recent trades and does not show trades that arose at the same time and with the same volume.
For example it return:
Time | Price | Volume | Buyer | Seller
13:55:06 | 247,40 | 85| GSAG | AVA

It should return:
Time | Price | Volume | Buyer | Seller
13:55:06 | 247,40 | 85 | GSAG | AVA
13:55:06 | 247,40 | 85 | GSAG | AVA
13:55:06 | 247,40 | 85 | GSAG | AVA
13:55:06 | 247,40 | 85 | GSAG | AVA

I tested the python version of the api and I guess the same issue arise in this one that is written in Javascript.

@fhqvst fhqvst self-assigned this Apr 22, 2021
@fhqvst fhqvst removed their assignment Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants