Skip to content

Instantly share code, notes, and snippets.

@Yvictor
Last active December 4, 2018 04:30
Show Gist options
  • Save Yvictor/2094944b43a8d814695e21281f148149 to your computer and use it in GitHub Desktop.
Save Yvictor/2094944b43a8d814695e21281f148149 to your computer and use it in GitHub Desktop.
IB python api install
  • wget http://interactivebrokers.github.io/downloads/twsapi_macunix.973.02.zip
  • unzip twsapi_macunix.973.02.zip
  • cd IBJts/source/pythonclient
  • python setup.py install
  • cd ../../samples/Python/Testbed/
  • python Program.py -p 4002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment