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)...
Upstox API REST documentation Sample Program 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_...