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.pywith:
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
sibi-0.1.6-py3-none-any.whl
(74.4 kB
view details)
File details
Details for the file sibi-0.1.6.tar.gz.
File metadata
- Download URL: sibi-0.1.6.tar.gz
- Upload date:
- Size: 62.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.5 Linux/5.4.0-58-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5030f71bbc53a00c7368fcb967d86ac2f91dc80876fd7cf70cc4f801e7cae2b
|
|
| MD5 |
d003e33104a1eddf2d4562a6ad176806
|
|
| BLAKE2b-256 |
d768dc57c91db8962fd8306d8e0054f1ec2a9475d5b32404265a4da0fb8138bb
|
File details
Details for the file sibi-0.1.6-py3-none-any.whl.
File metadata
- Download URL: sibi-0.1.6-py3-none-any.whl
- Upload date:
- Size: 74.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.5 Linux/5.4.0-58-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
807f6110a6c06d19c4e3a87b1ddd3d4e25290a8d1c6ea94f598e540e59fd6d01
|
|
| MD5 |
aaaefe6584d1d6b520502d9f43363ea4
|
|
| BLAKE2b-256 |
3573e4cdbfb83575e9feb83ea9860fe36ce16c3e66019892a1fe3db3b7e8197c
|