-
Notifications
You must be signed in to change notification settings - Fork 28
Home
alienbrett edited this page Mar 24, 2020
·
15 revisions
Python3 wrapper for Ally Invest brokerage API
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.
After setting up API keys, PyAlly can provide the basic/essential Ally brokerage transaction functions from a simple python request.
- Stock buy/sell/short/buy-to-cover orders
- Query account transaction history
- Represent account holdings
- Query account holdings
- Orders supported:
- Market
- Stop
- Limit
- Stop Limit
- Stop Loss
- Instrument quotes
- Option trading
- requests-oathlib
- requests
- matplotlib