How to Sign Up for an Interactive Brokers Paper Trading Account
pip install ibapi
pip install ib_insync
pip install nest_asyncio
- https://ib-insync.readthedocs.io/index.html
- Library to make working with Interactive Broker TWS API easier using linear style of programming;
- https://github.com/erdewit/nest_asyncio
- This fixes the "RuntimeError: This event loop is already running".