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
Take control of your [Ally bank](https://www.ally.com/api/invest/documentation/getting-started/) finances through Python.
8
-
Buy stocks and options in an instant, and stay up-to-date with your investments.
7
+
Take control of your [Ally Invest](https://www.ally.com/api/invest/documentation/getting-started/) finances through Python. Buy stocks and options in an instant, and stay up-to-date with your investments.
9
8
10
-
Ally Bank's investment platform is perfect for smaller investors who value a mature web/mobile interface, and low brokerage fees. I made this wrapper so that I could more easily integrate the platform with Python, and reduce the need for human oversight on my account.
9
+
Ally Invest's investment platform is perfect for smaller investors who value a mature web/mobile interface, and low brokerage fees. I made this wrapper so that I could more easily integrate the platform with Python, and reduce the need for human oversight on my account.
11
10
12
11
After setting up API keys, PyAlly can provide the basic/essential Ally brokerage transaction functions from a simple python request.
13
12
14
13
Make sure to [read the docs](https://alienbrett.github.io/PyAlly)!
15
14
16
-
## Version 1.1.2
15
+
## Version 1.2.0
17
16
18
-
The lastest redesign preserves many features of the old interface, and incorporates a few new ones.
19
-
Version 1.0 has been designed around a simple interface which should make modifying orders easier, and many operations more pythonic.
20
-
Please note that this version breaks compatibility with all V0.X.X.
17
+
We have added more features in this latest minor release! There have also been numerous contribution and pipeline improvements not listed below. See the commit history for details.
21
18
22
-
* Added pythonic methods for manipulating account watchlists
23
-
* Added quote streaming support
24
-
* Added rate limit functionality
25
-
* Simplified account operation methods
26
-
* Intelligent rate limiting
27
-
* Many new order operations. Orders can now be modified or cancelled in an intuitive way
Note that parts of the news searching is broken. Ally's contractor who supplies information for news
33
-
articles has had trouble suppling some information.
25
+
Note that parts of the news searching is broken. Ally's contractor who supplies information for news articles has had trouble suppling some information.
34
26
35
27
## Planned Features
36
28
37
29
* Multi-leg orders
38
30
39
-
40
31
## Dev Environment Setup
41
32
42
33
To setup your dev environment, simply run:
@@ -62,6 +53,7 @@ or `exit` / `logout` your terminal.
62
53
If your dev environment gets hosed, exit it, remove the `venv` directory, and run the setup above again.
63
54
64
55
## Contributors
56
+
65
57
*[Brett Graves](https://github.com/alienbrett)
66
58
*[Cole Fox](https://github.com/coalfocks)
67
59
*[Rob Valadez](https://github.com/Rob-Valdez)
@@ -71,6 +63,6 @@ If your dev environment gets hosed, exit it, remove the `venv` directory, and ru
71
63
*[Matt Margolin](https://github.com/mm0)
72
64
*[Alex Kennedy](https://github.com/LaikaN57)
73
65
74
-
Message me on Github or [send an email](mailto:alienbrett648@gmail.com) if you enjoyed the project or thought it could be improved. I do my best to code with quality but sometimes it is easier said than done. Anyone with an interest with an eye for detail is welcome to contribute.
66
+
Message me on Github or [send an email](mailto:alienbrett648@gmail.com) if you enjoyed the project or thought it could be improved. Anyone with an interest, with an eye for detail, is welcome to contribute.
75
67
76
68
If you're dying to buy me a beer, I accept venmo at @alienbrett. That said, feel no obligation; this is free software and it's here for you to use.
Copy file name to clipboardExpand all lines: docs/_sources/index.rst.txt
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
PyAlly Trading Library
2
2
==================================
3
3
4
-
Take control of your `Ally bank`_ finances through Python. Buy stocks and options in an instant, and stay up-to-date with your investments.
4
+
Take control of your `Ally Invest`_ finances through Python. Buy stocks and options in an instant, and stay up-to-date with your investments.
5
5
6
-
Ally Bank's investment platform is perfect for smaller investors who value a mature web/mobile interface, and low brokerage fees. I made this wrapper so that I could more easily integrate the platform with Python, and reduce the need for human oversight on my account.
6
+
Ally Invest's investment platform is perfect for smaller investors who value a mature web/mobile interface, and low brokerage fees. I made this wrapper so that I could more easily integrate the platform with Python, and reduce the need for human oversight on my account.
7
7
8
8
After setting up API keys, PyAlly can provide the basic/essential Ally brokerage transaction functions from a simple python request.
9
9
@@ -28,20 +28,16 @@ Contents
28
28
support
29
29
maintaining
30
30
31
-
Version 1.1.2
31
+
Version 1.2.0
32
32
----------------
33
33
34
-
The lastest redesign preserves many features of the old interface, and incorporates a few new ones. Version 1.0 has been designed around a simple interface which should make modifying orders easier, and many operations more pythonic. Please note that this version breaks compatibility with all V0.X.X.
34
+
We have added more features in this latest minor release! There have also been numerous contribution and pipeline improvements not listed below. See the commit history for details.
35
35
36
-
* Added pythonic methods for manipulating account watchlists
37
-
* Added quote streaming support
38
-
* Added rate limit functionality
39
-
* Simplified account operation methods
40
-
* Intelligent rate limiting
41
-
* Many new order operations. Orders can now be modified or cancelled in an intuitive way
Note that parts of the news searching is broken. Ally's contractor who supplies information for news articles has had trouble suppling some information.
47
43
@@ -61,7 +57,7 @@ Contributors
61
57
* `Matt Margolin`_
62
58
* `Alex Kennedy`_
63
59
64
-
Message me on Github or `send me an email`_ if you enjoyed the project or thought it could be improved. I do my best to code with quality but sometimes it is easier said than done. Anyone with an interest with an eye for detail is welcome to contribute.
60
+
Message me on Github or `send me an email`_ if you enjoyed the project or thought it could be improved. Anyone with an interest, with an eye for detail, is welcome to contribute.
65
61
66
62
If you're dying to buy me a beer, I accept venmo at @alienbrett. That said, feel no obligation; this is free software and it's here for you to use.
<h1>PyAlly Trading Library<aclass="headerlink" href="#pyally-trading-library" title="Permalink to this headline">¶</a></h1>
171
-
<p>Take control of your <aclass="reference external" href="https://www.ally.com/api/invest/documentation/getting-started/">Ally bank</a> finances through Python. Buy stocks and options in an instant, and stay up-to-date with your investments.</p>
172
-
<p>Ally Bank’s investment platform is perfect for smaller investors who value a mature web/mobile interface, and low brokerage fees. I made this wrapper so that I could more easily integrate the platform with Python, and reduce the need for human oversight on my account.</p>
171
+
<p>Take control of your <ahref="#id1"><spanclass="problematic" id="id2">`Ally Invest`_</span></a> finances through Python. Buy stocks and options in an instant, and stay up-to-date with your investments.</p>
172
+
<p>Ally Invest’s investment platform is perfect for smaller investors who value a mature web/mobile interface, and low brokerage fees. I made this wrapper so that I could more easily integrate the platform with Python, and reduce the need for human oversight on my account.</p>
173
173
<p>After setting up API keys, PyAlly can provide the basic/essential Ally brokerage transaction functions from a simple python request.</p>
174
174
<p>The project can be cloned from <aclass="reference external" href="https://github.com/alienbrett/PyAlly">github</a> or installed through pip on <aclass="reference external" href="https://pypi.org/project/pyally/">pypi</a>.</p>
175
175
<divclass="section" id="contents">
@@ -212,19 +212,15 @@ <h2>Contents<a class="headerlink" href="#contents" title="Permalink to this head
212
212
</ul>
213
213
</div>
214
214
</div>
215
-
<divclass="section" id="version-1-1-2">
216
-
<h2>Version 1.1.2<aclass="headerlink" href="#version-1-1-2" title="Permalink to this headline">¶</a></h2>
217
-
<p>The lastest redesign preserves many features of the old interface, and incorporates a few new ones. Version 1.0 has been designed around a simple interface which should make modifying orders easier, and many operations more pythonic. Please note that this version breaks compatibility with all V0.X.X.</p>
215
+
<divclass="section" id="version-1-2-0">
216
+
<h2>Version 1.2.0<aclass="headerlink" href="#version-1-2-0" title="Permalink to this headline">¶</a></h2>
217
+
<p>We have added more features in this latest minor release! There have also been numerous contribution and pipeline improvements not listed below. See the commit history for details.</p>
218
218
<ulclass="simple">
219
-
<li><p>Added pythonic methods for manipulating account watchlists</p></li>
<p>Note that parts of the news searching is broken. Ally’s contractor who supplies information for news articles has had trouble suppling some information.</p>
230
226
</div>
@@ -246,7 +242,7 @@ <h2>Contributors<a class="headerlink" href="#contributors" title="Permalink to t
<p>Message me on Github or <aclass="reference external" href="mailto:alienbrett648%40gmail.com">send me an email</a> if you enjoyed the project or thought it could be improved. I do my best to code with quality but sometimes it is easier said than done. Anyone with an interest with an eye for detail is welcome to contribute.</p>
245
+
<p>Message me on Github or <aclass="reference external" href="mailto:alienbrett648%40gmail.com">send me an email</a> if you enjoyed the project or thought it could be improved. Anyone with an interest, with an eye for detail, is welcome to contribute.</p>
250
246
<p>If you’re dying to buy me a beer, I accept venmo at @alienbrett. That said, feel no obligation; this is free software and it’s here for you to use.</p>
251
247
</div>
252
248
</div>
@@ -272,7 +268,7 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe
0 commit comments