Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshuljain13/interactivebrokersapi
Ready to Exploit Example of TWS API
https://github.com/harshuljain13/interactivebrokersapi
Last synced: 5 days ago
JSON representation
Ready to Exploit Example of TWS API
- Host: GitHub
- URL: https://github.com/harshuljain13/interactivebrokersapi
- Owner: harshuljain13
- License: mit
- Created: 2019-01-09T05:34:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T05:36:24.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T01:46:47.066Z (about 2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InteractiveBrokerAPI
Working Script to fetch the data from the Interactive Brokers via TWS API by IB.
### Instructions to setup
1. Install TWS from https://www.interactivebrokers.co.in/en/index.php?f=16040
2. Follow https://interactivebrokers.github.io/tws-api/initial_setup.html to activate API access. enter the port as 7497
3. Install IB API folder from http://interactivebrokers.github.io/
4. unzip the folder and run the following on terminal. This is to install the ibapi package in python.
```
cd IBJts/source/pythonclient
python3 setup.py install
```Navigate to working directory and run
```
git clone https://gitea.geminisolutions.in/ha.jain/InteractiveBrokerAPI.git
cd InteractiveBrokerAPI
python3 main.py
```