Skip to content

Commit

Permalink
changed eod charts endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kambalatech committed Dec 5, 2022
1 parent 57b23aa commit 330032f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_time(time_string):

class ShoonyaApiPy(NorenApi):
def __init__(self):
NorenApi.__init__(self, host='https://api.shoonya.com/NorenWClientTP/', websocket='wss://api.shoonya.com/NorenWSTP/', eodhost='https://shoonya.finvasia.com/chartApi/getdata/')
NorenApi.__init__(self, host='https://api.shoonya.com/NorenWClientTP/', websocket='wss://api.shoonya.com/NorenWSTP/', eodhost='https://api.shoonya.com/chartApi/getdata/')
global api
api = self

Expand Down

0 comments on commit 330032f

Please sign in to comment.