☰
Login
Signup
Home
›
General
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
May 2016
Vivek
May 2016
pankajiit_cse
May 2016
Kailash
back date quote
pankajiit_cse
May 2016
in
General
Can I fetch quote for a particular time in the past
Kailash
May 2016
This is possible with the Historical data API.
pankajiit_cse
May 2016
how is this possible? example please
Vivek
May 2016
@pankajiit_cse
you can use
from
and
to
param to send particular dates. Please check the documentation -
https://kite.trade/docs/connect/v1/#historical-data
pankajiit_cse
May 2016
hi vivek,
that I know but quotes contain additional data which i think historic api does not provide
Kailash
May 2016
@pankajiit_cse
That's correct. The live quote contains several pieces of transient data (bids and offers) etc. that are not stored.
Sign In
or
Register
to comment.
from
andto
param to send particular dates. Please check the documentation - https://kite.trade/docs/connect/v1/#historical-datathat I know but quotes contain additional data which i think historic api does not provide