You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
16
16
## Overview
17
17
18
+
Current Version: **0.2.9**
19
+
18
20
The unofficial Python API client library for TD Ameritrade allows individuals with TD Ameritrade accounts to manage trades, pull historical and real-time data, manage their accounts, create and modify orders all using the Python programming language.
19
21
20
22
To learn more about the TD Ameritrade API, please refer to the [official documentation](https://developer.tdameritrade.com/apis).
@@ -60,6 +62,12 @@ The project can be found at PyPI, if you'd like to view the project please use t
60
62
pip install td-ameritrade-python-api
61
63
```
62
64
65
+
To upgrade the library run the following command:
66
+
67
+
```bash
68
+
pip install --upgrade td-ameritrade-python-api
69
+
```
70
+
63
71
## Usage
64
72
65
73
This example demonstrates how to login to the API and demonstrates sending a request using the `get_quotes` endpoint, using your API key.
0 commit comments