webull
webull copied to clipboard
Unofficial APIs for Webull.
Hello, I've looked at several ways to calculate the MACD indicator but the numbers seem to always be off of what Webull shows. Does anybody know of a way to...
Trying to do a get_bar() for multiple tickers. Is there a built-in way for doing that? Or should I do some kind of async/multithreading? If so, how should I go...
it seems that conn.subscribe doesn't work, no stream data arrive
Fractional Share Purchase Support - Currently when calling wb.place_order(), it casts the 'quant' value to an int, rounding it. The endpoint accepts a 'float' value for MKT orders to purchase...
Webull now allows options paper trading, if someone could add that as a feature that would be awesome.
How do I get the 1 minute bars instead of the trades via the websocket, instead of the trades? Also, I was never able to get websocket data for more...
for both paper_webull and webull, adding an epoc time will result a key error: Traceback (most recent call last): File "filepath...", line 40, in print(wb2.get_bars("NIO", timeStamp=time)) File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\webull\webull.py", line 1120,...
Is it possible to make an order in amount of money and not in quantity of stock?
Hello, I've been using this amazing repo for option trading for a while now. recently, there seems to be a problem with the get_option() method, sometimes and for some tickers...