Qluxzz / avanza

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

Problem with recent trades - subscribe_to_id (ChannelType.TRADES) #26

Open JonathanJonsson-dev opened 3 years ago

JonathanJonsson-dev commented 3 years ago

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