Releases: BenTimor/Trading212API
Releases · BenTimor/Trading212API
Fixed a login issue ("not clickable error")
Fixed several bugs and added buy method selection & close to the selenium driver.
Now you can use
Trading212.close() # So it'll close the selenium driver running behind. It's recommended to use at the end of your program.
Trading212.buy_stock got new parameter of method, which can be BuyStockMethod.Shares or BuyStockMethod.Value. If you use the shares, The amount you buy is in shares and if you use value the amount you buy is in value.
For example:
Trading212.buy_stock("Alibaba", 10, BuyStockMethod.Value) is going to buy you Alibaba worth 10 dollars.
First usable version
The version is pretty ready to use. It doesn't have a lot of features and I don't really know if and how it's going to work, but lets try.
A very first version
v0.1-alpha First Upload