-
-
Notifications
You must be signed in to change notification settings - Fork 184
Looking for realtime stock quotes prices?
Many have asked me about using Webull for realtime stock prices/quotes. I don't use Webull for realtime prices/quotes myself.
I recommend websites like:
- IEX Cloud to provide price/quote data.
My recommendation for structuring your code is to pull stock prices from one of these services to analyze, and if your algorithm generates a buy/sell signal then use this project/module to place the Webull order to buy/sell.
-
Webull's stock price is not as real-time as you think, especially when compared to services that specialize in offering real-time data. If you are looking for free data, I recommend that you just use IEX Cloud since they allow you to get multiple stock prices per call as well. If you are looking for good-quality data, you might be better off paying for the data. (We believe in the market theory right?)
-
Webull's APIs are not official. If you call them too often (maybe dozens of calls a seconds), your account might be disabled; Or worse, the APIs themselves might be disabled. I think having automated trading on Webull is amazing and I cannot conceive a world without it.
In general, if you are just an average trader like me, having algorithms that have quick turnovers will either make you money very quickly or lose you money very quickly. Since we cannot compete with institutional traders and HFT, you should look to develop stable/long-term strategies. Although I am not a professional trader, I have read several dozen books on various trading techniques. Lastly, please trade at your own risk. Good luck!
If you like the project and would like me to devote my time to it, you can support me here directly :
You can always help by contributing to the project directly with PR. Make sure that you don't upload your account credentials accidentally.
https://github.com/tedchou12/webull/wiki/For-Developers-Contributors