Hi,
Any Updates on High and Low data using WebSocket, how many days it will take to add in response, and Historical Data also.
Thanks
Hi,
Any Updates on High and Low data using WebSocket, how many days it will take to add in response, and Historical Data also.
Thanks
Hi,
I am using websocket to get the real time data using token id (script: "nse_cm|1594&nse_cm|10738&nse_cm|277&nse_cm|144&nse_cm|685"), After receiving the data getting confusion due to no symbol/name in data. Its showing only "sf" in name field
{
to: '217969897.15',
lo: '2560.05',
e: 'nse_cm',
sp: '2655.95',
c: '2541.70',
ltp: '2655.95',
ltq: '2',
tk: '1594',
bs: '8',
ltt: '21/01/2021 10:30:15',
tsq: '41966',
v: '83467',
bp: '2655.00',
cng: '114.25',
bq: '9',
ap: '2611.45',
nc: '04.495',
name: 'sf',
tbq: '52396'
}
How to get the name/symbol of particular token id in ticks data ?
Thanks
Hi,
How to get Historical Data of 1 week of 5min interval time using api, actually i have to create sma indicator which required last one/two week data.
Thanks.
Hi,
Thanks for quick response, Is there any example or code sample or documents regarding, please share me..
Thanks
Hi,
As per doc https://smartapi.angelbroking.com/docs/WebSocket.
Response Parameters high is not receiving
Receive stock ticks:: [
{
to: '336987595.39',
lo: '2880.55',
e: 'nse_cm',
sp: '2893.05',
c: '2895.55',
ltp: '2893.00',
ltq: '7',
tk: '19913',
bs: '21',
ltt: '15/01/2021 11:49:12',
tsq: '86255',
v: '116191',
bp: '2890.70',
cng: '-02.55',
bq: '4',
ap: '2900.29',
nc: '-00.09',
name: 'sf',
tbq: '59058'
}
]
Please look into this..
Hi,
Just want to know how to get nifty 200 company list and real time data in websocket and where/how to apply in the code.
As per webscoket settings
let web_socket = new WebSocket({
client_code: clientId,
feed_token: feedToken,
script: "nse_cm|19913"
});
where to apply and how to get all token id..
Please help in this regards..
Thanks
@rjbanna
Thanks for reply.
Can u help me, where to set the interval in websocket..
How to get Intraday data of 5min interval using websocket of niffty100 or niffty50 in nodejs sdk