Skip to content

Instantly share code, notes, and snippets.

@pun2et
pun2et / interactive_upstox_api_sample.py
Created March 3, 2019 16:51 — forked from svishi/interactive_upstox_api_sample.py
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