@admin sir, is there any way to get 20 depth data by changing smartwebsocketexamplev2.py coding.
Please 🙏🏼 Tell.
T
Posts made by tanmoydev
-
RE: Deprecation of 20 Market Depth from WebSocket 2.0 – Effective April 25, 2025posted in General Discussion
-
RE: how to get Nifty50 all equity tokens?posted in General Discussion
@darshil611
It will fetch all nifty instruments like options and future of nifty. not Nifty 50. -
how to get Nifty50 all equity tokens?posted in General Discussion
how to get Nifty50 all equity tokens list using this website "https://margincalculator.angelone.in/OpenAPI_File/files/OpenAPIScripMaster.json ". When i try to sort, there is no field available like Nifty50 or BankNifty? actually i want all the tokens of Nifty50 do not manually collect. Because its chenges time to time. #token
-
RE: Websocket 2.0posted in Python SDK
import datetime
timestamp = 1671097663
dt_obj = datetime.datetime.fromtimestamp(timestamp)print("date_time:",dt_obj)
print("type of dt:",type(dt_obj))
