@rajanprabu Sir it's showing like this____
my code is____
import pandas as pd
df = pd.read_json('http://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json')
print(df)
@rajanprabu Sir it's showing like this____
my code is____
import pandas as pd
df = pd.read_json('http://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json')
print(df)
@James-Bond Sir I fetched this data in a dataframe but I'm not found instrument like Reliance_EQ, Reliance_Future, Reliance_Options
And sir can you please tell me what is the difference between Trading API and Market Feeds API
when I hover the cursor on I button it's show__
Trading API:- Access full fledged APIs to execute orders i real time, manage use portfolio, stream live market data and more.
Market Feeds APIs:- Access real time market data for various stocks.
@James-Bond Sir can you please tell me how to get the instruments token list including F&O contract's........
I'm using python sdk....
Some one give me this link https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json but it's looks messy and confusing I can't understand how can I use it sir......
Also how to subscribe multiple script at the same time mean token format like this
token="nse_cm|2885, token=nse_cm|5285, token=nse_cm|2521, token=nse_cm|2854"
Can anyone tell me please how to get future contract's token list...
I'm using python sdk....
@James-Bond Sir what is the meaning of task (task="mw" #'mw'|'sfi'|'dp')???
And sir can we subscribe a script using symbol name like this "nse_cm|RELIANCE" instead of using token number like this way "nse_cm|2885" ???
@James-Bond I'm using python SDK. Can you please tell me how to get this FEED_TOKEN= "your feed token"......./
And how to subscribe it mean, code format if we want to subscribe NSE_RELIANCE script.....
Can anyone please explain me what is_
FEED_TOKEN= "your feed token"
token="channel you want the information of" #"nse_cm|2885&nse_cm|1594&nse_cm|11536"
task="task" #'mw'|'sfi'|'dp'
How to get fed_token and how to use token and task and how to subscribe and unsubscribe a script?????