To prevent this issue from reoccurring in the future for someone else, here is the syntax that I am using based off of the answer @2rosy provided me with:
from ib_insync import *
util.startLoop()
import logging
# util.logToConsole(logging.DEBUG)
ib = IB()
ib.connect('127.0.0.1', 7497...
This question has actually already been asked and answered on here, howwwever, the answer was given through a web link and it appears as if that link has indeed expired. Thus I am forced to ask the question again to you lovely intelligent people.
Does anyone know how to export data from...
@d08
@d08 the original link seems to have expired (or just isn't working for me) and I can't access the syntax. If it's not too much trouble could you please repost it or send it to me?