Skip to content

Commit

Permalink
add documentation on equity index symbols (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec authored Jun 30, 2024
1 parent 734448a commit 2a49721
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/tda-transition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ Code that manipulates them may need to be updated. ``schwab-py`` provides a
symbols easier.


++++++++++++++++++++++++++++++++++
Equity index symbols are different
++++++++++++++++++++++++++++++++++

TDAmeritrade used equity index symbols that ended in ``.X``. For instance, the
symbol for the S&P 500 index used to be ``$SPX.X``. Now, these indices are
referred to without that suffix, so S&P 500 is just ``$SPX``.


++++++++++++++++++++++++++++++++++++++++++++++
``schwab-py`` only supports python 3.10 and up
++++++++++++++++++++++++++++++++++++++++++++++
Expand Down

0 comments on commit 2a49721

Please sign in to comment.