在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):ig-python/ig-markets-api-python-library开源软件地址(OpenSource Url):https://github.com/ig-python/ig-markets-api-python-library开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):trading_igA lightweight Python wrapper for the IG Markets API. Simplifies access to the IG REST and Streaming APIs. What is it?IG Markets provides financial spread betting and CFD platforms for trading equities, forex, commodities, indices, cryptocurrencies, bonds, rates, options and more. IG provide APIs so that developers can access their platforms programmatically. Using the APIs you can get live and historical data, automate your trades, or create apps. For details about the IG APIs please see their site: NOTE: this is not an IG project. Use it at your own risk DependenciesA number of dependencies in this project are marked as 'optional', this is by design. There is a brief explanation in this FAQ item. For full details, see pyproject.toml InstallationThis project uses Poetry. Adding to an existing Poetry project: $ poetry add trading_ig With all the optional dependencies: $ poetry add trading_ig[pandas,munch,tenacity] Cloning the project with Poetry: $ git clone https://github.com/ig-python/ig-markets-api-python-library $ cd ig-markets-api-python-library $ poetry install And with all optional dependencies: $ poetry install --extras "pandas munch tenacity" Installing with pip: $ pip install trading_ig And with all optional dependencies: $ pip install trading_ig pandas munch tenacity Docshttps://trading_ig.readthedocs.io/ LicenseBSD (See LICENSE) |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论