☰
Login
Signup
Home
›
Python 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
December 2017
RP3436
December 2017
sujith
Historical API is compulsory for intraday? without Historical API can we get same day data
RL0520
December 2017
edited December 2017
in
Python client
Historical API is compulsory for intraday? without Historical API can we get same day data
sujith
December 2017
Hi,
If you want candle data then you need to subscribe to historical data. You may also use live market data and generate candles at your end.
RP3436
December 2017
@sujith
, that means if I generate candles every preceding day for using them today then I need not subscribe to historical data. Am I correct?And through historical data , I shall be getting only 1 minute candles , nothing more. Right?
sujith
December 2017
Historical data offers OHLCV data for many intervals. You can check out
documentation
.
Sign In
or
Register
to comment.
If you want candle data then you need to subscribe to historical data. You may also use live market data and generate candles at your end.