.gitattributes
.gitignore
.readthedocs.yml
.travis.yml
LICENSE
README.rst
dist.sh
mypy.ini
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/FUNDING.yml
docs/Makefile
docs/api.rst
docs/changelog.rst
docs/code.rst
docs/conf.py
docs/index.rst
docs/links.rst
docs/make.bat
docs/notebooks.rst
docs/readme.rst
docs/recipes.rst
docs/requirements.txt
docs/html/api.html
docs/html/changelog.html
docs/html/code.html
docs/html/genindex.html
docs/html/index.html
docs/html/links.html
docs/html/notebooks.html
docs/html/objects.inv
docs/html/py-modindex.html
docs/html/readme.html
docs/html/recipes.html
docs/html/search.html
docs/html/searchindex.js
docs/html/_images/qt-tickertable.png
docs/html/_modules/index.html
docs/html/_modules/eventkit/event.html
docs/html/_modules/ib_insync/client.html
docs/html/_modules/ib_insync/contract.html
docs/html/_modules/ib_insync/flexreport.html
docs/html/_modules/ib_insync/ib.html
docs/html/_modules/ib_insync/ibcontroller.html
docs/html/_modules/ib_insync/objects.html
docs/html/_modules/ib_insync/order.html
docs/html/_modules/ib_insync/ticker.html
docs/html/_modules/ib_insync/util.html
docs/html/_sources/api.rst.txt
docs/html/_sources/changelog.rst.txt
docs/html/_sources/code.rst.txt
docs/html/_sources/index.rst.txt
docs/html/_sources/links.rst.txt
docs/html/_sources/notebooks.rst.txt
docs/html/_sources/readme.rst.txt
docs/html/_sources/recipes.rst.txt
docs/html/_static/basic.css
docs/html/_static/doctools.js
docs/html/_static/documentation_options.js
docs/html/_static/file.png
docs/html/_static/jquery-3.4.1.js
docs/html/_static/jquery.js
docs/html/_static/language_data.js
docs/html/_static/minus.png
docs/html/_static/plus.png
docs/html/_static/pygments.css
docs/html/_static/searchtools.js
docs/html/_static/underscore-1.3.1.js
docs/html/_static/underscore.js
docs/html/_static/css/badge_only.css
docs/html/_static/css/theme.css
docs/html/_static/fonts/fontawesome-webfont.eot
docs/html/_static/fonts/fontawesome-webfont.svg
docs/html/_static/fonts/fontawesome-webfont.ttf
docs/html/_static/fonts/fontawesome-webfont.woff
docs/html/_static/fonts/fontawesome-webfont.woff2
docs/html/_static/fonts/Lato/lato-bold.eot
docs/html/_static/fonts/Lato/lato-bold.ttf
docs/html/_static/fonts/Lato/lato-bold.woff
docs/html/_static/fonts/Lato/lato-bold.woff2
docs/html/_static/fonts/Lato/lato-bolditalic.eot
docs/html/_static/fonts/Lato/lato-bolditalic.ttf
docs/html/_static/fonts/Lato/lato-bolditalic.woff
docs/html/_static/fonts/Lato/lato-bolditalic.woff2
docs/html/_static/fonts/Lato/lato-italic.eot
docs/html/_static/fonts/Lato/lato-italic.ttf
docs/html/_static/fonts/Lato/lato-italic.woff
docs/html/_static/fonts/Lato/lato-italic.woff2
docs/html/_static/fonts/Lato/lato-regular.eot
docs/html/_static/fonts/Lato/lato-regular.ttf
docs/html/_static/fonts/Lato/lato-regular.woff
docs/html/_static/fonts/Lato/lato-regular.woff2
docs/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
docs/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
docs/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
docs/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
docs/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
docs/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
docs/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
docs/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
docs/html/_static/js/modernizr.min.js
docs/html/_static/js/theme.js
docs/images/qt-tickertable.png
examples/qt_ticker_table.py
examples/tk.py
ib_insync/__init__.py
ib_insync/client.py
ib_insync/connection.py
ib_insync/contract.py
ib_insync/decoder.py
ib_insync/flexreport.py
ib_insync/ib.py
ib_insync/ibcontroller.py
ib_insync/objects.py
ib_insync/order.py
ib_insync/py.typed
ib_insync/ticker.py
ib_insync/util.py
ib_insync/version.py
ib_insync/wrapper.py
ib_insync.egg-info/PKG-INFO
ib_insync.egg-info/SOURCES.txt
ib_insync.egg-info/dependency_links.txt
ib_insync.egg-info/requires.txt
ib_insync.egg-info/top_level.txt
notebooks/bar_data.ipynb
notebooks/basics.ipynb
notebooks/contract_details.ipynb
notebooks/market_depth.ipynb
notebooks/option_chain.ipynb
notebooks/ordering.ipynb
notebooks/scanners.ipynb
notebooks/tick_data.ipynb
tests/conftest.py
tests/test_requests.py