Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

defunct notice #348

Merged
merged 5 commits into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
TDAmeritrade is now defunct
===========================

On May 10th, 2024, Charles Schwab officially turned down the TDAmeritrade
service and migrated its last batch of customers to Charles Schwab. With this
change, ``tda-api`` and the API that backed it stopped working.

Fortunately, a new API is available, and it's quite similar to ``tda-api``.
We've been hard at work on ``schwab-py``, a replacement for ``tda-api``. Here is
the `documentation, complete with getting started and migration
guides<https://schwab-py.readthedocs.io/en/latest/>`__. If you have any
questions, please ask them on our `Discord
server<https://discord.gg/BEr6y6Xqyv>`__

The old ``tda-api`` project is now defunct, and this repo is provided for
archival purposes only.


``tda-api``: A TD Ameritrade API Wrapper
========================================
----------------------------------------

.. image:: https://img.shields.io/discord/720378361880248621.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2
:target: https://discord.gg/BEr6y6Xqyv
Expand Down
Loading