Category: WebAPI

WebAPI Developer Guidelines

Data Usage TradeStation WebAPI can be used for a variety of application models and data needs, however there are limitations to how that data can be used.  TradeStation is not in the business of re-vending data. Therefore TradeStation WebAPI should not be used on open websites to provide real-time data.  Most exchanges… Read more »

Streaming Real-Time Barcharts

Follow along with this article by checking out the Java sample code on GitHub. Note: Java is just an example, not necessarily the preferred programming language for consuming the TradeStation WebAPI. Please let us know if you would like an equivalent article in another language. Pulling data from the TradeStation… Read more »

Simple Example to Get a Quote

The TradeStation WebAPI will work with any programming language that can make an HTTP Request and receive an HTTP Response. In order to get started though, you will need to get your app authenticated and authorized, which could be a little challenging if you have never dealt with OAuth2 in… Read more »