☰
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
14K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
384
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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?