Historical API is compulsory for intraday? without Historical API can we get same day data

RL0520
RL0520 edited December 2017 in Python client
Historical API is compulsory for intraday? without Historical API can we get same day data
  • sujith
    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
    @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
    Historical data offers OHLCV data for many intervals. You can check out documentation.
Sign In or Register to comment.