pip install trading212
trading.buy_stock(stock, amount)
trading.sell_stock(stock, amount) # Available for CFD only
trading.close_position(stock)
trading.result(stock)
trading.position_info(css_class)
Posted Jul 20, 2024
An unofficial API for Trading212. Contribute to BenTimor/Trading212API development by creating an account on GitHub.
0
3