alexgolec / tda-api

A TD Ameritrade API client for Python. Includes historical data for equities and ETFs, options chains, streaming order book data, complex order construction, and more.
https://tda-api.readthedocs.io
MIT License
1.26k stars 335 forks source link

New API Suggestion: TradeStation API with python #338

Open Paw2Pom opened 1 year ago

Paw2Pom commented 1 year ago

Hi Alex,

I am a big fan of your TDA API! I use it very often!

I noticed that TradeStation offers API for their users, and it seems it offers a very good historical data for equities, futures, and even options on stocks. (when compared to either Ameritrade or IB)

https://www.tradestation.com/platforms-and-tools/trading-api/ https://api.tradestation.com/docs/

I also did some quick search, and there seems some python for Tradestation API packages available on github for reference, but seems not updated?

https://github.com/topics/tradestation-api

Will there be any chance for a potential Tradestation-python API like the tda-api? I think it will be super beneficial and rewarding as the Tradestation platform is quite limited for analysis, but its data is really abundant!

Thank you so much!