This package is an unofficial API for Trading212.
Project description
Trading212 API
This is an unofficial selenium based API for 'Trading212' broker. Neither me and neither Trading212 are responsible for the API, You are responsible for your actions and for using the API.
Additionally, Note the Trading212 'Robo Trading' agreement.
The API is still WIP, I don't know if and how it's going to work on your computer. But you're more than welcome ot open and issue and I'll try to help as much as I can.
Requirements
- Python 3.x
- Selenium package
- GeckoDriver
- FireFox browser
Installation
pip install trading212
Import
CFD mode:
from Trading212 import CFD
trading = CFD(email, password) # For practice
trading = CFD(email, password, panel=Panel.Real) # For real money
Invest mode:
from Trading212 import Invest
trading = Invest(email, password) # For practice
trading = Invest(email, password, panel=Panel.Real) # For real money
Usage
First of all, You have to know that the API currently uses the display name of the stocks.
Buying a stock ('Long')
trading.buy_stock(stock, amount)
Selling a stock ('Short')
trading.sell_stock(stock, amount) # Available for CFD only
Closing a position
trading.close_position(stock)
Getting a result of a position
trading.result(stock)
Getting another information of a position
trading.position_info(css_class)
You can get anything that's written in the bar. I've added a picture with source code so you'll be able to select the class.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Trading212-0.1.5.post1.tar.gz
.
File metadata
- Download URL: Trading212-0.1.5.post1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7845400451ba627865afe62c0ac4918af12d95e252ab813d114c9a8487a3f97e |
|
MD5 | c8c78228e4ff7ae732489a7a7b2c5a2d |
|
BLAKE2b-256 | be8a717f7427431d89cb599a483388f745366a1d23f7594fa1c5004eeb33c2ac |