Skip to content

cosmoarunn/ib_insync_examples

Repository files navigation

ib_insync_examples

ib_insync_examples

Examples that implements async requests or concurrency for making multiple requests to TWS Api using ib_insync api. The retrieved data may be  stored in CSV as well as light weight sqlite db for simplicity.

About The Project

This project is aimed to provide working examples of concurrent request and similar to IAPpi TWS. It uses ib_insync library for connecting and handling data on TWS. 
For further reference visit [ib_insync](https://github.com/erdewit/ib_insync)

Usage

simple usage

python3 symbol_collect.py -h

using parameters:

see more with

python3 symbol_collect.py -h

with all parameters

python3 symbol_collect.py -a "a,b,c,1" -c 2 -d symboltest -t symbol_scds_2

About

ib_insync_examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages