billray0259 / stockbot_2020

A previous attempt at profitable algorithmic trading
0 stars 0 forks source link

Interface with the TD Ameritrade streaming API #3

Open billray0259 opened 4 years ago

billray0259 commented 4 years ago

Eventually, we will need a way to take in and process real-time data. TD has a limit on how many requests we can make per-second so unless we can increase that the historical data API is not the way to go with regards to real-time data.

This streaming API looks promising

We need some code that can get live data from this streaming API