Contents

tda-api 1.6.0

0

An unofficial wrapper around the TD Ameritrade HTTP API.

An unofficial wrapper around the TD Ameritrade HTTP API.

Stars: 1240, Watchers: 1240, Forks: 336, Open Issues: 40

The alexgolec/tda-api repo was created 4 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1240 github stars!

How to Install tda-api

You can install tda-api using pip

pip install tda-api

or add it to a project with poetry

poetry add tda-api

Package Details

Author
Alex Golec
License
MIT
Homepage
https://github.com/alexgolec/tda-api
PyPi:
https://pypi.org/project/tda-api/
Documentation:
https://tda-api.readthedocs.io/en/latest/
GitHub Repo:
https://github.com/alexgolec/tda-api

Classifiers

  • Office/Business/Financial/Investment
No  tda-api  pypi packages just yet.

Errors

A list of common tda-api errors.

Code Examples

Here are some tda-api code examples and snippets.

GitHub Issues

The tda-api package has 40 open issues on GitHub

  • Fix issue #292
  • get_price_history interval functions should include parameter need_extended_hours_data
  • class StrikeRange(Enum) may be inaccurate.
  • Can't login to discord
  • Adds helper bot
  • Question on prices under 1
  • timesale_futures_subs and add_timesale_futures_handler returning data
  • tda-generate-token.py --help fails with ImportError: cannot import name 'USE_CLIENT_DEFAULT' from 'httpx'

See more issues on GitHub

Related Packages & Articles

pandas-ta 0.3.14b

An easy to use Python 3 Pandas Extension with 130+ Technical Analysis Indicators. Can be called from a Pandas DataFrame or standalone like TA-Lib. Correlation tested with TA-Lib.

ta 0.11.0

ta is a Python module that provides a technical analysis library, designed to enable feature engineering from financial time series datasets. It is built on the pandas and numpy libraries and offers a wide range of indicators such as volume, volatility, trend, and momentum indicators. ta is designed for Python developers working in the financial sector, making it a valuable asset in the field of Financial Software and Fintech Solutions, particularly for those developing trading algorithms or investment strategies.

tensortrade 1.0.3

TensorTrade: A reinforcement learning library for training, evaluating, and deploying robust trading agents.