@admin Can u pl check?
G
gondalapradeep
@gondalapradeep
0
Reputation
3
Posts
1
Profile views
0
Followers
0
Following
Best posts made by gondalapradeep
This user hasn't posted anything yet.
Latest posts made by gondalapradeep
-
'AttributeError' object has no attribute 'message'
The above said error while fetching for candle data with below code. Pl check and do the needful. </br>
def getCandleData(token,obj): </br>
try:</br> historicParam={</br> "exchange": "NSE",</br> "symboltoken": token,</br> "interval": "ONE_DAY",</br> "fromdate": f'{date.today()-timedelta(days=10)} 09:15' , </br> "todate": f'{date.today()} 15:30' </br> }</br> return obj.getCandleData(historicParam)</br> except Exception as e:</br> print(f"Historic Api failed: {e.message}")</br>
-
RE: Python Streaming Tick Data Problem.
@dorje Can i get this code please, I have been trying alot, but only getting above three lines and not feed..