I use the get_timeseries() from inside R and I have a query that gives a response with NA in the CLOSE field. See the 6/4/2015 NA entry below.
> get_timeseries("ARDM.O",list('TIMESTAMP','CLOSE'),start_date="2015-06-02T00:00:00",end_date="2015-06-06T00:00:00",interval="daily")
TIMESTAMP CLOSE NA
1 2015-06-02T00:00:00Z 6.5473 ARDM.O
2 2015-06-03T00:00:00Z 6.5682 ARDM.O
3 2015-06-04T00:00:00Z <NA> ARDM.O
4 2015-06-05T00:00:00Z 6.57 ARDM.O
I checked and the specific date does not appear in Eikon when opening the standalone window, see attachment with screen picture. Is this a bug?
Thanks,
Claudiu