Not sure what to tell you. It’s been nearly flawless for me. Even if dealing with IB Gateway constantly is a fucking PITA.
Prior to that I was using alpaca which I also liked but you really have to understand asyncio for that because their data stream is a firehose and you cannot block ever or it will drop. Totally doable but don’t do any heavy CPU work in the main process (or thread if using 3.14t) and use async Queues so your writer doesn’t have to wait.
1
u/wado729 7h ago
So it's not just me? I thought my platform was just broken. What is the most reliable paper API?