Skip to content

rytis/pygindex

Repository files navigation

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

About

Python library/framework to access and trade on IG Index

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published