Skip to content

Releases: BenTimor/Trading212API

Fixed a login issue ("not clickable error")

19 Jan 07:47

Choose a tag to compare

0.1.5

Fixed "is not clickable" error

Fixed several bugs and added buy method selection & close to the selenium driver.

30 Dec 20:55

Choose a tag to compare

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

17 Aug 09:23

Choose a tag to compare

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

11 Aug 16:37

Choose a tag to compare

A very first version Pre-release
Pre-release
v0.1-alpha

First Upload