Skip to content
alienbrett edited this page Mar 24, 2020 · 15 revisions

PyAlly 0.3.0

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.

Supported features

  • 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

Requirements

  • requests-oathlib
  • requests
  • matplotlib
Clone this wiki locally