Is the time in the start_date and end_date parameter of the get_timeseries command used or do we only get end of day info? If intra-day info is available what time zone is the time defined in and what would we get for CLOSE field for example?
I played a bit with the numbers after the T delimiter in the command below and did not get any change in the retrieved info, the response always came back for T00:00:00.
> get_timeseries('IBM','*',start_date = '2017-03-21T17:00:00',end_date='2017-03-31T23:00:00','weekly')
TIMESTAMP HIGH CLOSE LOW OPEN COUNT VOLUME NA
1 2017-03-24T00:00:00Z 176.23 173.83 172.8 175.65 156607 16816029 IBM
2 2017-03-31T00:00:00Z 175 174.14 172.0937 172.69 130766 15950463 IBM
Any way to just get the date instead of the timestamp and "Security" instead of NA to reduce data formatting steps?
Thanks,
Claudiu