Hi all,
I’m using API v2 with python WebSocket with paid unlimited version, and I’m subscribed to 500 symbols for minute bars.
Each minute I’m getting ~350 - 400 ticks, instead of 500.
I know that some of the ticks are missing due to the volume and trades and are too small, but if I’m searching the missing bar in the historical API I find that it’s there.
So,
Is there an issue with registering to more than X symbols ?
Hi, thanks for your reply.
I readjusted my code to read from a bulk of messages and not just the first one.
This was my issue.
Alpaca is returning a bulk of messages from the API and I thought that Alpaca return one tick per request.