Hi Support and Community,
I have a script that calls
alpaca_api.get_bars(symbol=symbols, timeframe=timeframe, start=YESTERDAY,
end=TODAY, adjustment="split")
in a while True loop during market hours and then do some processing. The above call executes about once every 15 seconds during market hours, which is when I run my script.
After a while, I’d get
I’m curious why. And how do I resolve it?
Thank you.
