Hi We are trying to use timeSeries DSS API to get previous days high and close.
In the document it has
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco; color: #3933ff} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco} span.s1 {color: #000000} span.s2 {color: #931a68} span.s3 {color: #3933ff}
.put("Condition",
new JSONObject().put("LastPriceOnly", false)
.put("StartDate", "2015-10-28T00:00:00.000Z")
.put("EndDate", "2015-11-04T00:00:00.000Z").put("LookBackPeriod", "EOD-4M")));
Questions:
1. Start and End date are in EST ?
2. If we want to get high/low between previous day Open and Close market what dates should we specify.
3. What is EOD-4M mean?