diff --git a/README.rst b/README.rst index 3c1d0d2..f5e6750 100644 --- a/README.rst +++ b/README.rst @@ -19,22 +19,23 @@ .. image:: http://codecov.io/github/alexgolec/tda-api/coverage.svg?branch=master :target: http://codecov.io/github/alexgolec/tda-api?branch=master -|schwab-py|_ and ``tda-api``'s Future Following the `TD-Ameritrade to Charles Schwab Transition `__ --------------------------------------------------------------------------------------------------------------------------------------------- +``schwab-py`` and ``tda-api``'s Future Following the `TD-Ameritrade to Charles Schwab Transition `__ +--------------------------------------------------------------------------------------------------------------------------------------------- With the upcoming transition to Charles Schwab, we have been developing -a new |schwab-py|_ API which implements much of the functionality of -``tda-api``, but is adapted for `Charles Schwab's API `__. -The new |schwab-py|_ API replaces ``tda-api``, and ``tda-api`` will no -longer be actively maintained. All new users should refer to |schwab-py| +a new ``schwab-py`` API `(linked here) `__ +which implements much of the functionality of ``tda-api``, but is adapted +for `Charles Schwab's API `__. +The new ``schwab-py`` API replaces ``tda-api``, and ``tda-api`` will no +longer be actively maintained. All new users should refer to ``schwab-py`` for the latest and most up-to-date features. TD Ameritrade's API endpoints will no longer work after Friday, May 10th, 2024. All TD Ameritrade clients will have moved to Charles Schwab, and TD Ameritrade will have turned off the TD Ameritrade API endpoints. -.. |schwab-py| replace:: ``schwab-py`` -.. _schwab-py: https://github.com/alexgolec/schwab-py +For more details on the future of the `tda-api` and the Schwab Transition, +`read here `__. What is ``tda-api``?