Get ohlc s1 or m1 data already built from Elektron EMA API

Is it possible to get from Elektron API real time OHLC data already built for let's say s1 (1 second time frame ) or m1

Best Answer

  • Hello @liyarthomas

    The EMA API does not manipulate or process the payload data in any way, therefore your application will have to make streaming requests and process the incoming updates in order to summarise the data in the way you require.