Skip to main content

PyGIndex - Python library/framework

Project description

PyGIndex

Python library/framework to access and trade on IG Index

PyPI Version Python Version Build Status Code Coverage Code Quality Documentation

Installing

Install and update using pip:

pip install -U pygindex

Examples

Get session details

from pygindex.client import IGClient

c = IGClient()
s = c.get_session_details()
print(s)

Will produce

{'clientId': 'XXXXXXXXX', 
 'accountId': 'XXXXX', 
 'timezoneOffset': 1, 
 'locale': 'en_GB', 
 'currency': 'GBP', 
 'lightstreamerEndpoint': 'https://apd.marketdatasystems.com'}

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygindex-0.2.0.tar.gz (36.1 kB view hashes)

Uploaded Source

Built Distribution

pygindex-0.2.0-py2.py3-none-any.whl (30.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page