Shl Ku
Shl Ku
Hi, what is the code you are using for this?
This PR was closed last week: https://github.com/alpacahq/alpaca-trade-api-python/pull/352 with the same solution but @medusa-trade came to the conclusion it doesn't work. could you elaborate on why?
Hi, I added best practices for the streamconn object, plus enabling the ability to stop the connection in this PR: https://github.com/alpacahq/alpaca-trade-api-python/pull/379 It will probably take some time until it will...
Hi, you should try ask that in the Alpaca slack channels. this is a client side sdk
Hi, sadly no. it's not provided by the api you could submit a feature request to include adjusted data in the Alpaca forum
Hi, are you using the Alpaca data stream or the Polygon data stream?
Hi, I just executed this example code and I don't get any errors. also I run on windows 10 (with a slightly more updated packages we released yesterday but that...
shouldn't be any limit. show me the logs
Hi, you can only use the polygon data if you have a funded account with Alpaca. do you have a funded account or a free paper account?
Hi Luis The stream data is quote based. meaning your next() method is called every new quote. there could be more than 1 in one second, or 1 every few...