Skip to main content

Synchronous Interactiver Brokers Interface

Project description

Solid is an XMLRPC interface to Interactive Brokers API.

The main purpose of this library is to transform the async world of tws api into sync procedures, in order to develop custom applications easily.

It needs TWS 9.76.1 or greater python api to work.


Example

  • Create a file testxmlrpc.py with:
import xmlrpc.client

s = xmlrpc.client.ServerProxy('http://localhost:7080')

bars = s.reqHistoricalData("EUR", "CASH", "GBP", "IDEALPRO")

print(bars)

And that's it.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sibi-0.1.6.tar.gz (62.9 kB view hashes)

Uploaded Source

Built Distribution

sibi-0.1.6-py3-none-any.whl (74.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page