Problem in Fetching OHLC in Kite V3 Api

cusodha
Using Kite V3 Api, its generating error on OHLC for following code:

$sym="NSE:INFY";
$sym=array($sym);
$response=$kite->getOHLC($sym);




While in documentation syntax if different

Tagged:
Sign In or Register to comment.