☰
Login
Signup
Home
›
PHP client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.3K
All Categories
0
Incidents
166
Node JS client
46
Go client
810
.Net API client
391
Kite Publisher
538
.Net / VBA / Excel (3rd party)
469
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
354
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
February 2018
sujith
OHLC is not updated
Dexter
February 2018
in
PHP client
I am trying to fetch OHLC for all NSE:ADANIPORTS stock using quotes function as
$stock_list = array(
"NSE:ADANIPORTS"
);
$quotes = $kite->getQuote($stock_list);
The prices I am getting are
O 405.1 H 409.25 L 402 C 404
These are different from the prices I am getting from other sources or even Zerodha Kite. Is there a particular reason for this?
Tagged:
php
QUOTE
OHLC
sujith
February 2018
Hi
@Dexter
,
The OHLC of an instrument is day's values which are displayed in marketdepth of the Kite. It is not minute OHLC values.
Sign In
or
Register
to comment.
The OHLC of an instrument is day's values which are displayed in marketdepth of the Kite. It is not minute OHLC values.