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.
Source Distribution
ig-rest-client-0.1.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file ig-rest-client-0.1.tar.gz
.
File metadata
- Download URL: ig-rest-client-0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e884aa19deb44f18b4c8ba5f45ac7f50cfba69935315f82aee9c337540b79d8 |
|
MD5 | d4ecee1d5d169bf767e3fd8bf40ab852 |
|
BLAKE2b-256 | 9aeb5dd00baf4e9e0f9fead3cd9c8bac020770ed73a97eace9be58cd3579b4ba |
File details
Details for the file ig_rest_client-0.1-py3-none-any.whl
.
File metadata
- Download URL: ig_rest_client-0.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cea613f3d390d9e97a30246bed56ba95f0cac2619d21e8101101d7e09da62077 |
|
MD5 | c76eed5e75740d80e78cc96a9d3a3b4a |
|
BLAKE2b-256 | 897b38143d76a22931c7b31a37437064d356306ccb9acde6415a5d768cd47165 |