☰
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
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
August 2022
SRIJAN
Get today's previous time stock value
gurpalgwebs
August 2022
in
PHP client
Hi Team,
I want to now if there is any way to get stock value of today's at any past time? Like if current time is 1 PM and I wanted to know value of stock at 11 AM from same day how I can do that.
Tagged:
php
SRIJAN
August 2022
edited August 2022
You have to use historical data API:
https://kite.trade/docs/connect/v3/historical/
or you can build candles at your end using websocket and store them:
https://kite.trade/docs/connect/v3/websocket/
Please go through the documentation, everything has been described there.
Sign In
or
Register
to comment.
https://kite.trade/docs/connect/v3/historical/
or you can build candles at your end using websocket and store them:
https://kite.trade/docs/connect/v3/websocket/
Please go through the documentation, everything has been described there.