AllyInvest.py
A blackbox Ally Invest/TradeKing API interface for application developers.
|
Classes | |
class | AllyAPI |
@package AllyAPI A Python3 class that allows access to all of the functionality in the Ally/TradeKing API. This package attempts to stay on top of changes to the API and allow an easy to user iterface with the Ally Invest API. The API does no formatting for the user. A response format of 'xml' or 'json' can be specified and the API responses will be returned as the raw XML or JSON, respectively. This API was built with the developer in mind and should allow a developer to build applications around the Ally Invest API without having to deal with accessing and managing the requests and responses. This project was inspired my PyAlly (https://github.com/alienbrett/PyAlly).