This is the unofficial Python SDK for the Intrinio API.
For details, see www.intrinio.com.
Install the package:
$ pip install intrinio
Obtain API credentials by signing up for a developer account at www.intrinio.com
Store username and password in keys.json, with the following format:
{"intrinio": {"user": "abc...", "pass": "012..."}}
Intrinio requires the following modules:
- Python 2.7+
- requests