The most recent content from our members.
I am using this instruction in Python to get tas data = ek.get_timeseries( "EMAR.DU", fields = ['LastTrade', "Volume", 'VWAP', 'Bid', 'BidSize', 'Ask', 'AskSize'], start_date='2024-02-28T00:00:00', end_date='2024-03-04T23:59:59', interval = 'tas', ) It is working for all the fields except 'LastTrade' abd "Volume". What are…
Max size of the result set being returned from ElasticSearch by default is set to 10. Default number can be overwritten in the search query by using “size” attribute in the search query. Is there any way to set default number for the Elastic Search server to be different than 10, and not use parameters in the search query?…
It looks like you're new here. Sign in or register to get started.