This is the unofficial Python SDK for the Tradier API.
For details, see www.tradier.com.
Install the package:
$ pip install tradier
Obtain an API token by signing up at developer.tradier.com
Store the token in keys.json
Tradier requires the following modules:
- Python 2.7+
- requests
- python-dateutil