A repository of code that interacts with the TDA-API
This code loops through a list of tickers to get the entire options chain for each symbol. It's designed to run all day, and will consistently loop through the list of tickers. It will automatically handle the start and end of the trading day, as well as holidays, etc.
This code returns all orders from an account, the result can then be filtered for specific orders as needed. There's an included option for returning a dictionary or Dataframe response.
A collection of code to place orders through the API.