#interactive-brokers #api-client #api-bindings #ibkr #ib #ibcp

ibkr_client_portal

Unofficial API Client implement for Interactive Brokers (IBKR / IB) Client Portal

24 releases

new 0.3.7 May 12, 2024
0.3.6 May 11, 2024
0.3.1 Apr 30, 2024
0.2.4 Apr 29, 2024
0.0.2 Mar 25, 2024

#23 in Finance

Download history 186/week @ 2024-03-21 119/week @ 2024-03-28 572/week @ 2024-04-04 121/week @ 2024-04-11 505/week @ 2024-04-18 544/week @ 2024-04-25 508/week @ 2024-05-02 388/week @ 2024-05-09

1,945 downloads per month

MIT license

360KB
7K SLoC

Interactive Brokers (IBKR) Client Portal API Rust Implementation

Disclaimer

This is an Unofficial API Client implement for Interactive brokers (IBKR) Client Portal. Please use it at your own risk!

Documents

Tutorial

  • Visit our unit test cases to have a quick tutorial of how to use this lib (really straightforward to use)

IBKR Client Portal Docker image Usage

There's a self written (unofficial) docker image for ibkr client portal. github.com/ttzztztz/rabbit_trading dockerfiles/ibkr_client_portal

  • First, clone the repo and modify the configuration YAML file according to your needs
git clone git@github.com:ttzztztz/rabbit_trading.git
cd  dockerfiles/ibkr_client_portal
vim conf.yaml
  • Then, start the docker-compose, waiting for the image build and container startup
docker-compose up -d
  • Finally, visit the http://localhost:5000 to finish the auth

References

Contributions

Dependencies

~9–24MB
~330K SLoC