how to get Futures and Options quotes

raja1sttarde
raja1sttarde edited March 2018 in PHP client
Hi,

To get equity quotes i use;
$quotes = $kite->getQuote(["NSE:INFY", "NSE:SBIN"]);
what should i use to get Futuers and options quotes?

Thanks for your help.
  • sujith
    sujith edited March 2018
    You need to send a combination of the exchange and tradingsymbol,
    $quotes = $kite->getQuote(["NFO:INFY18MARFUT", "NFO:NIFTY18MARFUT"]);
  • raja1sttarde
    Thanks very much!
This discussion has been closed.