PLEASE PROVIDE ME MCX Feed token
-
can some please help , i need mcx feed token
-
Hi @rjamitsharma01 for eg : "mcx_fo|226745&mcx_fo|220822&mcx_fo|227182&mcx_fo|221599" for mcx
"nse_cm|2885&nse_cm|1594&nse_cm|11536" for nse -
@admin I have tried websocket but unable to subscribe for data
can you tell me what should be the name for mcx and nifty options
like 'nse_cm|3045' is for nse sbin
-
Hi @rjamitsharma01 you can use web socket to access tick by tick data.
-
hi @admin can you please tell the way to subscribe mcx and nfo live tick data
as given in docs I am able to subscribe for cash segment for nse but unable to subscribe for mcx and nfo
I have tried this format
'mcx|225092' # for mcx SILVERMIC21JUNEFUT
but it is not working
and "nfo_cm|43404" and "nse_cm|43404" for NIFTY30JUN2214500PE
but it is also not working please help
-
This post is deleted! -
Hi @bangla_house There is no separate feed token for mcx.
-
@bangla_house There is no separate method for getting MCX feedToken. You can use the common method of getting feedToken.
from smartapi import SmartConnect, WebSocket obj = SmartConnect(api_key = API_KEY) data = obj.generateSession(CLIENT_ID, PASSWORD) FEED_TOKEN = obj.getfeedToken()