☰
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
13.8K
All Categories
0
Incidents
152
Node JS client
39
Go client
792
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.