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
T
Posts made by tanmoydev
-
how to get Nifty50 all equity tokens?
-
RE: Websocket 2.0
import datetime
timestamp = 1671097663
dt_obj = datetime.datetime.fromtimestamp(timestamp)print("date_time:",dt_obj)
print("type of dt:",type(dt_obj))