Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.19 KB

Market Maker Lite TDA Repository

Python Badge GitHub license GitHub last commit Discord

A repository of code that interacts with the TDA-API

Options-Data

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.

Get-Orders

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.

Orders

A collection of code to place orders through the API.