Skip to content

Instantly share code, notes, and snippets.

@svishi
svishi / interactive_upstox_api_sample.py
Created June 30, 2017 10:30
Python SDK - Sample Code - Interactive API
from upstox_api.api import *
from datetime import datetime
from pprint import pprint
import os, sys
from tempfile import gettempdir
try: input = raw_input
except NameError: pass
u = None