OptionChain live data

vitrivedi
Hi there,
I m using node js API. I remember using getQuotes() to get quotes of call & put buy passing array of instrumentTokens as params . But not it is not working. Now when i pass ["NSE:ITC"] i get the result but when i pass ["NSE:ITC24JUL360CE"] i m not getting any data plz help.
  • MAG
    ITC24JUL360CE is an options instrument so it has to be NFO instead of NSE. This is absolute basic information/knowledge.
  • vitrivedi
    tried that too before posting, but that also did not worked.
  • MAG
    Download the latest instrument list and check if the symbolname is valid in the instrument list.

    ITC,30818818,120386,0.0,NFO,ITC24JUL360CE,0.05,360.0,CE,NFO-OPT,2024-07-25,1600
    the expiry date for ITC24JUL360CE was 2024-07-25.

    Current near month expiry is 2024-08-29 and the symbolnames are like ITC24AUG360CE
Sign In or Register to comment.