Throttling when usePolygon=True
gwudakar opened this issue · 1 comments
gwudakar commented
Polygon has no rate limiting or per second query limits, but when you use alpaca to access polygon data you get a rate limit.
Is there anyway to force it to utilize the non rate-limiting service?
KalebMills commented
We who have worked on Alpaca TS lib have had this issue. Through Alpaca's native API, there no way to stop a rate limit. Alpaca has an arbitrary cap on several types of Polygon data that is proxied through them, inc;luding websockets. What would be best here would probably be to make a Polygon class, and substitute it for the Alpaca class in case where you want to disable rate limiting.