☰
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.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
February 2018
prashanth100
February 2018
sujith
Tiny Stocks not updating their price on change
prashanth100
February 2018
in
PHP client
This is the UNITECH stock info. The last_price is not changing always when there is a price change.
Used this function for getting the price.
$this->getOHLC
Array
(
[instrument_token] => 920065
[last_price] => 7.4
[ohlc] => stdClass Object
(
[open] => 7.2
[high] => 7.45
[low] => 7.2
[close] => 7.15
)
)
Could you please let me the issue?
Tagged:
@sujith
sujith
February 2018
@prashanth100
,
I just tried and it seems to be working fine. Can you let us know, how you checked?
prashanth100
February 2018
Now it is working fine. Thank you.
This discussion has been closed.
I just tried and it seems to be working fine. Can you let us know, how you checked?