Upstox API DocumentationRequirements.Python 2.7 and 3.4+Installation & Usagepip installIf the python package is hosted on Github, you can install directly from Githubpip install upstox-python-sdk(you may need to run pip with root permission: sudo pip install upstox-python-sdk)...
Official Python SDK for accessing Upstox API. Contribute to upstox/upstox-python development by creating an account on GitHub.
An interactive Python program to test your connectivity and show functionality is available on Gist. Using the API Get an access token Import Upstox from upstox_api.api import * Create a Session object with your api_key, redirect_uri and api_secret s = Session ('your_api_key') s.set...