Contents

py-tda-api 0.1.3

0

A python client lirbary for the TD Ameritrade API.

A python client lirbary for the TD Ameritrade API.

Stars: 122, Watchers: 122, Forks: 37, Open Issues: 13

The areed1192/td-ameritrade-api repo was created 3 years ago and the last code push was 1 years ago.
The project is popular with 122 github stars!

How to Install py-tda-api

You can install py-tda-api using pip

pip install py-tda-api

or add it to a project with poetry

poetry add py-tda-api

Package Details

Author
Alex Reed
License
Homepage
https://github.com/areed1192/td-ameritrade-api
PyPi:
https://pypi.org/project/py-tda-api/
GitHub Repo:
https://github.com/areed1192/td-ameritrade-api

Classifiers

No  py-tda-api  pypi packages just yet.

Errors

A list of common py-tda-api errors.

Code Examples

Here are some py-tda-api code examples and snippets.

Related Packages & Articles

ta code examples

This python code example will show you how to use the ta python package to perform technical analysis on historical stock data such as RSI, SMA, Bollinger Bands, and Stochastic Oscillator.

finplot code example

Here’s a code example using the finplot library in Python to create a simple financial plot

vectorbt 0.26.1

The vectorbt library is a powerful tool for Python developers interested in financial analysis. It provides a fast and flexible platform for backtesting trading strategies, operating directly on pandas and NumPy objects and leveraging the speed of Numba for high-performance computations. This package is open-source and is widely used in the algorithmic trading community for quantitative analysis, strategy testing, and research.