Hey everyone, I was wondering how would I start programming an interface to trading stocks in Etrade in python. I am attempting to make an automated trading bot, but there is no api publicly available for automated trading with Etrade. Thanks in advance. ^^

link|improve this question

Etrade now has an API: us.etrade.com/e/t/activetrading/api – Chris Dutrow Feb 11 at 23:37
feedback

2 Answers

up vote 3 down vote accepted

For E-trade I could only find this: http://code.google.com/p/pyetrade/ . It uses urllib2 to access the site like a user would. But because of lack of an official API there is no guarantee that anything will keep working.

Interactive Brokers has an extensive API for automatic trading, also from Python. I can confirm that one works.

link|improve this answer
feedback

As mentioned by "What online brokers offer APIs", etrade has an api now.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.