Portfolio Manager For Alpaca Trade API

This python script implements a utility class that makes it easy to manage your portfolio programmatically. The PortfolioManager class implements easy way to feed the desired portfolio structure either in weights or the number of shares, and submits the necessary orders in parallel. You can use this class and feed the data from static file (such as CSV) or dynamically calculate from some other data.

Code on GitHub