IG REST trading API client
Project description
IG REST trading API client
Small Python library to connect to IG REST trading API (more information and API reference is available on IG Labs website).
Installation
To use most recent release:
pip install ig-rest-client
To use current master branch:
pip install git+https://github.com/wjszlachta/ig-rest-client.git
Usage
For demo account:
from ig_rest_client import IgRestSession api_key = '...' account_id = '...' rest_api_username = '...' rest_api_password = '...' session = IgRestSession(api_key, account_id, rest_api_username, rest_api_password) print(session.session_details()) session.log_out()
For live account:
from ig_rest_client import IgRestSession, IG_REST_TRADING_API_LIVE_URL api_key = '...' account_id = '...' rest_api_username = '...' rest_api_password = '...' session = IgRestSession(api_key, account_id, rest_api_username, rest_api_password, rest_api_url=IG_REST_TRADING_API_LIVE_URL) print(session.session_details()) session.log_out()
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size ig_rest_client-0.1-py3-none-any.whl (4.6 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size ig-rest-client-0.1.tar.gz (4.3 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for ig_rest_client-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cea613f3d390d9e97a30246bed56ba95f0cac2619d21e8101101d7e09da62077 |
|
MD5 | c76eed5e75740d80e78cc96a9d3a3b4a |
|
BLAKE2-256 | 897b38143d76a22931c7b31a37437064d356306ccb9acde6415a5d768cd47165 |