Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gomisha/ibkr-api
Interactive Brokers Web Portal REST API for stock and option data
https://github.com/gomisha/ibkr-api
Last synced: 7 days ago
JSON representation
Interactive Brokers Web Portal REST API for stock and option data
- Host: GitHub
- URL: https://github.com/gomisha/ibkr-api
- Owner: gomisha
- License: mit
- Created: 2021-09-12T16:03:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T23:37:58.000Z (about 3 years ago)
- Last Synced: 2024-06-21T18:47:39.327Z (5 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ibkr-api
Library for Interactive Brokers Client Portal Web API for stock and option data### IBKR Gateway
IBKR API Gateway must be running locally on port 5000 and all end points are accessed from this base URL: https://localhost:5000/
### IBKR Client Portal Web API Resources
* [IBKR API Solutions](https://www.interactivebrokers.com/en/index.php?f=5041)
* [API Gateway Download](https://download2.interactivebrokers.com/portal/clientportal.gw.zip)
* [Getting Started](https://interactivebrokers.github.io/cpwebapi/)
* [API Reference](https://www.interactivebrokers.com/api/doc.html)
* [Option Lookup](https://interactivebrokers.github.io/cpwebapi/option_lookup.html)